/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */
.dnd-section {
  padding: 80px 0;
}

.banner-section .dnd-section,
.banner-section .row-fluid {
  padding: 0 !important;
  width: 100% !important;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: "icomoon-trinity-theme-2015";
  src: url("https://6876339.fs1.hubspotusercontent-na1.net/hubfs/6876339/raw_assets/public/TCD_September2020/fonts/icomoon-trinity-theme-2015.ttf?v4") format("truetype"), 
  url("https://6876339.fs1.hubspotusercontent-na1.net/hubfs/6876339/raw_assets/public/TCD_September2020/fonts/icomoon-trinity-theme-2015.woff?v4") format("woff");
  font-style: normal;
  font-weight: normal;
}

body {
  font-family: Open Sans, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.4285714285714286;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Open Sans, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.2142;
  font-weight: 700;
  font-family: Open Sans, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

li {
  line-height: 1.8em;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  border: 0;
  border-top: 1px solid #ccc;
  margin-top: -1px;
  margin-bottom: 20px;
}

/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
}

.disable-focus-styles :focus {
  outline: none;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 500px;
  margin-bottom: 15px;
  display: block;
}

.hs-button {
  display: inline-block;
  margin: 15px 0;
  cursor: pointer;
  border: 1px solid #4a89bf;
  text-align: center;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  text-decoration: none !important;
  padding: 12px 24px;
  font-family: Open Sans;
}

.hs-button:hover, 
.hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  color: #fff;
  transition: all 200ms ease 0s;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}

.hs-search-module .field > label,
.inputs-list label,
.hs-form-field label {
  color: #33475b;
  display: block;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin: 4px 0;
  color: #f2545b !important;
}

#hs-pwd-widget-password,
.hs-search-field__input,
.hs-input {
  color: #33475b;
  display: block;
  width: 100%;
  height: auto;
  font-family: Open Sans;
  text-shadow: 0 0 0 rgba(255,255,255,0);
  padding: 8px 20px;
  background-color: #fff;
  border: 1px solid #4a89bf;
  font-size: 16px;
  margin-top: 4px;
}

.systems-page input.email-edit.hs-input {
  padding: 8px 20px !important;
  font-size: 16px !important;
}

#hs-pwd-widget-password {
  height: auto !important;
  margin: 0 0 15px !important;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}

#hs-pwd-widget-password:focus,
.hs-search-field__input:focus,
form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  outline: none;
  border-color: rgba(82,168,236,0.8);
}

textarea.hs-input {
  height: auto;
}

.hs-form-field textarea {
  min-height: 100px;
  padding: 9px 10px;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}

input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
  padding-left: 0;
}

.systems-page .hs-form-field,
.field {
  margin-bottom: 15px;
}

#hs_cos_wrapper_my_password_reset > .hs-form-field > .hs-error-msgs,
#hs_cos_wrapper_my_register > .hs-form-field > .hs-error-msgs,
#hs_cos_wrapper_my_login > .hs-form-field > .hs-error-msgs,
#hs_cos_wrapper_my_password_reset_request > .hs-form-field > .hs-error-msgs {
  display: none;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, 
.email-validation {
  padding-top: 3px;
  font-size: 12px;
}

.email-correction a,
.email-validation a {
  cursor: pointer;
}

@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Open Sans, serif;
}

.hs-input[type=checkbox],
.hs-input[type=radio],
.hs-input[type=checkbox] + label,
.hs-input[type=radio] + label {
  display: inline-block;
  vertical-align: middle;
}

.hs-input[type=checkbox] + label,
.hs-input[type=radio] + label {
  margin: 0;
}

@media screen and (max-width: 767px){
  form {
    max-width: 100%;
  }

  .hs-button, .button--primary {
    white-space: normal;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */
.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-wrapper li {
  width: 100%;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.body-container-wrapper a[href] {
  border-bottom: 1px solid hsla(0,0%,0%,0.2);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.tier-tcd-header {
  background: #fff;
}

.tcd-header {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 0 0;
  padding: 0px 0;
  position: relative;
  z-index: 100;
  overflow: hidden;
}

.tcd-header {
  font-size: 13.33333333px;
}

.nav-site-header:after,
.nav-site-header:before,
.tcd-header-section:before,
.tcd-header-section:after,
.tcd-header:before,
.tcd-header:after {
  content: " ";
  display: table;
}

.nav-site-header:after,
.tcd-header-section:after,
.tcd-header:after {
  clear: both;
}

.lay-centered:after {
  content: "";
  display: block;
  clear: both;
  -webkit-flex: 0;
  flex: 0;
}

.tcd-header-inner {
  padding: 0 20px;
}

#logo {
  font-size: 130%;
  font-weight: 400;
  line-height: 1.2142;
  float: left;
  margin: 0;
  padding: 0;
  position: static;
  height: auto;
  -webkit-transition: margin .1s linear;
  -moz-transition: margin .1s linear;
  -ms-transition: margin .1s linear;
  -o-transition: margin .1s linear;
  transition: margin .1s linear;
}

#logo a {
  display: block;
  padding: 0 20px 0 0;
  overflow: hidden;
  height: 80px;
  margin-top: 0px;
}

#logo a,
#logo a[href] {
  border: 0;
}

#logo span.tcdhomelink-tcdheader,
#logo span.tcdhomelink-tcdheader span {
  width: 232px;
  height: 62px;
}

#logo span.tcdhomelink-tcdheader {
  margin-top: 11px;
  display: block;
  position: relative;
  overflow: hidden;
}

#logo span.tcdhomelink-tcdheader span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent url("https://6876339.fs1.hubspotusercontent-na1.net/hubfs/6876339/raw_assets/public/TCD_September2020/images/tcd-logo.png") top left no-repeat;
  cursor: pointer;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  #logo span.tcdhomelink-tcdheader span {
      background-image:url("https://6876339.fs1.hubspotusercontent-na1.net/hubfs/6876339/raw_assets/public/TCD_September2020/images/tcd-logo-2x.png?v=1");
      background-size: 100%;
  }
}

.tcd-header-section {
  text-align: right;
  margin-top: 0px;
  border-top: 1px solid #ececec;
  clear: left;
}

.tcd-header-toggles {
  margin-left: 10px;
  margin-top: 0;
}

.tcd-header-toggles,
.tcd-header-panel {
  float: left;
}

.tcd-header-toggles {
  display: none;
  overflow: hidden;
  margin-bottom: 0;
}

.tcd-header-toggle {
  display: inline-block;
  margin: 0;
  padding: 0 5px;
  line-height: 80px;
}

.tcd-header-toggle[href] {
  border-bottom: 0;
}

.tcd-header-toggle img {
  vertical-align: middle;
  border: 0;
  padding: 0;
}

.tcd-header-panel-search {
  float: right;
  margin-top: 20px;
}

.tcd-header .tcd-search-app-form form {
  margin-bottom: 0;
  max-width: 100%;
}

.tcd-header .tcd-search-app-box {
  color: #444445;
  text-align: left;
  margin: 0px 0px 0 0;
  background: #e6e7e7;
  position: relative;
}

.tcd-header .tcd-search-app-box-inner {
  display: block;
  padding: 0;
  position: relative;
  height: 35px;
  background: #ececec;
}

.tcd-header .tcd-search-app-box-inner:after {
  content: " ";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.tcd-header .tcd-search-app-q-wrap {
  width: 169px;
  margin-right: 49px;
  display: block !important;
  display: inline-block;
  overflow: hidden;
}

.tcd-header .tcd-search-app-q-wrap input {
  padding: 0 9px 0 9px;
  background: none;
  width: 100%;
  display: block;
  border: 0;
  margin: 0;
}

.tcd-header .tcd-search-app-submit-wrap,
.tcd-header .tcd-search-app-q-wrap input,
.tcd-header .tcd-search-app-q-wrap {
  line-height: 35px;
  min-height: 35px;
  height: auto;
}

.tcd-header .tcd-search-app-q-wrap input {
  font: 15px 'open sans';
  font-weight: 600;
}

.tcd-header .tcd-search-app-q-wrap input:focus {
  outline: -webkit-focus-ring-color auto 1px;
  outline-offset: 0;
}

.tcd-header .tcd-search-app-submit-wrap {
  position: absolute;
  top: 0;
  display: block;
  zoom: 1;
  width: 49px;
  right: 0;
  background: transparent;
}

.tcd-header .tcd-search-app-submit-wrap input {
  cursor: pointer;
  border: 0;
  text-transform: uppercase;
  position: absolute;
  height: 100%;
  -webkit-border-radius: 0px;
  -webkit-appearance: none;
  border-radius: 0;
  font: 15px 'open sans';
  font-weight: 600;
  color: #fff;
  background: #1B79B7 url("https://6876339.fs1.hubspotusercontent-na1.net/hubfs/6876339/raw_assets/public/TCD_September2020/images/search-icon.png") no-repeat 50% 50%;
  text-indent: -9999px;
  width: 100%;
  display: block;
}

.tcd-header-panel-menu {
  text-align: right;
  margin-right: 0px;
}

.tcd-header-menu {
  display: block;
  width: auto;
  overflow: hidden;
  text-align: right;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  line-height: normal;
  margin: 0 0px 0 0;
}

.tcd-header-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: 70px;
  overflow: hidden;
}

.tcd-header-menu li {
  float: left;
}

.tcd-header-menu a {
  display: block;
  line-height: 20px;
  text-decoration: none;
  font-family: 'Open Sans';
  font-size: 1.2em;
  font-weight: 600;
  color: #555;
  margin: 0;
  padding: 25px 0px 25px 20px;
}

.tcd-header-menu a:hover {
  color: #555;
}

.tcd-header-menu a span {
  padding-bottom: 1px;
}

.tcd-header-footer-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.tier-site-header,
.tier-site-header-nav {
  background: #1074b7;
}

.tier-site-header {
  background-color: #0e73b9;
}

.site-header {
  display: block;
  clear: left;
  position: relative;
  color: #555;
  padding-left: 10px;
  padding-right: 10px;
  transition: padding .1s linear;
}

.site-header,
.site-header a,
.site-header,
.site-header a:hover {
  color: #ffffff;
}

.site-header:after {
  content: " ";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.site-header--title {
  float: left;
  margin: 0;
  font-size: 2em;
  font-weight: 300;
  font-family: "Open Sans";
}

.site-header--title,
.site-header--title a {
  color: #ffffff;
}

.site-header--title a {
  text-decoration: none;
  padding-top: 23px;
  padding-bottom: 8px;
  display: block;
  line-height: 1.4;
}

.site-header--title,
.site-header--title a {
  border-bottom: 1px solid #e6e18f;
  line-height: 1;
}

.site-header a,
.site-header a[href] {
  border: 0;
}

.nav-site-header {
  display: block;
  overflow: hidden;
}

.nav-site-header a {
  float: left;
  text-decoration: none;
  font-size: 1.122em;
  line-height: 1.35;
  font-weight: 400;
  font-family: 'Open Sans';
  padding: 9px 20px 10px 20px;
  margin: 0;
  display: none;
}

.nav-site-header,
.nav-site-header a {
  color: #ffffff;
  transition: background-color 1ms linear;
}

.nav-site-header .nav-site-header-index-button a {
  display: block;
  background: #1074b7 url("https://6876339.fs1.hubspotusercontent-na1.net/hubfs/6876339/raw_assets/public/TCD_September2020/images/icon-menu-primary-nav.png") no-repeat 14px 14px;
  background-image: url("https://6876339.fs1.hubspotusercontent-na1.net/hubfs/6876339/raw_assets/public/TCD_September2020/images/icon-menu-primary-nav.svg?color=ffffff"),
  none;
  padding-left: 40px;
  padding-right: 0px;
  border: 0px solid #7f8080;
  border-bottom: 0;
  border-top: 0;
  color: #ffffff;
  margin-top: 0px;
  margin-left: 0px;
}

.nav-site-header .nav-site-header-index-button a:hover,
.nav-site-header a:hover {
  background-color: #0f6eae;
  color: #ffffff;
}

.nav-site-header ul {
  display: block;
  padding: 0;
  margin: 0;
  height: 40px;
  overflow-y: hidden;
}

.nav-site-header ul:after,
.nav-site-header ul:before {
  content: "";
  display: table;
}

.nav-site-header ul:after {
  clear: both;
}

.nav-site-header ul li {
  display: inline;
}

.nav-site-header li:first-child a {
  display: block;
}

.tier-site-index {
  background: #f0f2f4;
  position: relative;
  z-index: 100;
}

.section-site-index {
  position: static;
  z-index: 100;
  width: auto;
  margin: 20px 0;
  padding: 25px 25px;
  background: #ffffff;
}

.tier-site-index .row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tier-site-index .col {
  width: 100%;
}

.section-site-index h3 {
  padding-bottom: 9px;
  font-size: 120%;
  font-weight: 600;
  line-height: 1.3571;
  color: #878787;
  margin-bottom: 0;
}

.section-site-index-location .section--location-image {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 5px;
}

.section-site-index-location .section--college-maps-link {
  border-bottom: 1px solid hsla(0, 0%, 0%, 0.2);
}

.section-site-index-contacts .section--contact-email:before,
.section-site-index-location .section--college-maps-link:before {
  font-family: "icomoon-trinity-theme-2015";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e947";
  margin-right: 0.25em;
  position: relative;
  top: 1px;
}

.section-site-index-contacts .section--contact-email:before {
  content: "\e904";
  margin-right: 0.5em;
}

.section-site-index-contacts .section--contact-email {
  color: #1074b7;
}

.section-site-index-contacts a {
  border-bottom: 1px solid hsla(0, 0%, 0%, 0.2);
}

.section-site-index-contacts .section--contact-email[href] {
  border-bottom: 0;
}

.section-site-index-contacts .section--contact-address {
  font-size: 0.9em;
  color: #6e6e6e;
}

#main-menu {
  display: none;
}

.mobile-open #main-menu {
  display: block;
}

.custom-menu-primary {
  margin-bottom: 20px;
}

.navigation-primary {
  margin-bottom: 20px;
}

.custom-menu-primary ul {
  margin: 0px 0 -1px 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #ececec;
  position: relative;
  height: 1%;
}

.custom-menu-primary li {
  position: relative;
  display: block;
}

.custom-menu-primary li a {
  display: block;
  transition: background-color 1ms linear;
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 1em;
  text-decoration: none;
  line-height: 1.25;
  color: #1074b7;
  padding: 10px 49px 10px 0px;
  border-top: 1px solid #c4cbd4;
}

.custom-menu-primary nav>ul>li:first-child>a {
  border-top: 0;
}

.custom-menu-primary ul ul {
  padding-left: 10px;
  border-bottom: 0;
  display: none;
}

.custom-menu-primary .child-open>ul {
  display: block;
}

.child-trigger {
  cursor: pointer;
  font-size: 1em;
  padding: 10px 0;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 32px;
  height: 37px;
  color: #485361;
  opacity: .5;
  font-family: "icomoon-trinity-theme-2015";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.child-trigger:after {
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -6px;
  margin-top: -6px;
  height: 12px;
  width: 12px;
  content: "\e605";
}

.child-open.child-trigger:after {
  content: "\e618";
}

.custom-menu-primary .has-submenu:hover>.child-trigger {
  color: #333;
}

.custom-menu-primary li li a {
  border: 0;
  font-weight: 400;
}

.custom-menu-primary li.has-submenu {
  line-height: 2.2em;
}

.section--location-image {
  background-size: cover;
  background-image: url("https://6876339.fs1.hubspotusercontent-na1.net/hubfs/6876339/raw_assets/public/TCD_September2020/images/staticmap.png");
  padding-bottom: 50%;
}

@media (min-width: 1px) {
  .tcd-header-inner {
    padding: 0 10px;
  }

  .tcd-header-section {
    clear: none;
    border-top: 0;
  }

  .tcd-header-toggles {
    margin-left: 0px;
  }

  .tcd-header-toggles,
  .tcd-header-panel {
    float: right;
    margin-left: -100%;
  }

  .tcd-header-panel-search {
    display: none;
    clear: both;
    float: none;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 0;
  }

  .tcd-header-panel-menu {
    display: none;
    clear: both;
    float: none;
    margin-left: 0;
    margin-bottom: 0px;
    margin-right: 0px;
  }

  .tcd-header-menu ul {
    border-bottom: 1px solid #ececec;
  }

  .tcd-header-menu li {
    width: 100%;
  }

  .tcd-header-menu li a {
    text-align: left;
    background: none;
    font-size: 100%;
    padding: 9px 10px 10px 10px;
  }
}

@media (min-width: 720px) {
  .tcd-header-inner {
    padding-left: 0;
    padding-right: 0;
  }

  #logo {
    margin-left: 0;
  }

  #logo a {
    height: 100px;
  }

  #logo span.tcdhomelink-tcdheader {
    margin-top: 19px;
  }

  #logo span.tcdhomelink-tcdheader,
  #logo span.tcdhomelink-tcdheader span {
    width: 232px;
    height: 62px;
  }

  .tcd-header-section {
    margin-left: 0;
    margin-right: 0;
  }

  .tcd-header-toggles {
    margin-right: 0;
  }

  .tcd-header-toggle {
    line-height: 100px;
  }

  .site-header {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-site-header a {
    display: block;
  }

  .nav-site-header .nav-site-header-index-button a {
    padding-right: 14px;
    margin-left: -14px;
  }

  .tier-site-index .row {
    margin-left: -40px;
  }

  .tier-site-index .col {
    width: 33.3333%;
    padding-left: 40px;
    float: left;
  }
}

@media (min-width: 960px) {
  .tcd-header-toggles {
    margin-right: 225px;
  }

  .tcd-header-toggle-menu,
  .tcd-header-toggle-search {
    display: none;
  }

  .tcd-header-panel {
    display: inline-block;
  }

  .tcd-header-panel-search {
    margin-left: -100%;
    margin-top: 45px;
    margin-bottom: 20px;
    float: right;
    clear: none;
    margin-right: 0;
  }

  .tcd-header .tcd-search-app-q-wrap {
    width: 251px;
  }

  .tcd-header-panel-menu {
    clear: none;
    float: right;
    margin-left: -100%;
    margin-bottom: 0;
    margin-top: 7px;
    margin-right: 0;
  }

  .tcd-header-menu ul {
    border-bottom: 0;
  }

  .tcd-header-menu li {
    width: auto;
  }

  .tcd-header-menu li a {
    text-align: right;
    background: none;
    font-size: 1.2em;
    padding: 5px 0px 5px 20px;
  }
}

@media (min-width: 1200px) {
  .tcd-header .tcd-search-app-q-wrap {
    width: 329px;
  }
}

@media (max-width: 959px) {
  .tcd-header-toggles {
    display: block;
  }

  .menu-open .tcd-header-panel-menu {
    display: block;
  }

  .tcd-header-menu li a:hover {
    background: #f9f9f9;
  }

  .search-open .tcd-header-panel-search {
    display: block;
  }

  .tcd-header .tcd-search-app-q-wrap {
    width: calc(100% - 49px);
  }
}

@media (max-width: 719px) {
  #header .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 335px) {
  #logo span.tcdhomelink-tcdheader span {
    background-size: 210px !important;
  }

  #logo span.tcdhomelink-tcdheader,
  #logo span.tcdhomelink-tcdheader span {
    width: 210px;
  }
}

.lp .tier-site-header {
  padding-bottom: 20px;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.tier-site-footer {
  background-color: #d3d8de;
  padding: 20px 0;
}

.site-footer {
  padding-left: 10px;
  padding-right: 10px;
  transition: padding .1s linear;
}

.section-breadcrumb-footer {
  text-transform: uppercase;
  font-size: 0.8em;
  color: #0390c6;
  font-weight: bold;
  padding-left: 0px;
  padding-top: 10px;
  padding-bottom: 20px;
}

.section-breadcrumb-footer p {
  display: inline;
  margin-bottom: 0;
}

.section-breadcrumb-footer p a {
  text-decoration: none;
  padding: 10px 0 8px 0;
  color: #485361;
  font-weight: normal;
}

.section-breadcrumb-footer p a[href] {
  border-bottom: 0;
  font-style: normal;
}

.section-site-channels .section--list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 40px;
}

.section-site-channels .section--list li {
  background: none;
  padding: 0;
  display: inline;
  vertical-align: top;
}

.section-site-channels .section--link-facebook {
  background: #275D9B;
}

.section-site-channels .section--link-youtube {
  background: #E62127;
}

.section-site-channels .section--link-twitter {
  background: #1CABE0;
}

.section-site-channels .section--link-linkedin {
  background: #1175B2;
}

.section-site-channels .section--link-instagram {
  background: #3280A3;
}

.section-site-channels .section--list li a {
  color: #fff;
  vertical-align: top;
  display: inline-block;
  border: 0;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-left: 10px;
  height: 40px;
  width: 40px;
  position: relative;
}

.section-site-channels .section--link--text {
  position: absolute;
  left: -9999px;
}

.section-site-channels .section--link--icon:before {
  font-family: "icomoon-trinity-theme-2015";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e604";
  font-size: 20px;
  position: absolute;
  left: 25%;
  top: 25%;
  height: 50%;
  width: 50%;
}

.section-site-channels .section--link-facebook .section--link--icon:before {
  content: "\e800";
}

.section-site-channels .section--link-youtube .section--link--icon:before {
  content: "\e80a";
  font-size: 25px;
  height: 50%;
  width: 50%;
  left: 7.5px;
  top: 6.5px;
}

.section-site-channels .section--link-twitter .section--link--icon:before {
  content: "\e808";
}

.section-site-channels .section--link-linkedin .section--link--icon:before {
  content: "\e804";
}

.section-site-channels .section--link-instagram .section--link--icon:before {
  content: "\e802";
}

.section-site-footer-links {
  margin-bottom: 20px;
  font-family: "Open Sans", arial, sans-serif;
  font-size: 1.2em;
}

.section-site-footer-links ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.section-site-footer-links ul li {
  display: inline;
  width: auto;
}

.section-site-footer-links a {
  padding: 8.5px 0;
  margin-right: 40px;
  text-decoration: none;
  line-height: 40px;
  color: #9e9b69;
}

.date-modified-site-footer {
  font-size: 90%;
  color: #525f6f;
}

.tier-tcd-footer {
  background-color: #343c3f;
  color: #fff;
}

.tier-tcd-footer {
  padding-bottom: 60px;
}

.tcd-footer {
  background: #343c3f;
  font-size: 13.33333333px;
  font-family: Verdana, Geneva, sans-serif;
  position: relative;
}

.tcd-footer,
.tcd-footer a {
  color: #fff;
}

.tcd-footer-inner {
  display: block;
  clear: left;
  line-height: 1.9;
  font-size: 0.88em;
  font-weight: bold;
  padding: 20px;
}

.tcd-footer-inner:after {
  content: " ";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.tcd-footer address {
  clear: left;
  float: left;
  position: relative;
  z-index: 10;
  text-align: left;
  font-style: normal;
  margin: 0px 0 21px 10px;
  font-weight: normal;
}

.tcd-footer address,
.tcd-footer address a {
  color: #ddd;
}

.tcd-footer a[href] {
  text-decoration: none;
  border-bottom: 1px solid #656565;
}

.tcd-footer--list-links {
  position: relative;
  z-index: 10;
  float: right;
  text-align: left;
  margin: 0 0 30px 0;
  line-height: 1.8;
}

.tcd-footer--list-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.tcd-footer--list-links li {
  display: block;
  margin: 0;
  padding: 0;
  background: url("https://6876339.fs1.hubspotusercontent-na1.net/hubfs/6876339/raw_assets/public/TCD_September2020/images/footer-a.png") no-repeat 0 6px;
}

.tcd-footer--list-links li a[href] {
  text-decoration: none;
}

.tcd-header-footer-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.tcd-footer--social {
  clear: both;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 20px;
}

.tcd-footer .tcd-footer--social-list {
  display: inline-block;
  float: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 40px;
}

.tcd-footer .tcd-footer--social-list li {
  display: inline-block;
  background: none;
  padding: 0;
  vertical-align: top;
}

.tcd-footer .tcd-footer--social-list li a {
  padding: 0;
  opacity: 0.68;
  vertical-align: top;
  display: inline-block;
  background-color: transparent;
  border: 0;
  margin-bottom: 10px;
  transition: opacity 0.1s ease-out;
}

.tcd-footer--social-icon {
  display: inline-block;
  height: 40px;
  width: 40px;
  border: 0px solid #fff;
  border-radius: 7px;
  vertical-align: top;
  position: relative;
}

.tcd-footer--social-icon svg,
.tcd-footer--social-icon image {
  fill: #fff;
  position: absolute;
  left: 12px;
  top: 12px;
  height: 16px;
  width: 16px;
}

.tcd-footer--social-youtube .tcd-footer--social-icon svg,
.tcd-footer--social-youtube .tcd-footer--social-icon image {
  left: 9px;
  top: 9px;
  width: 22px;
  height: 22px;
}

.tcd-footer--social-text {
  position: absolute;
  left: -9999px;
}

.tcd-footer--sponsors {
  clear: both;
  text-align: center;
}

.tcd-footer--sponsors--title h2 {
  color: #a4a4a4;
  text-transform: uppercase;
  font-size: 100%;
  padding: 24.84px 0 9px 0;
  margin: 0;
  font-weight: 400;
  line-height: 1.2142;
}

.tcd-footer--sponsors a[href] {
  text-decoration: none;
  border-bottom: 0;
}

.tcd-footer--sponsors a img {
  height: 40px;
  width: auto;
  margin-right: 40px;
  opacity: 0.85;
}

.tcd-footer--sponsors a:last-child img {
  margin-right: 0px;
}

@media (min-width: 1px) {
  .tcd-footer-inner {
    padding: 10px;
  }

  .tcd-footer address {
    margin-top: 10px;
  }

  .tcd-footer--list-links {
    float: none;
    clear: left;
  }

  .tcd-footer--list-links li {
    background-position: 10px 50%;
  }

  .tcd-footer--list-links li a {
    display: block;
    padding: 10px 10px 10px 30px;
  }

  .tcd-footer--list-links li a[href] {
    border-bottom: 1px solid #2e2e2e;
  }
}

@media screen and (min-width: 720px) {
  .site-footer {
    padding-left: 0;
    padding-right: 0;
  }

  .section-breadcrumb-footer {
    padding-left: 0px;
    padding-top: 0px;
  }

  .section-site-channels {
    text-align: right;
    float: right;
    margin-bottom: 0;
  }

  .tcd-footer-inner {
    padding: 20px 0;
  }

  .tcd-footer address {
    margin-top: 0px;
    margin-left: 0;
  }

  .tcd-footer--list-links {
    float: right;
    clear: none;
    border-bottom: 0;
  }

  .tcd-footer--list-links li {
    background-position: 0px 6px;
  }

  .tcd-footer--list-links li a {
    display: inline;
    padding: 0px 0px 0px 17px;
  }

  .tcd-footer--list-links li a[href] {
    border-bottom: 0;
  }

  .tcd-footer--social {
    width: 360px;
    position: absolute;
    top: 45px;
    left: 50%;
    margin-left: -180px;
  }

  .tcd-footer .tcd-footer--social-list li a {
    padding: 0 5px;
  }

  .tcd-footer--sponsors {
    text-align: left;
  }

  .tcd-footer--sponsors a img {
    height: 60px;
  }
}

@media (min-width: 1200px) {
  .tcd-footer--social {
    width: 500px;
    margin-left: -250px;
  }

  .tcd-footer .tcd-footer--social-list li a {
    padding: 0 10px;
  }
}

@media (max-width: 719px) {
  #footer .container {
    padding-left: 0;
    padding-right: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

.blog-comments {
  max-width: 100%;
  margin: 0 auto;
}

.blog-comments form {
  max-width: 100%;
}

.blog-comments .comment-reply-to {
  border: 0 none;
  margin: 0;
  padding: 0px 24px;
  color: #000;
}

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #000;
}

.blog-comments .grecaptcha-badge {
  margin: 0;
}

.blog-comments .comment-date {
  display: block;
  margin-bottom: 8px;
}

.blog-container-wrapper {
  color: #666;
  font-family: 'Lato', arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.blog-container-wrapper p {
  font-family: inherit;
  margin: 10px 0;
}

.blog-container-wrapper a {
  font-family: inherit;
}

.title-background {
  background: #f5f5f5;
  padding: 20px 0px;
}

.title-background h1,
.title-background h2 {
  margin-bottom: 0px;
}

.title-background h1 {
  color: #666;
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
}

.blog-container-wrapper .content-wrapper {
  padding: 40px 10px;
}

.blog-listing-wrapper .post-listing .post-item {
  padding-bottom: 60px;
}

.hs-featured-image-link {
  border: 0;
}

.hs-featured-image-wrapper .hs-featured-image-link {
  display: block;
}

.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  border-width: 0;
  max-height: 300px;
  max-width: 100%;
  display: inline-block !important;
  float: none !important;
  margin: 10px 0px 10px 0px;
}

.post-header h2 {
  margin-bottom: 0;
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  color: #666;
}

.blog-container-wrapper a {
  text-decoration: none;
  color: #34495e;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  border-bottom: 0 !important;
}

.blog-container-wrapper a:hover,
.blog-container-wrapper a:focus {
  color: #02172c;
}

.post-header p {
  font-size: 13px;
}

.post-item p {
  margin: 10px 0;
}

p.custom_listing_comments {
  float: right;
}

.post-body {
  text-align: justify;
}

.blog-pagination {
  text-align: center;
}

.blog-pagination .next-posts-link {
  float: right;
}

.blog-pagination .previous-posts-link {
  float: left;
}

.blog-sidebar h3.form-title,
.blog-sidebar h3 {
  font-size: 24px;
  font-family: Montserrat, sans-serif;
  color: #666;
  margin-bottom: 10px;
}

.blog-sidebar ul,
.sidebar ul {
  padding-left: 10px;
  list-style: none;
  margin-top: 1em;
  margin-bottom: 1em;
}

.blog-sidebar>div {
  padding: 0px 0px 40px;
}

.blog-post-wrapper p {
  margin: 10px 0;
}

.hs-blog-social-share {
  padding: 10px 0 0 0;
  height: auto;
}

.hs-blog-social-share .hs-blog-social-share-list {
  margin: 0;
  list-style: none !important;
  padding-left: 0;
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  height: 30px;
  list-style: none !important;
}

.hs-blog-social-share-list li.hs-blog-social-share-item.hs-blog-social-share-item-linkedin .IN-widget {
  vertical-align: top !important;
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like>span {
  vertical-align: top !important;
}

.about-author-sec h3 {
  color: #666;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 10px;
}

.about-author-sec img {
  width: 100px;
}

.hs-author-profile h2,h2.hs-author-listing-header {
  font-size: 30px;
  font-family: 'Montserrat',sans-serif;
  margin-bottom: 10px;
  color: #666;
}

.hs-author-social-label {
  display: inline-block;
  margin-right: 8px;
  font-weight: bold;
  vertical-align: middle;
}

.hs-author-social-links {
  display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
  width: 24px;
  height: 24px;
  border-width: 0px;
  border: 0px;
  line-height: 1;
  font-size: 30px;
  display: inline-block;
  padding-right: 5px;
  background: none;
  vertical-align: middle;
}

.tabber-wrap .tabber-tabs {
  border-bottom: 1px solid #ddd;
  list-style: none;
  padding: 0;
  margin: 40px 0 -2px;
}

.tabber-wrap .tabber-tabs > li {
  float: left;
}

.tabber-wrap .tabber-tabs > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  text-decoration: none;
  display: block;
}

.tabber-wrap .tabber-tabs > .active > a, .tabber-wrap .tabber-tabs > .active > a:hover, .tabber-wrap .tabber-tabs > .active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.tabber-wrap .tabber-content .tab-pane.active:nth-child(1) {
  border-top-left-radius: 0;
}

.tabber-wrap .tabber-content ul {
  padding: 0;
  margin: 0;
}

.tabber-wrap .tabber-content .block h3 {
  display: none;
}

.tabber-wrap .tabber-content .tab-pane:nth-child(1) {
  border-top-left-radius: 0;
}

.tabber-wrap .tabber-content .tab-pane {
  background: #fff;
  border: 0;
  border-radius: 4px;
  display: block;
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 400ms;
  -o-transition: opacity 400ms;
  transition: opacity 400ms;
}

.tabber-wrap .tabber-content .tab-pane.active {
  border: 1px solid #ddd;
  height: auto;
  opacity: 1;
  overflow: visible;
  padding: 8px;
}

.blog-tabber .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
  float: right;
  width: 60%;
  padding: 0 0 0 15px;
}

.blog-tabber .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
  display: block;
  width: auto;
}

.blog-tabber .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper .hs-rss-featured-image {
  float: left;
  width: 40%;
  border-radius: 4px;
}

.blog-sidebar input.hs-button.primary.large,
.blog-sidebar form {
  margin: 0;
}

@media (max-width:959px) and (min-width:768px) {
  .tabber-wrap .tabber-tabs {
    display: flex;
  }

  .tabber-wrap .tabber-tabs>li>a {
    padding-right: 5px;
    padding-left: 5px;
    margin-right: 1px;
  }
}

@media (max-width: 767px) {
  .blog-sidebar {
    margin: 25px 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Open Sans, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Open Sans, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

.systems-page input.email-edit.hs-input {
  width: 100% !important;
  max-width: 500px !important;
}

@media (max-width: 767px) {
  .systems-page .success {
    min-width: 100%;
  }
  .error-page[data-error="404"] {
    max-width: 100%;
  }

  #hs_cos_wrapper_backup_unsubscribe h1,
  #hs_cos_wrapper_subscription_preferences h1,
  #hs_cos_wrapper_subscriptions_confirmation h1 {
    font-size: 33px;
  }

  #hs_cos_wrapper_subscription_preferences h2, 
  #hs_cos_wrapper_subscriptions_confirmation h2 {
    font-size: 25px;
  }
}