﻿@charset "UTF-8";
html {
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

#simplemodal-container a.modalCloseImg:before,
#home-notification a.modalCloseImg:before,
#emailModal a.modalCloseImg:before, #home-slider .slides li .content:after {
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
}

.button,
.RadUpload_Default .ruButton, .button-dark-blue, #commentsWidget .sfcommentsListWrp .sfLeaveCommentLnk, #commentsWidget .sfcommentsFormWrp .sfcommentsSubmitBtnWrp input, .search-returns-container fieldset .sfsearchSubmit, .modal-button, .list-view a, .calendar-view-button a, .return-icon a, .sf_pagerNumeric a.sf_PagerCurrent, button,
input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  background-color: #1bc6e2;
  border-radius: 0;
  border: none;
  color: #ffffff;
  display: inline-block;
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
  padding: 10px;
  text-decoration: none !important;
}

.button:hover,
.RadUpload_Default .ruButton:hover, .button-dark-blue:hover, #commentsWidget .sfcommentsListWrp .sfLeaveCommentLnk:hover, #commentsWidget .sfcommentsFormWrp .sfcommentsSubmitBtnWrp input:hover, .search-returns-container fieldset .sfsearchSubmit:hover, .modal-button:hover, .list-view a:hover, .calendar-view-button a:hover, .return-icon a:hover, .sf_pagerNumeric a.sf_PagerCurrent:hover, button:hover,
input[type="submit"]:hover {
  background-color: #2d3e52;
  color: #ffffff;
}

.button:disabled,
.RadUpload_Default .ruButton:disabled, .button-dark-blue:disabled, #commentsWidget .sfcommentsListWrp .sfLeaveCommentLnk:disabled, #commentsWidget .sfcommentsFormWrp .sfcommentsSubmitBtnWrp input:disabled, .search-returns-container fieldset .sfsearchSubmit:disabled, .modal-button:disabled, .list-view a:disabled, .calendar-view-button a:disabled, .return-icon a:disabled, .sf_pagerNumeric a.sf_PagerCurrent:disabled, button:disabled,
input[type="submit"]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

#home-slider .slides li .img img, a.cta-2col .img img, a.cta-1col.video .img img, ul.sfimagesTmbList li img,
ul.youtube-thumbnails li img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}

body {
  -webkit-font-smoothing: antialiased;
  background-color: #999999;
  color: #666666;
  font-family: "lato", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 62.5%;
  line-height: 1.5;
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ITC Berkeley Old Style W01", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  line-height: 1.25;
  font-weight: 800;
  font-style: italic;
  margin: 1em 0 0.75em 0;
  padding: 0;
}

p {
  margin: 0 0 0.75em;
}

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #1bc6e2;
  text-decoration: none;
}

a:hover {
  color: #138a9e;
}

a:active, a:focus {
  color: #138a9e;
  outline: none;
}

hr {
  border-bottom: 1px solid #1bc6e2;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

blockquote {
  border-top: 1px solid #e0d4ce;
  border-bottom: 1px solid #e0d4ce;
  background-color: #fcf8f5;
  margin: 1.5em 0;
  padding: 2em;
  font-style: italic;
  font-weight: 700;
  color: #2d3e52;
}

cite {
  color: #a6a6a6;
  font-style: italic;
  display: block;
  margin-top: .5em;
  font-size: .75em;
}

cite:before {
  content: "\2014 \00A0";
}

fieldset {
  background: #fcf8f5;
  border: 1px solid #e0d4ce;
  margin: 0 0 0.75em 0;
  padding: 1.5em;
}

input,
label,
select {
  display: block;
  font-family: "lato", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
}

label {
  font-weight: bold;
  margin-bottom: 0.375em;
}

label.required:after {
  content: "*";
}

label abbr {
  display: none;
}

textarea,
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select,
select[multiple=multiple] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 0;
  border: 1px solid #1bc6e2;
  box-shadow: none;
  font-family: "lato", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 10px 10px;
  width: 100%;
  color: #666666;
}

textarea:hover,
input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
select:hover,
select[multiple=multiple]:hover {
  border-color: #169eb4;
}

textarea:focus,
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
select:focus,
select[multiple=multiple]:focus {
  border-color: #2d3e52;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(36, 50, 66, 0.7);
  outline: none;
}

/*select{
  padding: 9px 30px 9px 10px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAALBAMAAABi5dtOAAAALVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADBoCg+AAAADnRSTlMA5g6R+/i+tIdkVSwlAiOGDrEAAABJSURBVAjXY6h7BwIFDCBwFMR8egDM5gCxXzCAAZMckC3EAAHrgOwFUDbbu3fPGKCA2++dNwMM2L0zgLMVHyrA2ZwvGRDAFkoDAFu/H3p/9wTRAAAAAElFTkSuQmCC) no-repeat right 16px $white;
}
*/
textarea {
  resize: vertical;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}

.required-field label:after,
.required-field.sfFormFile > span:after {
  content: '*';
  font-weight: 700;
  color: #F00;
}

.sfError {
  color: #f00;
  margin-top: .75em;
}

.sfErrorWrp {
  padding: 0.5em 1em;
  background: #fff2f2;
  margin-bottom: 5px;
}

.sfErrorWrp input[type="color"], .sfErrorWrp input[type="date"], .sfErrorWrp input[type="datetime"], .sfErrorWrp input[type="datetime-local"], .sfErrorWrp input[type="email"], .sfErrorWrp input[type="month"], .sfErrorWrp input[type="number"], .sfErrorWrp input[type="password"], .sfErrorWrp input[type="search"], .sfErrorWrp input[type="tel"], .sfErrorWrp input[type="text"], .sfErrorWrp input[type="time"], .sfErrorWrp input[type="url"], .sfErrorWrp input[type="week"], .sfErrorWrp textarea, .sfErrorWrp textarea, .sfErrorWrp .trigger {
  border-color: #f00;
}

.RadUpload {
  width: 100%;
}

.RadUpload .ruFileWrap {
  display: block;
  height: auto;
  line-height: 20px;
  /*
    overflow: hidden !important;
    position: relative;
    vertical-align: top;
    white-space: nowrap;
    */
}

.RadUpload .ruFakeInput {
  background: #ffffff;
  height: auto;
  margin-right: 0;
}

.RadUpload_Default .ruStyled .ruFileInput {
  border: 1px solid #1bc6e2;
}

.RadUpload .ruStyled .ruFileInput, .RadUpload .ruFakeInput {
  border: 1px solid #1bc6e2;
  box-sizing: border-box;
  line-height: 1.5;
  padding: 10px;
  font-family: "lato", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
}

.RadUpload input.ruFileInput {
  font-family: "lato", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
}

.RadUpload_Default, .RadUpload_Default a, .RadUpload_Default input {
  font-family: "lato", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
}

.RadUpload_Default .ruButton {
  background-image: none;
  height: auto;
  width: 100px;
  line-height: 1.5;
}

.ruFileWrap {
  padding-right: 100px;
}

.ruFileWrap .ruBrowse {
  position: absolute;
  top: 0;
  right: 0;
}

div.fancy-select {
  position: relative;
  font-family: "lato", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  color: #666666;
}

div.fancy-select.disabled {
  opacity: 0.5;
}

div.fancy-select select:focus + div.trigger {
  border-color: #2d3e52;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(36, 50, 66, 0.7);
}

div.fancy-select select:focus + div.trigger.open {
  outline: none;
  border-color: #2d3e52;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(36, 50, 66, 0.7) !important;
}

div.fancy-select div.trigger {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 0;
  border: 1px solid #1bc6e2;
  box-shadow: none;
  font-family: "lato", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 10px 40px 10px 10px;
  width: 100%;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  transition: all 240ms ease-out;
  -webkit-transition: all 240ms ease-out;
  -moz-transition: all 240ms ease-out;
  -ms-transition: all 240ms ease-out;
  -o-transition: all 240ms ease-out;
}

div.fancy-select div.trigger:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #666666;
  top: 20px;
  right: 9px;
}

div.fancy-select ul.options {
  list-style: none;
  margin: 0;
  position: absolute;
  top: 40px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 50;
  max-height: 200px;
  overflow: auto;
  background-color: white;
  border-radius: 0;
  border: 1px solid #2d3e52;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  min-width: 260px;
  width: 100%;
  transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
}

div.fancy-select ul.options.open {
  visibility: visible;
  top: 50px;
  opacity: 1;
  transition: opacity 300ms ease-out, top 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, top 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, top 300ms ease-out;
  -o-transition: opacity 300ms ease-out, top 300ms ease-out;
}

div.fancy-select ul.options.overflowing {
  top: auto;
  bottom: 40px;
  transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -o-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
}

div.fancy-select ul.options.overflowing.open {
  top: auto;
  bottom: 50px;
  transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -o-transition: opacity 300ms ease-out, bottom 300ms ease-out;
}

div.fancy-select ul.options li {
  padding: 8px 12px;
  color: #666666;
  cursor: pointer;
  white-space: nowrap;
  transition: all 150ms ease-out;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
}

div.fancy-select ul.options li.hover {
  color: #333333;
  background: #eef2f6;
}

div.fancy-select ul.options li.selected, div.fancy-select ul.options li.selected.hover {
  background: #1bc6e2;
  color: #ffffff;
}

table {
  border-collapse: collapse;
  margin: 2.5em 0;
  width: 100%;
}

th {
  border: none;
  font-weight: 700;
  padding: 1em;
  text-align: left;
  background: #fcf8f5;
  color: #2d3e52;
  border-bottom: 2px solid #e0d4ce;
}

td {
  border: none;
  border-bottom: 1px solid #e0d4ce;
  padding: 1em;
}

tr,
td,
th {
  vertical-align: top;
}

tbody tr:nth-child(2n+2),
tbody tr.even {
  background: #fcf8f5;
}

table.simple-table {
  width: 0;
  width: auto;
}

table.simple-table tbody {
  border-top: none;
}

table.simple-table tr, table.simple-table th, table.simple-table td {
  background: transparent;
}

table.simple-table th, table.simple-table td {
  color: #666666;
  text-align: left;
  vertical-align: top;
  padding: 0 2em 0.5em 0;
  text-transform: none;
}

table.simple-table th {
  font-weight: 600;
}

table.simple-table.horizontal-padding th, table.simple-table.horizontal-padding td {
  padding: 0 2em 0 0;
}

table.simple-table.no-margin {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.page-content .sfContentBlock ul,
.individual-event ul {
  list-style-type: disc;
  margin-bottom: 0.75em;
  padding-left: 1.5em;
}

.page-content .sfContentBlock ul li,
.individual-event ul li {
  margin-bottom: .5em;
}

.page-content .sfContentBlock ol,
.individual-event ol {
  list-style-type: decimal;
  margin-bottom: 0.75em;
  padding-left: 1.5em;
}

.page-content .sfContentBlock ol li,
.individual-event ol li {
  margin-bottom: .5em;
}

.page-content .sfContentBlock ol ol,
.individual-event ol ol {
  list-style-type: lower-alpha;
}

.page-content .sfContentBlock ol ol ol,
.individual-event ol ol ol {
  list-style-type: lower-roman;
}

dl {
  margin-bottom: 0.75em;
}

dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}

dl dd {
  margin: 0;
}

.button,
.RadUpload_Default .ruButton,
.button-dark-blue,
#commentsWidget .sfcommentsListWrp .sfLeaveCommentLnk, #commentsWidget .sfcommentsFormWrp .sfcommentsSubmitBtnWrp input, .search-returns-container fieldset .sfsearchSubmit, .modal-button,
.list-view a,
.calendar-view-button a,
.return-icon a,
.sf_pagerNumeric a.sf_PagerCurrent,
button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.button-dark-blue, #commentsWidget .sfcommentsListWrp .sfLeaveCommentLnk, #commentsWidget .sfcommentsFormWrp .sfcommentsSubmitBtnWrp input, .search-returns-container fieldset .sfsearchSubmit {
  border-color: #2d3e52;
  background: #2d3e52;
  color: #ffffff;
}

.button-dark-blue:link, #commentsWidget .sfcommentsListWrp .sfLeaveCommentLnk:link, #commentsWidget .sfcommentsFormWrp .sfcommentsSubmitBtnWrp input:link, .search-returns-container fieldset .sfsearchSubmit:link, .button-dark-blue:visited, #commentsWidget .sfcommentsListWrp .sfLeaveCommentLnk:visited, #commentsWidget .sfcommentsFormWrp .sfcommentsSubmitBtnWrp input:visited, .search-returns-container fieldset .sfsearchSubmit:visited {
  color: #ffffff;
  border-color: #2d3e52;
  background: #2d3e52;
}

.button-dark-blue:hover, #commentsWidget .sfcommentsListWrp .sfLeaveCommentLnk:hover, #commentsWidget .sfcommentsFormWrp .sfcommentsSubmitBtnWrp input:hover, .search-returns-container fieldset .sfsearchSubmit:hover, .button-dark-blue:active, #commentsWidget .sfcommentsListWrp .sfLeaveCommentLnk:active, #commentsWidget .sfcommentsFormWrp .sfcommentsSubmitBtnWrp input:active, .search-returns-container fieldset .sfsearchSubmit:active {
  background-color: #1bc6e2;
  color: #ffffff;
}

/*=================================================================================
Body and Wrapper around everything
=================================================================================*/
body {
  background: #999999;
  margin: 0;
  padding: 0;
  text-align: left;
}

#masthead .wrapper,
#scrolling-content {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*
    @include media($tablet){
        max-width: 768px;
    }

    @include media($fullsize){
        max-width: $max-width;
    }
    */
}

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hiddenClass {
  display: none;
}

form {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/*=================================================================================
Header
=================================================================================*/
#masthead {
  width: 100%;
  position: fixed;
  z-index: 100;
}

#masthead .print-header {
  display: none;
}

@media screen and (max-width: 768px) {
  #masthead.open {
    position: absolute;
  }
}

#header .wrapper {
  background: #ffffff;
}

.header .logo-container {
  width: 184px;
  height: 37px;
  padding: 5px 0 10px 10px;
  float: left;
  box-sizing: content-box;
}

.header .logo-container div {
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .header .logo-container {
    width: 210px;
    height: 43px;
    padding: 5px 0 14px 30px;
  }
}

@media screen and (min-width: 1440px) {
  .header .logo-container {
    width: 393px;
    height: 80px;
    padding: 5px 0 14px 80px;
  }
}

.header .logo-container a {
  text-indent: -999em;
  overflow: hidden;
  text-align: left;
  background: url(../Images/framework/the-public-defender-service-logo-v2.png) no-repeat left top;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.menu-button-container {
  float: right;
}

@media screen and (min-width: 768px) {
  .menu-button-container {
    width: 450px;
  }
}

@media screen and (min-width: 1440px) {
  .menu-button-container {
    width: 800px;
  }
}

.google-translate-container {
  display: none;
}

@media screen and (min-width: 768px) {
  .google-translate-container {
    float: right;
    margin-right: 20px;
    padding-top: 12px;
    display: block;
  }
  .google-translate-container .goog-te-gadget-simple {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: 10pt;
    padding-bottom: 2px;
    padding-top: 1px;
  }
  .google-translate-container .goog-te-gadget-icon {
    display: none;
  }
  .google-translate-container .goog-te-menu-value {
    text-transform: uppercase;
    font-family: "lato", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    color: #2d3e52;
    line-height: 30px;
    font-size: 18px;
  }
  .google-translate-container .goog-te-menu-value span {
    border: none !important;
    color: #2d3e52 !important;
  }
}

@media screen and (min-width: 1440px) {
  .google-translate-container {
    padding-top: 30px;
  }
  .google-translate-container .goog-te-menu-value {
    font-size: 26px;
    line-height: 38px;
  }
}

iframe.goog-te-menu-frame {
  width: 768px;
}

@media screen and (min-width: 1440px) {
  iframe.goog-te-menu-frame {
    width: auto;
  }
}

.open-menu-button {
  overflow: hidden;
  width: 60px;
  float: right;
  display: block;
}

.open-menu-button div {
  font-size: 30px;
  text-align: center;
  color: #ffffff;
  background: #2d3e52;
  line-height: 30px;
  height: 55px;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0;
}

.open-menu-button div:hover, .open-menu-button div:active {
  cursor: pointer;
}

.open-menu-button div#close-menu {
  display: none;
}

.open-menu-button div .icon-menu, .open-menu-button div .icon-close {
  display: block;
  height: 32px;
}

.open-menu-button div .text {
  display: none;
}

@media screen and (min-width: 768px) {
  .open-menu-button {
    width: 77px;
  }
  .open-menu-button div {
    padding: 0;
    line-height: 30px;
    padding: 15px 0;
    height: 63px;
    font-size: 26px;
  }
}

@media screen and (min-width: 1440px) {
  .open-menu-button {
    width: 185px;
  }
  .open-menu-button div {
    font-size: 26px;
    line-height: 100px;
    padding: 0;
    height: 100px;
  }
  .open-menu-button div .icon-menu, .open-menu-button div .icon-close {
    display: inline-block;
    padding: 0 5px 5px 0;
    vertical-align: middle;
  }
  .open-menu-button div .text {
    display: inline;
  }
}

#masthead.open .open-menu-button #open-menu {
  display: none;
}

#masthead.open .open-menu-button #close-menu {
  display: block;
}

/*=================================================================================
Main Nav Menu
=================================================================================*/
.main-menu {
  display: none;
  position: relative;
  z-index: 999;
  background: #2d3e52;
  padding: 0px;
}

.main-menu .bwmNavTreeview {
  display: block;
  padding: 10px;
}

.main-menu .bwmNavTreeview li {
  text-align: center;
  position: relative;
  float: none;
  margin: 0;
  padding: 0;
}

.main-menu .bwmNavTreeview li:hover {
  background: #3d5670;
}

.main-menu .bwmNavTreeview li a {
  color: #ffffff;
  font-size: 1.7em;
  font-weight: strong;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
}

.main-menu .bwmNavTreeview ul {
  display: none;
}

.main-menu .bwmNavTreeview ul li:hover {
  background: #718497;
}

.main-menu .bwmNavTreeview ul li a {
  text-transform: none;
}

@media screen and (min-width: 1440px) {
  .main-menu {
    display: block;
    padding: 0 30px;
  }
  .main-menu .bwmNavTreeview {
    display: block;
    padding: 0px 0px 0px 30px;
  }
  .main-menu .bwmNavTreeview li {
    text-align: left;
    float: left;
  }
  .main-menu .bwmNavTreeview li a {
    padding: 10px 22px;
  }
  .main-menu .bwmNavTreeview ul {
    position: absolute;
    left: -999em;
    background: #3d5670;
    width: 250px;
    display: block;
    margin: 0;
    padding: 0;
  }
  .main-menu .bwmNavTreeview ul li {
    margin: 0;
    padding: 0;
    float: none;
  }
  .main-menu .bwmNavTreeview ul li a {
    color: #ffffff;
    font-size: 1.4em;
  }
  .main-menu .bwmNavTreeview li:hover > ul {
    left: auto;
  }
  .main-menu .bwmNavTreeview ul ul li {
    background: #718497;
  }
  .main-menu .bwmNavTreeview ul ul li:hover {
    background: #8091a2;
  }
  .main-menu .bwmNavTreeview ul li:hover > ul {
    top: 0px;
    left: 250px;
  }
}

@media screen and (min-width: 1440px) {
  .home .main-menu {
    display: none;
  }
}

/*
//Always showing menu at fullsize on everything but home
@include media($fullsize){
    .not-front .open-menu-button{
        display: none;
    }
    //.not-front .main-menu{
    .not-front .main-menu{
        display: block !important;
    }
    .not-front .google-translate-container{
        margin-right: 60px;
    }
}
*/
/*=================================================================================
Footer
=================================================================================*/
#footer .wrapper {
  background: #ffffff;
  padding: 0 0 17px 0;
}

@media screen and (min-width: 768px) {
  #footer .wrapper {
    padding: 17px 30px;
    padding-bottom: 25px;
  }
}

@media screen and (min-width: 1440px) {
  #footer .wrapper {
    padding: 20px 80px;
  }
}

#footer .footer-col-01 .footer-left, #footer .footer-col-02 .footer-left {
  float: none;
  width: 100% !important;
}

#footer .footer-col-01 .footer-right, #footer .footer-col-02 .footer-right {
  float: none;
  width: 100% !important;
}

@media screen and (min-width: 768px) {
  #footer .footer-col-01 {
    padding-bottom: 17px;
  }
  #footer .footer-col-01 .footer-left, #footer .footer-col-02 .footer-left {
    float: left;
    width: 65% !important;
  }
  #footer .footer-col-01 .footer-right, #footer .footer-col-02 .footer-right {
    float: right;
    width: 35% !important;
  }
  #footer .footer-col-02 .footer-left {
    width: 40% !important;
  }
  #footer .footer-col-02 .footer-right {
    width: 60% !important;
  }
}

@media screen and (min-width: 1440px) {
  #footer .footer-col-01 .footer-left, #footer .footer-col-02 .footer-left {
    width: 55% !important;
  }
  #footer .footer-col-01 .footer-right, #footer .footer-col-02 .footer-right {
    width: 45% !important;
  }
}

#footer .subscribe-link a {
  color: #ffffff;
  font-family: "lato", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 1.6em;
  margin: 0;
  padding: 1em 0;
  background: #2d3e52;
  display: block;
}

#footer .subscribe-link a:link, #footer .subscribe-link a:visited {
  color: #ffffff;
  text-decoration: none;
}

#footer .subscribe-link a:hover, #footer .subscribe-link a:active {
  color: #ffffff;
  background: #243242;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  #footer .subscribe-link {
    font-size: 1.6em;
    display: block;
    background: transparent;
  }
  #footer .subscribe-link a {
    font-family: serif;
    font-weight: 900;
    font-style: italic;
    text-align: left;
    float: left;
    margin: 0;
    padding: 0;
    background: none;
  }
  #footer .subscribe-link a:link, #footer .subscribe-link a:visited {
    color: #1bc6e2;
  }
  #footer .subscribe-link a:hover, #footer .subscribe-link a:active {
    color: #138a9e;
    background: none;
  }
}

@media screen and (min-width: 768px) {
  #footer .subscribe-link {
    font-size: 1.8em;
  }
}

#footer .social-media {
  overflow: hidden;
}

#footer .social-media ul {
  list-style-type: none;
  margin: 0;
  padding: 17px 0 0 0;
  text-align: center;
}

#footer .social-media ul li {
  float: none;
  margin: 0 0 0 10px;
  float: none;
  display: inline-block;
}

#footer .social-media ul li a {
  font-size: 3em;
}

#footer .social-media ul li a:link, #footer .social-media ul li a:visited {
  color: #1bc6e2;
}

#footer .social-media ul li a:hover, #footer .social-media ul li a:active {
  color: #2d3e52;
}

#footer .social-media ul li a .label {
  display: none;
}

@media screen and (min-width: 768px) {
  #footer .social-media ul {
    float: right;
    text-align: left;
    overflow: hidden;
    padding-top: 5px;
  }
  #footer .social-media ul li {
    float: left;
  }
  #footer .social-media ul li a {
    font-size: 2.4em;
  }
}

@media screen and (min-width: 1440px) {
  #footer .social-media ul {
    padding: 0;
  }
  #footer .social-media ul li a {
    font-size: 3em;
  }
}

#footer .address {
  font-size: 1.2em;
  text-align: center;
  color: #2d3e52;
}

#footer .address .all-rights {
  display: block;
  margin: 1em 0;
}

#footer .address .rights-text {
  display: block;
}

#footer .address .street-address, #footer .address .individual-line {
  display: block;
}

#footer .address .abbr {
  display: inline;
}

#footer .address .fullname, #footer .address .divide {
  display: none;
}

@media screen and (min-width: 768px) {
  #footer .address {
    text-align: left;
    font-size: 1.1em;
  }
  #footer .address .all-rights {
    margin: 0;
  }
  #footer .address .phone-numbers {
    display: block;
  }
  #footer .address .number-row {
    display: block;
  }
  #footer .address .d1, #footer .address .d3, #footer .address .rights-text {
    display: inline;
  }
}

@media screen and (min-width: 1440px) {
  #footer .address {
    font-size: 1.4em;
  }
  #footer .address .all-rights, #footer .address .number-row, #footer .address .street-address {
    display: inline;
  }
  #footer .address .divide {
    display: inline;
  }
  #footer .address .phone-numbers, #footer .address .street-address {
    display: block;
  }
  #footer .address .individual-line, #footer .address .fullname {
    display: inline;
  }
  #footer .address .abbr {
    display: none;
  }
}

#footer .disclaimer {
  width: 280px;
  margin: 0 auto;
  padding: 1em 0;
}

#footer .disclaimer .sfNavHorizontalSiteMap {
  display: block;
  text-align: center;
}

#footer .disclaimer .sfNavHorizontalSiteMap li {
  border-right: 1px solid #1bc6e2;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  display: inline-block;
  float: none;
}

#footer .disclaimer .sfNavHorizontalSiteMap li.last {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

#footer .disclaimer .sfNavHorizontalSiteMap li a {
  font-weight: normal;
  font-size: 1.2em;
}

#footer .disclaimer .sfNavHorizontalSiteMap li a:link, #footer .disclaimer .sfNavHorizontalSiteMap li a:visited {
  color: #1bc6e2;
}

#footer .disclaimer .sfNavHorizontalSiteMap li a:hover, #footer .disclaimer .sfNavHorizontalSiteMap li a:active {
  color: #2d3e52;
}

@media screen and (min-width: 768px) {
  #footer .disclaimer {
    margin: 0;
    padding: 0;
    width: auto;
  }
  #footer .disclaimer .sfNavHorizontalSiteMap {
    text-align: right;
  }
  #footer .disclaimer .sfNavHorizontalSiteMap li a {
    font-size: 1.1em;
  }
}

@media screen and (min-width: 1440px) {
  #footer .disclaimer .sfNavHorizontalSiteMap li a {
    font-size: 1.4em;
  }
}

#footer .pdf-download {
  font-size: 1.2em;
  text-align: center;
  margin: 0 auto;
  max-width: 300px;
}

@media screen and (min-width: 768px) {
  #footer .pdf-download {
    font-size: 1.1em;
    margin: 1em 0 0 0;
    text-align: right;
    max-width: 100%;
  }
  #footer .pdf-download span {
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  #footer .pdf-download {
    font-size: 1.4em;
  }
}

.resize-video {
  height: 100% !important;
  width: 100% !important;
}

.resize-video iframe {
  width: 100%;
  max-with: 1090px;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
  display: block;
}

.simplemodal-item {
  display: none;
}

#simplemodal-overlay {
  background-color: #000;
}

/* Container */
#simplemodal-container,
#home-notification,
#emailModal {
  width: 300px;
  height: 170px;
  color: #bbb;
  background-color: #333;
}

#simplemodal-container a.modalCloseImg,
#home-notification a.modalCloseImg,
#emailModal a.modalCloseImg {
  background: #1bc6e2;
  width: 18px;
  height: 18px;
  display: inline;
  z-index: 3200;
  position: absolute;
  top: -9px;
  right: -9px;
  cursor: pointer;
  border-radius: 50%;
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
}

#simplemodal-container a.modalCloseImg:before,
#home-notification a.modalCloseImg:before,
#emailModal a.modalCloseImg:before {
  content: "\e117";
  display: block;
  width: 18px;
  line-height: 16px;
  font-size: 10px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #simplemodal-container,
  #home-notification,
  #emailModal {
    width: 714px;
    height: 426px;
  }
  #simplemodal-container a.modalCloseImg,
  #home-notification a.modalCloseImg,
  #emailModal a.modalCloseImg {
    width: 40px;
    height: 40px;
    top: -20px;
    right: -20px;
  }
  #simplemodal-container a.modalCloseImg:before,
  #home-notification a.modalCloseImg:before,
  #emailModal a.modalCloseImg:before {
    width: 40px;
    line-height: 38px;
    font-size: 20px;
  }
}

@media screen and (min-width: 1440px) {
  #simplemodal-container,
  #home-notification,
  #emailModal {
    width: 1090px;
    height: 650px;
  }
  #simplemodal-container a.modalCloseImg,
  #home-notification a.modalCloseImg,
  #emailModal a.modalCloseImg {
    width: 60px;
    height: 60px;
    top: -30px;
    right: -30px;
  }
  #simplemodal-container a.modalCloseImg:before,
  #home-notification a.modalCloseImg:before,
  #emailModal a.modalCloseImg:before {
    width: 60px;
    line-height: 58px;
    font-size: 40px;
  }
}

.video-modal iframe {
  width: 300px;
  height: 167px;
  border: none;
  margin: 0;
  padding: 0;
  display: block;
}

@media screen and (min-width: 768px) {
  .video-modal iframe {
    width: 714px;
    height: 426px;
  }
}

@media screen and (min-width: 1440px) {
  .video-modal iframe {
    width: 1090px;
    height: 650px;
  }
}

.text-modal {
  padding: 1em;
  font-size: 1.4em;
}

/*Automatic Modal Alert on home page
--Different heights than the videos
--------------------------------------------*/
#home-notification {
  height: 400px;
}

@media screen and (min-width: 768px) {
  #home-notification {
    height: 426px;
  }
}

@media screen and (min-width: 1440px) {
  #home-notification {
    height: 650px;
  }
}

/*Email Modals
--------------------------------------------*/
#emailModal a.modalCloseImg {
  width: 18px;
  height: 18px;
  top: -9px;
  right: -9px;
}

#emailModal a.modalCloseImg:before {
  width: 18px;
  line-height: 16px;
  font-size: 10px;
}

#emailModal #simplemodal-data {
  height: 100%;
}

#emailModal iframe {
  border: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: auto;
}

/*Modal Alerts
--------------------------------------------*/
.modal-alert-message {
  display: none;
}

#pdsdc-alert {
  width: 305px;
  height: 182px;
  padding: 5px;
  color: #666666;
  background-color: #ffffff;
}

#pdsdc-alert .simplemodal-wrap {
  position: relative;
}

#pdsdc-alert .simplemodal-data {
  height: 100%;
  position: relative;
  padding-bottom: 50px;
  box-sizing: border-box;
}

#pdsdc-alert .alert-content {
  height: 117px;
  padding: 20px;
  overflow: auto;
  font-size: 1.2em;
  color: #000000;
}

@media screen and (min-width: 768px) {
  #pdsdc-alert .alert-content {
    font-size: 1.4em;
  }
}

@media screen and (min-width: 1440px) {
  #pdsdc-alert .alert-content {
    font-size: 1.6em;
  }
}

#pdsdc-alert .alert-confirm {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45px;
  text-align: center;
  border-top: 1px solid #ccc;
  padding-top: 5px;
  background: #ffffff;
}

#pdsdc-alert .alert-confirm .button, #pdsdc-alert .alert-confirm .RadUpload_Default .ruButton, .RadUpload_Default #pdsdc-alert .alert-confirm .ruButton, #pdsdc-alert .alert-confirm .button-dark-blue, #pdsdc-alert .alert-confirm #commentsWidget .sfcommentsListWrp .sfLeaveCommentLnk, #commentsWidget .sfcommentsListWrp #pdsdc-alert .alert-confirm .sfLeaveCommentLnk, #pdsdc-alert .alert-confirm #commentsWidget .sfcommentsFormWrp .sfcommentsSubmitBtnWrp input, #commentsWidget .sfcommentsFormWrp .sfcommentsSubmitBtnWrp #pdsdc-alert .alert-confirm input, #pdsdc-alert .alert-confirm .search-returns-container fieldset .sfsearchSubmit, .search-returns-container fieldset #pdsdc-alert .alert-confirm .sfsearchSubmit, #pdsdc-alert .alert-confirm .modal-button, #pdsdc-alert .alert-confirm .list-view a, .list-view #pdsdc-alert .alert-confirm a, #pdsdc-alert .alert-confirm .calendar-view-button a, .calendar-view-button #pdsdc-alert .alert-confirm a, #pdsdc-alert .alert-confirm .return-icon a, .return-icon #pdsdc-alert .alert-confirm a, #pdsdc-alert .alert-confirm .sf_pagerNumeric a.sf_PagerCurrent, .sf_pagerNumeric #pdsdc-alert .alert-confirm a.sf_PagerCurrent {
  font-size: 1.2em;
  padding-left: 2em;
  padding-right: 2em;
}

@media screen and (min-width: 768px) {
  #pdsdc-alert .alert-confirm .button, #pdsdc-alert .alert-confirm .RadUpload_Default .ruButton, .RadUpload_Default #pdsdc-alert .alert-confirm .ruButton, #pdsdc-alert .alert-confirm .button-dark-blue, #pdsdc-alert .alert-confirm #commentsWidget .sfcommentsListWrp .sfLeaveCommentLnk, #commentsWidget .sfcommentsListWrp #pdsdc-alert .alert-confirm .sfLeaveCommentLnk, #pdsdc-alert .alert-confirm #commentsWidget .sfcommentsFormWrp .sfcommentsSubmitBtnWrp input, #commentsWidget .sfcommentsFormWrp .sfcommentsSubmitBtnWrp #pdsdc-alert .alert-confirm input, #pdsdc-alert .alert-confirm .search-returns-container fieldset .sfsearchSubmit, .search-returns-container fieldset #pdsdc-alert .alert-confirm .sfsearchSubmit, #pdsdc-alert .alert-confirm .modal-button, #pdsdc-alert .alert-confirm .list-view a, .list-view #pdsdc-alert .alert-confirm a, #pdsdc-alert .alert-confirm .calendar-view-button a, .calendar-view-button #pdsdc-alert .alert-confirm a, #pdsdc-alert .alert-confirm .return-icon a, .return-icon #pdsdc-alert .alert-confirm a, #pdsdc-alert .alert-confirm .sf_pagerNumeric a.sf_PagerCurrent, .sf_pagerNumeric #pdsdc-alert .alert-confirm a.sf_PagerCurrent {
    font-size: 1.4em;
  }
}

@media screen and (min-width: 1440px) {
  #pdsdc-alert .alert-confirm .button, #pdsdc-alert .alert-confirm .RadUpload_Default .ruButton, .RadUpload_Default #pdsdc-alert .alert-confirm .ruButton, #pdsdc-alert .alert-confirm .button-dark-blue, #pdsdc-alert .alert-confirm #commentsWidget .sfcommentsListWrp .sfLeaveCommentLnk, #commentsWidget .sfcommentsListWrp #pdsdc-alert .alert-confirm .sfLeaveCommentLnk, #pdsdc-alert .alert-confirm #commentsWidget .sfcommentsFormWrp .sfcommentsSubmitBtnWrp input, #commentsWidget .sfcommentsFormWrp .sfcommentsSubmitBtnWrp #pdsdc-alert .alert-confirm input, #pdsdc-alert .alert-confirm .search-returns-container fieldset .sfsearchSubmit, .search-returns-container fieldset #pdsdc-alert .alert-confirm .sfsearchSubmit, #pdsdc-alert .alert-confirm .modal-button, #pdsdc-alert .alert-confirm .list-view a, .list-view #pdsdc-alert .alert-confirm a, #pdsdc-alert .alert-confirm .calendar-view-button a, .calendar-view-button #pdsdc-alert .alert-confirm a, #pdsdc-alert .alert-confirm .return-icon a, .return-icon #pdsdc-alert .alert-confirm a, #pdsdc-alert .alert-confirm .sf_pagerNumeric a.sf_PagerCurrent, .sf_pagerNumeric #pdsdc-alert .alert-confirm a.sf_PagerCurrent {
    font-size: 1.6em;
  }
}

@media screen and (min-width: 768px) {
  #pdsdc-alert {
    width: 400px;
    height: 350px;
  }
  #pdsdc-alert .alert-content {
    height: 289px;
  }
}

#pdsdc-alert .training-agree {
  margin-right: 5px;
}

#pdsdc-alert .training-links {
  display: none;
}

#pdsdc-alert .training-links h3 {
  font-size: 2.2em;
  text-align: center;
}

#pdsdc-alert .training-links .links {
  font-size: 1.6em;
  overflow: hidden;
  width: 190px;
  margin: 0 auto;
}

#pdsdc-alert .training-links .links a {
  display: block;
  padding: 10px;
  width: 90px;
  float: left;
  border: 1px solid #999;
  text-align: center;
}

#pdsdc-alert .training-links .links a:nth-child(1) {
  margin-right: 5px;
}

#pdsdc-alert .training-links .links .video a:before, #pdsdc-alert .training-links .links .audio a:before {
  display: block;
  content: '';
  width: 33px;
  height: 35px;
  margin: 0 auto;
}

#pdsdc-alert .training-links .links .video a:before {
  background: url(../Images/video.gif) no-repeat 0px 0px;
}

#pdsdc-alert .training-links .links .audio a:before {
  background: url(../Images/audio.gif) no-repeat 0px 0px;
}

#pdsdc-alert .training-links .instructions {
  margin: 1em 0 0 0;
  font-size: 1.4em;
  text-align: center;
  padding: 0 30px;
}

#pdsdc-alert .training-links .close {
  text-align: center;
  font-size: 1.6em;
  margin: 1em 0 0 0;
}

.training-item {
  background: #fcf8f5;
  border: 1px solid #e0d4ce;
  padding: 15px;
  margin: 0 0 20px 0;
  overflow: hidden;
}

.training-item:hover {
  background: white;
}

.training-item .img {
  float: left;
  margin: 0 10px 0 0;
}

.training-item .details {
  float: left;
}

.training-item .details h3 {
  font-size: 2.6em;
  margin: .25em 0 0 0;
}

.training-item .details p {
  color: #1bc6e2;
  font-size: 1.6em;
}

.training-item:hover {
  cursor: pointer;
}

.training-item .links {
  display: none;
}

/*Modals triggered automatically
--------------------------------------------*/
#auto-modal {
  display: none;
}

.simplemodal-wrap #auto-modal {
  display: block;
  padding: 2em;
  font-size: 1.4em;
}

#content .auto-modal-dialog {
  display: none;
}

/*Agency Status (home page dark colored modal)
--------------------------------------------*/
h2.agency-status-heading {
  font-size: 1.6em;
}

@media screen and (min-width: 768px) {
  h2.agency-status-heading {
    font-size: 1.8em;
  }
}

@media screen and (min-width: 1440px) {
  h2.agency-status-heading {
    font-size: 2em;
  }
}

.agency-status-content {
  font-size: 1.2em;
}

@media screen and (min-width: 768px) {
  .agency-status-content {
    font-size: 1.4em;
  }
}

@media screen and (min-width: 1440px) {
  .agency-status-content {
    font-size: 1.6em;
  }
}

/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

.flexslider {
  margin: 0;
  position: relative;
  zoom: 1;
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block !important;
  width: 60px;
  height: 60px;
  margin: -30px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: white;
  text-shadow: 0px 2px 3px rgba(70, 64, 60, 0.35);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.flex-direction-nav a:before {
  font-family: "icomoon";
  font-size: 40px;
  display: inline-block;
  content: "";
}

.flex-direction-nav a.flex-next:before {
  content: "";
}

.flex-direction-nav .flex-prev {
  left: 10px;
}

.flex-direction-nav .flex-next {
  right: 10px;
}

/*=================================================================================
Page Background images
=================================================================================*/
@media screen and (min-width: 768px) {
  .two-col-layout #scrolling-content {
    background: url(../Images/backgrounds/option-01.jpg) no-repeat center top #faf1ec;
    background-attachment: fixed;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .two-col-layout #scrolling-content {
    background-image: none !important;
  }
}

/*=================================================================================
Main Content formatting
=================================================================================*/
.page-content {
  box-sizing: border-box;
}

.two-col-layout #content {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .two-col-layout #content {
    padding: 30px;
  }
  .two-col-layout #content .page-content {
    min-height: 1000px;
  }
}

@media screen and (min-width: 1440px) {
  .two-col-layout #content {
    padding: 80px;
  }
}

.page-content .sfContentBlock,
.individual-event {
  position: relative;
}

.page-content .sfContentBlock p,
.individual-event p {
  font-size: 1.4em;
}

@media screen and (min-width: 768px) {
  .page-content .sfContentBlock p,
  .individual-event p {
    font-size: 1.6em;
  }
}

@media screen and (min-width: 1440px) {
  .page-content .sfContentBlock p,
  .individual-event p {
    font-size: 1.8em;
  }
}

.page-content .sfContentBlock ul,
.page-content .sfContentBlock ol,
.page-content .sfContentBlock blockquote,
.page-content .sfContentBlock form,
.page-content .sfContentBlock th,
.page-content .sfContentBlock td,
.individual-event ul, .individual-event ol, .individual-event blockquote, .individual-event form, .individual-event th, .individual-event td {
  font-size: 1.4em;
}

@media screen and (min-width: 768px) {
  .page-content .sfContentBlock ul,
  .page-content .sfContentBlock ol,
  .page-content .sfContentBlock blockquote,
  .page-content .sfContentBlock form,
  .page-content .sfContentBlock th,
  .page-content .sfContentBlock td,
  .individual-event ul, .individual-event ol, .individual-event blockquote, .individual-event form, .individual-event th, .individual-event td {
    font-size: 1.6em;
  }
}

@media screen and (min-width: 1440px) {
  .page-content .sfContentBlock ul,
  .page-content .sfContentBlock ol,
  .page-content .sfContentBlock blockquote,
  .page-content .sfContentBlock form,
  .page-content .sfContentBlock th,
  .page-content .sfContentBlock td,
  .individual-event ul, .individual-event ol, .individual-event blockquote, .individual-event form, .individual-event th, .individual-event td {
    font-size: 1.8em;
  }
}

.page-content .sfContentBlock ul p,
.page-content .sfContentBlock ul ul,
.page-content .sfContentBlock ul ol,
.page-content .sfContentBlock ul th,
.page-content .sfContentBlock ul td,
.page-content .sfContentBlock ul blockquote,
.page-content .sfContentBlock ol p,
.page-content .sfContentBlock ol ul,
.page-content .sfContentBlock ol ol,
.page-content .sfContentBlock ol th,
.page-content .sfContentBlock ol td,
.page-content .sfContentBlock ol blockquote,
.page-content .sfContentBlock blockquote p,
.page-content .sfContentBlock blockquote ul,
.page-content .sfContentBlock blockquote ol,
.page-content .sfContentBlock blockquote th,
.page-content .sfContentBlock blockquote td,
.page-content .sfContentBlock blockquote blockquote,
.page-content .sfContentBlock form p,
.page-content .sfContentBlock form ul,
.page-content .sfContentBlock form ol,
.page-content .sfContentBlock form th,
.page-content .sfContentBlock form td,
.page-content .sfContentBlock form blockquote,
.page-content .sfContentBlock th p,
.page-content .sfContentBlock th ul,
.page-content .sfContentBlock th ol,
.page-content .sfContentBlock th th,
.page-content .sfContentBlock th td,
.page-content .sfContentBlock th blockquote,
.page-content .sfContentBlock td p,
.page-content .sfContentBlock td ul,
.page-content .sfContentBlock td ol,
.page-content .sfContentBlock td th,
.page-content .sfContentBlock td td,
.page-content .sfContentBlock td blockquote,
.individual-event ul p, .individual-event ul ul, .individual-event ul ol, .individual-event ul th, .individual-event ul td, .individual-event ul blockquote, .individual-event ol p, .individual-event ol ul, .individual-event ol ol, .individual-event ol th, .individual-event ol td, .individual-event ol blockquote, .individual-event blockquote p, .individual-event blockquote ul, .individual-event blockquote ol, .individual-event blockquote th, .individual-event blockquote td, .individual-event blockquote blockquote, .individual-event form p, .individual-event form ul, .individual-event form ol, .individual-event form th, .individual-event form td, .individual-event form blockquote, .individual-event th p, .individual-event th ul, .individual-event th ol, .individual-event th th, .individual-event th td, .individual-event th blockquote, .individual-event td p, .individual-event td ul, .individual-event td ol, .individual-event td th, .individual-event td td, .individual-event td blockquote {
  font-size: 1em;
}

.page-content .sfContentBlock h1,
.individual-event h1 {
  margin: .5em 0;
  color: #2d3e52;
  font-size: 2.8em;
  font-weight: 900;
  font-style: italic;
}

@media screen and (min-width: 768px) {
  .page-content .sfContentBlock h1,
  .individual-event h1 {
    font-size: 3.8em;
  }
}

@media screen and (min-width: 1440px) {
  .page-content .sfContentBlock h1,
  .individual-event h1 {
    font-size: 4.8em;
  }
}

.page-content .sfContentBlock h2,
.individual-event h2 {
  color: #2d3e52;
  font-size: 2.4em;
}

@media screen and (min-width: 768px) {
  .page-content .sfContentBlock h2,
  .individual-event h2 {
    font-size: 2.8em;
  }
}

@media screen and (min-width: 1440px) {
  .page-content .sfContentBlock h2,
  .individual-event h2 {
    font-size: 3.8em;
  }
}

.page-content .sfContentBlock h3,
.individual-event h3 {
  color: #2d3e52;
  font-size: 2em;
}

@media screen and (min-width: 768px) {
  .page-content .sfContentBlock h3,
  .individual-event h3 {
    font-size: 2.4em;
  }
}

@media screen and (min-width: 1440px) {
  .page-content .sfContentBlock h3,
  .individual-event h3 {
    font-size: 3.2em;
  }
}

.page-content .sfContentBlock h4,
.individual-event h4 {
  font-size: 1.8em;
}

@media screen and (min-width: 768px) {
  .page-content .sfContentBlock h4,
  .individual-event h4 {
    font-size: 2em;
  }
}

@media screen and (min-width: 1440px) {
  .page-content .sfContentBlock h4,
  .individual-event h4 {
    font-size: 2.8em;
  }
}

.page-content .sfContentBlock td h2,
.individual-event td h2 {
  font-size: 1.71em;
}

@media screen and (min-width: 768px) {
  .page-content .sfContentBlock td h2,
  .individual-event td h2 {
    font-size: 1.75em;
  }
}

@media screen and (min-width: 1440px) {
  .page-content .sfContentBlock td h2,
  .individual-event td h2 {
    font-size: 2.1em;
  }
}

.page-content .sfContentBlock td h3,
.individual-event td h3 {
  font-size: 1.42em;
}

@media screen and (min-width: 768px) {
  .page-content .sfContentBlock td h3,
  .individual-event td h3 {
    font-size: 1.5em;
  }
}

@media screen and (min-width: 1440px) {
  .page-content .sfContentBlock td h3,
  .individual-event td h3 {
    font-size: 1.77em;
  }
}

.page-content .sfContentBlock td h4,
.individual-event td h4 {
  font-size: 1.28em;
}

@media screen and (min-width: 768px) {
  .page-content .sfContentBlock td h4,
  .individual-event td h4 {
    font-size: 1.25em;
  }
}

@media screen and (min-width: 1440px) {
  .page-content .sfContentBlock td h4,
  .individual-event td h4 {
    font-size: 1.55em;
  }
}

.sfBreadcrumbWrp .RadSiteMap {
  font-size: 1em;
}

.sfBreadcrumbWrp .RadSiteMap ul.rsmFlow {
  font-size: 1.1em;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block;
}

@media screen and (min-width: 768px) {
  .sfBreadcrumbWrp .RadSiteMap ul.rsmFlow {
    font-size: 1.2em;
  }
}

@media screen and (min-width: 1440px) {
  .sfBreadcrumbWrp .RadSiteMap ul.rsmFlow {
    font-size: 1.4em;
  }
}

.sfBreadcrumbWrp .RadSiteMap ul.rsmFlow li.rsmItem {
  font-size: 1em;
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  clear: none;
}

.sfBreadcrumbWrp .RadSiteMap ul.rsmFlow li.rsmItem a.rsmLink {
  margin: 0;
  padding: 0;
  color: #1bc6e2;
  text-transform: uppercase;
  font-weight: 700;
}

.sfBreadcrumbWrp .RadSiteMap ul.rsmFlow li.rsmItem a.rsmLink:hover, .sfBreadcrumbWrp .RadSiteMap ul.rsmFlow li.rsmItem a.rsmLink:active {
  background: none;
  color: #1bc6e2;
  text-decoration: underline;
}

.sfBreadcrumbWrp .RadSiteMap ul.rsmFlow li.rsmItem .sfBreadcrumbNodeSeparator {
  display: inline-block;
  margin: 0 0.5em;
}

.faq {
  padding: 20px 0 10px;
  border-bottom: 1px solid #ccc;
}

.faq h3 {
  margin: 0;
  padding: 0 0 10px 20px;
  position: relative;
  color: #1bc6e2 !important;
}

.faq h3:before {
  content: "\e602";
  font-family: icomoon;
  font-weight: normal;
  font-style: normal;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .faq h3:before {
    top: 4px;
  }
}

@media screen and (min-width: 1440px) {
  .faq h3:before {
    top: 9px;
  }
}

.faq h3:hover {
  cursor: pointer;
}

.faq.opened h3:before {
  content: "\e600";
}

.faq .answer {
  padding: 0;
  display: none;
}

@media screen and (min-width: 768px) {
  .faq .answer {
    padding-left: 20px;
  }
}

.bg-img {
  display: none;
}

/*=================================================================================
2 column layout
=================================================================================*/
.page-content {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .page-content {
    width: 67%;
    float: left;
  }
}

.sidebar {
  display: none;
}

@media screen and (min-width: 768px) {
  .sidebar {
    display: block;
    width: 33%;
    float: left;
  }
}

/*Main content column
-----------------------------*/
.page-content {
  padding: 10px;
  background: #ffffff;
}

@media screen and (min-width: 768px) {
  .page-content {
    padding: 15px;
  }
}

@media screen and (min-width: 1440px) {
  .page-content {
    padding: 40px;
  }
}

/*Sidebar
-----------------------------*/
/*Side Menu*/
.sidenav {
  background: #ffffff;
}

.sidenav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 1em;
}

.sidenav ul ul, .sidenav ul li {
  display: none;
}

.sidenav ul li.selectedLi,
.sidenav ul li.selectedLi > ul,
.sidenav ul li.selectedLi li {
  display: block;
}

.sidenav ul a {
  display: block;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  background: #3d5670;
  padding: 1em 1.5em;
  position: relative;
}

@media screen and (min-width: 768px) {
  .sidenav ul a {
    font-size: 1.4em;
  }
}

@media screen and (min-width: 1440px) {
  .sidenav ul a {
    font-size: 1.7em;
  }
}

.sidenav ul a:hover {
  background: #718497;
}

.sidenav ul ul a {
  padding-left: 2.5em;
}

.sidenav ul ul a.hasSublinks:before {
  content: '';
  font-family: icomoon;
  position: absolute;
  left: 12px;
  top: 17px;
}

.sidenav ul ul a.hasSublinks.active-trail:before {
  content: '';
}

.sidenav ul ul ul a {
  padding-left: 3.5em;
}

.sidenav ul li .sfSel {
  background: #2c3e51;
  color: #ffffff;
}

.sidenav ul ul li .sfSel,
.sidenav ul ul li.selectedLi a {
  background: #ffffff;
  color: #3d5670;
}

/*Slight changes for side nav in footer pages*/
.footer-pages .sidenav ul li {
  display: block;
}

.footer-pages .sidenav ul li .sfSel {
  background: #ffffff;
  color: #3d5670;
}

/*Common side floating boxes*/
.side-float {
  background: #ffffff;
}

@media screen and (min-width: 768px) {
  .side-float {
    margin: 20px 0 0 20px;
    padding: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .side-float {
    margin: 32px 0 0 32px;
    padding: 32px;
  }
}

.side-float h2 {
  margin: 0 0 30px 0;
  text-align: center;
  color: #2d3e52;
  font-size: 1.8em;
}

@media screen and (min-width: 768px) {
  .side-float h2 {
    font-size: 3em;
  }
}

@media screen and (min-width: 1440px) {
  .side-float h2 {
    font-size: 3.8em;
  }
}

.side-float p, .side-float li {
  font-size: 1.2em;
}

@media screen and (min-width: 768px) {
  .side-float p, .side-float li {
    font-size: 1.6em;
  }
}

@media screen and (min-width: 1440px) {
  .side-float p, .side-float li {
    font-size: 1.8em;
  }
}

/*=================================================================================
iFrame/form content to email an individual
=================================================================================*/
body.email-form {
  background: #ffffff;
  padding: 0px;
  min-width: 1px;
  overflow: auto;
}

body.email-form #PublicWrapper {
  background-color: transparent;
  margin: 0;
  padding: 30px;
  width: 100%;
  height: 420px;
  overflow: auto;
  box-sizing: border-box;
}

body.email-form form {
  font-size: 1em !important;
}

body.email-form h2 {
  font-size: 1.8em;
  margin: 0;
  padding: 0;
}

body.email-form .formitem {
  font-size: 1.4em;
}

body.email-form input[type="text"],
body.email-form textarea {
  width: 100% !important;
  padding: 0.25em;
}

body.email-form p {
  font-size: 1.2em;
}

.email-contact-form:hover {
  cursor: pointer;
}

.responsive-youtube {
  margin: 1em 0;
}

/*=================================================================================
Home
=================================================================================*/
.home #scrolling-content {
  background: #faf1ec;
}

.home-hero {
  position: relative;
}

/*=================================================================================
Home Hero Slider
=================================================================================*/
#hero .wrapper {
  background: #faf1ec;
}

#home-slider .slides {
  height: 480px;
  background: url(../Images/preload-animation.gif) no-repeat center center transparent;
}

@media screen and (min-width: 768px) {
  #home-slider .slides {
    height: 560px;
  }
}

@media screen and (min-width: 1440px) {
  #home-slider .slides {
    height: 1440px;
  }
}

#home-slider .slides li {
  height: 480px;
  box-sizing: border-box;
  overflow: hidden;
  background: #faf1ec;
}

#home-slider .slides li .img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}

#home-slider .slides li .content {
  position: relative;
  z-index: 2;
  padding: 150px 30px 30px 30px;
  text-align: center;
  color: #ffffff;
  text-shadow: 0px 2px 3px rgba(70, 64, 60, 0.35);
}

#home-slider .slides li .content h2 {
  font-size: 2.6em;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-family: "ITC Berkeley Old Style W01", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  font-style: italic;
  font-weight: 700;
  letter-spacing: -1px;
}

#home-slider .slides li .content p {
  display: none;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 768px) {
  #home-slider .slides li {
    height: 560px;
  }
  #home-slider .slides li .content {
    padding: 180px 50px 50px 50px;
  }
  #home-slider .slides li .content h2 {
    font-size: 4.2em;
    line-height: .85;
    padding: 0 50px 10px 50px;
    letter-spacing: 0px;
  }
  #home-slider .slides li .content p {
    font-size: 1.6em;
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  #home-slider .slides li {
    height: 1440px;
  }
  #home-slider .slides li .content {
    padding: 370px 50px 150px 50px;
  }
  #home-slider .slides li .content h2 {
    font-size: 11em;
    padding: 0;
  }
  #home-slider .slides li .content p {
    font-size: 4.2em;
  }
  #home-slider .slides li .content:after {
    content: "\e600";
    font-size: 6.4em;
    margin: 80px 0 120px;
    display: inline-block;
  }
}

.flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: 0;
  top: 150px;
}

.flex-direction-nav a:before {
  font-size: 20px;
}

.flex-direction-nav .flex-prev {
  left: 0px;
}

.flex-direction-nav .flex-next {
  right: 0px;
}

@media screen and (min-width: 768px) {
  .flex-direction-nav a {
    width: 40px;
    height: 40px;
    top: 200px;
  }
  .flex-direction-nav a:before {
    font-size: 30px;
  }
  .flex-direction-nav .flex-prev {
    left: 5px;
  }
  .flex-direction-nav .flex-next {
    right: 5px;
  }
}

@media screen and (min-width: 1440px) {
  .flex-direction-nav a {
    width: 60px;
    height: 60px;
    top: 380px;
  }
  .flex-direction-nav a:before {
    font-size: 45px;
  }
  .flex-direction-nav .flex-prev {
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    right: 10px;
  }
}

/*=================================================================================
3 circular CTA's over slider
=================================================================================*/
.home-cta {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 5;
  padding: 0 25px 25px 25px;
}

.home-cta p {
  display: block;
  background: #ffffff;
  font-size: 2.2em;
  margin: 10px 0 0 0;
  padding: 0;
}

.home-cta p a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  color: #2d3e52;
  padding: .5em;
}

.home-cta p a strong {
  font-weight: normal;
}

.home-cta p a span {
  display: none;
}

.home-cta p a.link-01:hover {
  background: url(../Images/framework/background-red.jpg) no-repeat left top #fe6d74;
  background-size: cover;
}

.home-cta p a.link-02:hover {
  background: url(../Images/framework/background-blue.jpg) no-repeat left top #36cde5;
  background-size: cover;
}

.home-cta p a.link-03:hover {
  background: url(../Images/framework/background-orange.jpg) no-repeat left top #faa45f;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .home-cta {
    text-align: center;
    padding: 0 0 20px 0;
  }
  .home-cta p {
    font-size: 1.4em;
    line-height: 1.2;
    display: inline-block;
    background: #ffffff;
    box-shadow: 0px 7px 5px rgba(44, 50, 85, 0.5);
    overflow: hidden;
    border-radius: 50%;
    width: 198px;
    height: 198px;
    margin: 30px 32px 0 0;
    vertical-align: bottom;
  }
  .home-cta p:nth-child(3n) {
    margin-right: 0;
  }
  .home-cta p a {
    display: inline-block;
    text-align: center;
    vertical-align: center;
    color: #2d3e52;
  }
  .home-cta p a strong {
    display: block;
    font-weight: 900;
    font-family: "ITC Berkeley Old Style W01", "Georgia", "Cambria", "Times New Roman", "Times", serif;
    font-style: italic;
    font-size: 1.4em;
  }
  .home-cta p a span {
    display: inline;
  }
}

@media screen and (min-width: 1440px) {
  .home-cta {
    padding: 0 0 145px 0;
  }
  .home-cta p {
    font-size: 3em;
    width: 320px;
    height: 320px;
    margin: 0 92px 0 0;
  }
  .home-cta p strong {
    font-size: 1.8em;
  }
}

.home #content {
  padding-top: 0;
}

.home #content .wrapper {
  background: none !important;
  padding: 0 !important;
}

/*=================================================================================
Common formatting for CTA's
=================================================================================*/
a.cta-1col,
a.cta-2col {
  display: block;
}

a.cta-1col .text,
a.cta-2col .text {
  display: block;
  width: 100%;
  padding: 25px 20px;
  text-align: left;
  position: relative;
}

a.cta-1col .text .heading,
a.cta-2col .text .heading {
  font-size: 2em;
  text-transform: normal;
  font-family: "ITC Berkeley Old Style W01", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  font-weight: 900;
  font-style: italic;
  color: #2d3e52;
  margin: 0;
  padding: 0;
  display: block;
}

a.cta-1col .text .line,
a.cta-1col .text .p,
a.cta-2col .text .line, a.cta-2col .text .p {
  display: none;
}

a.cta-1col .text .icon-arrow-right2,
a.cta-2col .text .icon-arrow-right2 {
  font-size: 2em;
  margin: 0;
  color: #2d3e52;
  display: block;
  position: absolute;
  top: 30px;
  right: 20px;
  height: 25px;
  width: 25px;
  text-align: right;
}

a.cta-1col.red-bg .text,
a.cta-1col.Red-bg .text,
a.cta-2col.red-bg .text,
a.cta-2col.Red-bg .text {
  background: url(../Images/framework/background-red.jpg) no-repeat left top #fe6d74;
  background-size: cover;
}

a.cta-1col.blue-bg .text,
a.cta-1col.Blue-bg .text,
a.cta-2col.blue-bg .text,
a.cta-2col.Blue-bg .text {
  background: url(../Images/framework/background-blue.jpg) no-repeat left top #36cde5;
  background-size: cover;
}

a.cta-1col.orange-bg .text,
a.cta-1col.Orange-bg .text,
a.cta-2col.orange-bg .text,
a.cta-2col.Orange-bg .text {
  background: url(../Images/framework/background-orange.jpg) no-repeat left top #faa45f;
  background-size: cover;
}

a.cta-1col.brown-bg .text,
a.cta-1col.Brown-bg .text,
a.cta-2col.brown-bg .text,
a.cta-2col.Brown-bg .text {
  background: url(../Images/framework/background-brown.jpg) no-repeat left top #d1c1b4;
  background-size: cover;
}

a.cta-1col.red-bg .text,
a.cta-1col.Red-bg .text {
  background-image: url(../Images/framework/background-red-full-width.jpg);
}

a.cta-1col.blue-bg .text,
a.cta-1col.Blue-bg .text {
  background-image: url(../Images/framework/background-blue-full-width.jpg);
}

a.cta-1col.orange-bg .text,
a.cta-1col.Orange-bg .text {
  background-image: url(../Images/framework/background-orange-full-width.jpg);
}

a.cta-1col.brown-bg .text,
a.cta-1col.Brown-bg .text {
  background-image: url(../Images/framework/background-brown-full-width.jpg);
}

@media screen and (min-width: 768px) {
  a.cta-1col .text,
  a.cta-2col .text {
    text-align: center;
    box-sizing: border-box;
  }
  a.cta-1col .text .heading,
  a.cta-2col .text .heading {
    font-size: 1.8em;
    display: block;
  }
  a.cta-1col .text .line,
  a.cta-2col .text .line {
    border-top: 1px solid #2d3e52;
    margin: 20px auto;
    max-width: 75px;
    display: block;
  }
  a.cta-1col .text .p,
  a.cta-2col .text .p {
    color: #2d3e52;
    font-size: 1.2em;
    display: block;
  }
  a.cta-1col .text .icon-arrow-right2,
  a.cta-2col .text .icon-arrow-right2 {
    font-size: 2.2em;
    margin: 20px 0 0 0;
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    text-align: center;
  }
}

@media screen and (min-width: 1440px) {
  a.cta-1col .text .heading,
  a.cta-2col .text .heading {
    font-size: 3.8em;
    letter-spacing: -2px;
  }
  a.cta-1col .text .line,
  a.cta-2col .text .line {
    margin: 35px auto;
    max-width: 150px;
  }
  a.cta-1col .text .p,
  a.cta-2col .text .p {
    font-size: 1.8em;
  }
  a.cta-1col .text .icon-arrow-right2,
  a.cta-2col .text .icon-arrow-right2 {
    font-size: 4.4em;
    margin: 35px 0 0 0;
  }
}

/*=================================================================================
CTA 1 column
=================================================================================*/
@media screen and (min-width: 768px) {
  a.cta-1col .text {
    padding: 50px 100px;
  }
}

@media screen and (min-width: 1440px) {
  a.cta-1col .text {
    padding: 70px 140px;
  }
}

/*=================================================================================
Content / CTA's in 2 cols
=================================================================================*/
a.cta-2col .img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  a.cta-2col {
    overflow: hidden;
  }
  a.cta-2col .img {
    width: 55%;
  }
  a.cta-2col .text {
    width: 45%;
    padding: 20px;
  }
  a.cta-2col.img-on-left .img {
    float: left;
  }
  a.cta-2col.img-on-left .text {
    float: right;
  }
  a.cta-2col.img-on-right .img {
    float: right;
  }
  a.cta-2col.img-on-right .text {
    float: left;
  }
}

@media screen and (min-width: 1440px) {
  a.cta-2col .text {
    padding: 60px;
  }
}

/*=================================================================================
Home CTA 1 column (big graphic to video) - this does not have .text wrapper
=================================================================================*/
a.cta-1col.video {
  position: relative;
  display: block;
}

a.cta-1col.video .img {
  display: block;
}

a.cta-1col.video .heading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: capitalize;
  font-family: "ITC Berkeley Old Style W01", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  font-weight: 900;
  font-style: italic;
  color: #ffffff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  display: block;
  padding-top: 80px;
  font-size: 1.6em;
}

@media screen and (min-width: 768px) {
  a.cta-1col.video .heading {
    padding-top: 150px;
    font-size: 3.2em;
  }
}

@media screen and (min-width: 1440px) {
  a.cta-1col.video .heading {
    padding-top: 260px;
    font-size: 6em;
  }
}

/*=================================================================================
Home News & Calendar
=================================================================================*/
.home .news-block, .calendar-block {
  position: relative;
  text-align: center;
  padding: 0 0 60px 0;
}

.home .news-block h2, .calendar-block h2 {
  font-family: "ITC Berkeley Old Style W01", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  font-style: italic;
  font-weight: 900;
  color: #2d3e52;
  margin: 0;
  padding: 30px 0;
  font-size: 2em;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .home .news-block h2, .calendar-block h2 {
    padding: 18px 0;
  }
}

@media screen and (min-width: 1440px) {
  .home .news-block h2, .calendar-block h2 {
    font-size: 3.8em;
    padding: 40px 0;
  }
}

.home .news-block .view-all, .calendar-block .view-all {
  text-transform: uppercase;
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  font-size: 1.25em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .home .news-block .view-all, .calendar-block .view-all {
    display: block;
    bottom: auto;
    left: auto;
    top: 25px;
    right: 20px;
    width: auto;
    text-align: right;
    font-size: .85em;
  }
}

@media screen and (min-width: 1440px) {
  .home .news-block .view-all, .calendar-block .view-all {
    font-size: 1.4em;
    top: 55px;
    right: 55px;
  }
}

.home .news-block .view-all a, .calendar-block .view-all a {
  display: inline-block;
  border: 1px solid #ffffff;
  padding: 0.5em 1em;
}

.home .news-block .view-all a:after, .calendar-block .view-all a:after {
  content: '+';
}

@media screen and (min-width: 768px) {
  .home .news-block .view-all a, .calendar-block .view-all a {
    display: inline;
    border: none;
    padding: 0;
  }
}

.home .news-block ul, .calendar-block ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
}

.home .news-block ul li, .calendar-block ul li {
  display: block;
  margin: 0;
  padding: 0 0 30px 0;
}

.home .news-block ul a, .calendar-block ul a {
  display: block;
  text-decoration: none !important;
  text-align: center;
}

.home .news-block ul .date, .calendar-block ul .date, .home .news-block ul .title, .calendar-block ul .title {
  max-width: 280px;
  margin: 0 auto;
  display: block;
}

.home .news-block ul .date, .calendar-block ul .date {
  text-transform: uppercase;
  line-height: 26px;
  font-size: 1.4em;
}

.home .news-block ul .date strong, .calendar-block ul .date strong {
  display: inline-block;
  border-radius: 50%;
  width: 28px;
  margin: 0 0.25em;
  font-weight: #000000;
  border-style: solid;
  border-width: 1px;
}

.home .news-block ul .title, .calendar-block ul .title {
  font-weight: 700;
  font-size: 1.5em;
}

@media screen and (min-width: 768px) {
  .home .news-block ul, .calendar-block ul {
    padding: 0 0 35px 0;
    margin: 0 auto;
    overflow: hidden;
    width: 691px;
  }
  .home .news-block ul li, .calendar-block ul li {
    width: 198px;
    padding: 0 16px;
    box-sizing: content-box;
    float: left;
    overflow: hidden;
  }
  .home .news-block ul a, .calendar-block ul a {
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    height: 196px;
    width: 196px;
    margin: 0 auto;
  }
  .home .news-block ul .date, .calendar-block ul .date, .home .news-block ul .title, .calendar-block ul .title {
    max-width: 140px;
    font-size: 1.2em;
  }
  .home .news-block ul .title, .calendar-block ul .title {
    line-height: 1.3;
  }
  .home .news-block ul .date, .calendar-block ul .date {
    line-height: 24px;
    padding: 40px 0 10px 0;
  }
  .home .news-block ul .date strong, .calendar-block ul .date strong {
    width: 24px;
  }
}

@media screen and (min-width: 1440px) {
  .home .news-block ul, .calendar-block ul {
    padding: 0 0 80px 0;
    width: 1240px;
  }
  .home .news-block ul li, .calendar-block ul li {
    width: 320px;
    padding: 0 46px;
  }
  .home .news-block ul a, .calendar-block ul a {
    height: 320px;
    width: 320px;
  }
  .home .news-block ul .date, .calendar-block ul .date, .home .news-block ul .title, .calendar-block ul .title {
    max-width: 290px;
    font-size: 1.8em;
  }
  .home .news-block ul .date, .calendar-block ul .date {
    padding: 58px 0 20px 0;
    line-height: 43px;
  }
  .home .news-block ul .date strong, .calendar-block ul .date strong {
    width: 43px;
  }
}

.home .news-block {
  background: #ffffff;
}

.home .news-block .view-all a {
  color: #1bc6e2;
  border-color: #1bc6e2;
}

.home .news-block ul .date {
  color: #1bc6e2;
}

.home .news-block ul .date strong {
  color: #ffffff;
  background: #1bc6e2;
  border-color: #1bc6e2;
}

.home .news-block ul .title {
  color: #2d3e52;
}

@media screen and (min-width: 768px) {
  .home .news-block ul a {
    border-color: #1bc6e2;
  }
  .home .news-block ul .date strong {
    background: transparent;
    color: #1bc6e2;
  }
}

.calendar-block {
  background: url(../Images/framework/background-blue-full-width.jpg) no-repeat 0px 0px #1bc6e2;
  background-size: cover;
}

.calendar-block h2 {
  color: #ffffff;
}

.calendar-block .view-all a {
  color: #ffffff;
}

.calendar-block ul .date {
  color: #ffffff;
}

.calendar-block ul .date strong {
  color: #1bc6e2;
  background: #ffffff;
  border-color: #ffffff;
}

.calendar-block ul .title {
  color: #ffffff;
}

.calendar-block ul .location {
  font-size: 1em;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "lato", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .calendar-block ul a {
    border-color: #11b4d7;
    background: #11b4d7;
  }
}

@media screen and (min-width: 1440px) {
  .calendar-block ul .location {
    font-size: 1.2em;
  }
}

/*=================================================================================
Home Message
=================================================================================*/
.home-message {
  display: none;
}

@media screen and (min-width: 768px) {
  .home-message {
    display: block;
    background: url(../Images/home-message-background.jpg) no-repeat 0px 0px #cab8a9;
    background-size: 761px 325px;
    padding: 20px 20px 20px 220px;
  }
  .home-message .home-message-content {
    background: rgba(255, 255, 255, 0.75);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    padding: 15px 23px;
    color: #2d3e52;
    font-size: 1.2em;
    font-weight: 500;
    height: 285px;
    overflow: auto;
    /*img{
                display: block;
                width: 110px;
                height: 27px;
            }*/
  }
  .home-message .home-message-content h2 {
    margin: 0 0 0.5em 0;
    padding: 0;
    font-family: "ITC Berkeley Old Style W01", "Georgia", "Cambria", "Times New Roman", "Times", serif;
    font-size: 1.6em;
    color: #2d3e52;
    font-style: italic;
    font-weight: 900;
  }
  .home-message .home-message-content img {
    display: block;
    max-width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 1440px) {
  .home-message {
    background: url(../Images/home-message-background.jpg) no-repeat 0px 0px #cab8a9;
    padding: 55px 55px 55px 410px;
  }
  .home-message .home-message-content {
    font-size: 1.8em;
    padding: 40px 60px;
    height: 435px;
  }
  .home-message .home-message-content h2 {
    font-size: 2em;
  }
}

/*=================================================================================
Home Twitterfeeds
=================================================================================*/
.twitterfeeds {
  background: url(../Images/framework/background-orange-full-width.jpg) no-repeat 0px 0px #faa45f;
  background-size: cover;
  text-align: center;
  padding: 0 25px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .twitterfeeds {
    padding: 0;
  }
}

.twitterfeeds h2 {
  font-family: "ITC Berkeley Old Style W01", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  font-style: italic;
  font-weight: 900;
  color: #2d3e52;
  margin: 0;
  padding: 30px 0;
  font-size: 2em;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .twitterfeeds h2 {
    padding: 18px 0;
  }
}

@media screen and (min-width: 1440px) {
  .twitterfeeds h2 {
    font-size: 3.8em;
    padding: 40px 0;
  }
}

.twitterfeeds .follow-us {
  text-transform: uppercase;
  display: none;
  font-size: .85em;
}

.twitterfeeds .follow-us a {
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .twitterfeeds .follow-us {
    display: block;
    position: absolute;
    top: 25px;
    right: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .twitterfeeds .follow-us {
    font-size: 1.4em;
    top: 55px;
    right: 55px;
  }
}

.twitterfeeds ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
}

.twitterfeeds ul li {
  display: block;
  margin: 0;
  padding: 0 0 30px 0;
}

.twitterfeeds ul .twit-container {
  background: #ffffff;
  font-weight: 500;
  color: #2d3e52;
  font-size: 1.4em;
  padding: 15px;
  text-align: left;
}

.twitterfeeds ul .twit-container span {
  overflow: hidden;
  display: block;
  width: 100%;
}

.twitterfeeds ul .twit-container a {
  color: #1bc6e2;
}

.twitterfeeds ul .twit-sig {
  font-weight: 500;
  color: #ffffff;
  font-size: 1.4em;
  position: relative;
  padding: 7px 0px 0px 45px;
  overflow: hidden;
  text-align: left;
}

.twitterfeeds ul .twit-sig .date {
  text-transform: uppercase;
}

.twitterfeeds ul .twit-sig:before {
  content: '';
  border: 20px solid transparent;
  border-right-color: #ffffff;
  width: 0px;
  height: 0px;
  position: absolute;
  top: -20px;
  left: 0px;
}

@media screen and (min-width: 768px) {
  .twitterfeeds ul {
    overflow: hidden;
    padding: 0 0 50px 0px;
    width: 900px; /*671px;*/
    margin: 0 auto;
  }
  .twitterfeeds ul li {
    float: left;
    box-sizing: content-box;
    padding: 0 20px;
    width:260px;
  }
  .twitterfeeds ul li:nth-child(3n) {
    display: block;
  }
  .twitterfeeds ul .twit-container {
    font-size: 1.2em;
  }
  .twitterfeeds ul .twit-sig {
    font-size: 1.1em;
    padding: 7px 0px 0px 25px;
  }
  .twitterfeeds ul .twit-sig:before {
    top: -30px;
    left: -20px;
  }
}

@media screen and (min-width: 1440px) {
  .twitterfeeds ul {
    padding: 0 0 85px 0;
    width: 1225px;
  }
  .twitterfeeds ul li {
    padding: 0 36px;
    width: 335px;
  }
  .twitterfeeds ul li:nth-child(3n) {
    display: block;
  }
  .twitterfeeds ul .twit-container {
    font-size: 1.8em;
    padding: 40px 15px;
  }
  .twitterfeeds ul .twit-sig {
    font-size: 1.4em;
    padding: 7px 0px 0px 45px;
  }
  .twitterfeeds ul .twit-sig:before {
    top: -20px;
    left: 0px;
  }
}

/*=================================================================================
Parent Page Background
=================================================================================*/
.parent-page #scrolling-content {
  background: #fff5e7;
}

/*=================================================================================
Parent page Hero
=================================================================================*/
.parent-page #hero {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .parent-page #hero {
    padding: 30px;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1440px) {
  .parent-page #hero {
    padding: 80px;
    padding-top: 60px;
    padding-bottom: 0;
  }
}

.parent-page #hero img {
  width: 100%;
}

/*=================================================================================
Parent page sub-nav
=================================================================================*/
.parent-subnav {
  display: none;
  font-size: 1.2em;
}

@media screen and (min-width: 768px) {
  .parent-subnav {
    font-size: 1.4em;
  }
}

@media screen and (min-width: 1440px) {
  .parent-subnav {
    font-size: 1.8em;
  }
}

@media screen and (min-width: 768px) {
  .parent-subnav {
    display: block;
    background: #2d3e52;
    margin: 0 0 30px 0;
    padding: 1em;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
  }
}

@media screen and (min-width: 1440px) {
  .parent-subnav {
    margin: 0 0 40px 0;
  }
}

.parent-subnav ul.bwmNavTreeview {
  display: inline-block;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 1440px) {
  .parent-subnav ul.bwmNavTreeview {
    max-width: 80%;
  }
}

.parent-subnav ul.bwmNavTreeview li {
  display: inline-block;
  margin: 0 0.5em 0 0;
  padding: 0;
}

.parent-subnav ul.bwmNavTreeview li:after {
  content: "|";
  display: inline-block;
  padding-left: .5em;
}

.parent-subnav ul.bwmNavTreeview li.last {
  margin-right: 0;
  padding-right: 0;
}

.parent-subnav ul.bwmNavTreeview li.last:after {
  content: '';
  padding-left: 0;
  display: none;
}

.parent-subnav ul.bwmNavTreeview li a {
  color: #ffffff;
  display: inline;
  margin: 0;
  padding: 0;
}

.parent-subnav ul.bwmNavTreeview li a:hover {
  text-decoration: underline;
}

/*=================================================================================
Parent page content
=================================================================================*/
.parent-page #content {
  padding: 0 0 10px 0;
}

@media screen and (min-width: 768px) {
  .parent-page #content {
    padding: 30px;
  }
}

@media screen and (min-width: 1440px) {
  .parent-page #content {
    padding: 80px;
    padding-top: 40px;
  }
}

.parent-page .sfContentBlock {
  background: #ffffff;
  padding: 30px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .parent-page .sfContentBlock {
    padding: 40px 70px;
  }
}

@media screen and (min-width: 1440px) {
  .parent-page .sfContentBlock {
    padding: 75px 140px;
  }
}

.parent-page .sfContentBlock h1 {
  text-transform: uppercase;
  margin: 0 0 0.75em 0;
  color: #2d3e52;
  font-size: 2.8em;
  font-weight: 900;
  font-style: normal;
}

@media screen and (min-width: 768px) {
  .parent-page .sfContentBlock h1 {
    font-size: 3.8em;
  }
}

@media screen and (min-width: 1440px) {
  .parent-page .sfContentBlock h1 {
    font-size: 4.8em;
  }
}

.parent-page .sfContentBlock h2 {
  font-size: 2.2em;
}

@media screen and (min-width: 768px) {
  .parent-page .sfContentBlock h2 {
    font-size: 3em;
  }
}

@media screen and (min-width: 1440px) {
  .parent-page .sfContentBlock h2 {
    font-size: 4em;
  }
}

.parent-page .sfContentBlock h3 {
  font-size: 2em;
}

@media screen and (min-width: 768px) {
  .parent-page .sfContentBlock h3 {
    font-size: 2.4em;
  }
}

@media screen and (min-width: 1440px) {
  .parent-page .sfContentBlock h3 {
    font-size: 3.4em;
  }
}

.parent-page .sfContentBlock p {
  font-size: 1.6em;
  color: #2d3e52;
}

@media screen and (min-width: 768px) {
  .parent-page .sfContentBlock p {
    font-size: 2em;
  }
}

@media screen and (min-width: 1440px) {
  .parent-page .sfContentBlock p {
    font-size: 3em;
  }
}

.parent-page .sfContentBlock ul, .parent-page .sfContentBlock ol, .parent-page .sfContentBlock blockquote, .parent-page .sfContentBlock form, .parent-page .sfContentBlock th, .parent-page .sfContentBlock td {
  font-size: 1.6em;
  color: #2d3e52;
}

@media screen and (min-width: 768px) {
  .parent-page .sfContentBlock ul, .parent-page .sfContentBlock ol, .parent-page .sfContentBlock blockquote, .parent-page .sfContentBlock form, .parent-page .sfContentBlock th, .parent-page .sfContentBlock td {
    font-size: 2em;
  }
}

@media screen and (min-width: 1440px) {
  .parent-page .sfContentBlock ul, .parent-page .sfContentBlock ol, .parent-page .sfContentBlock blockquote, .parent-page .sfContentBlock form, .parent-page .sfContentBlock th, .parent-page .sfContentBlock td {
    font-size: 3em;
  }
}

.parent-page .sfContentBlock ul p, .parent-page .sfContentBlock ul ul, .parent-page .sfContentBlock ul ol, .parent-page .sfContentBlock ul th, .parent-page .sfContentBlock ul td, .parent-page .sfContentBlock ul blockquote, .parent-page .sfContentBlock ol p, .parent-page .sfContentBlock ol ul, .parent-page .sfContentBlock ol ol, .parent-page .sfContentBlock ol th, .parent-page .sfContentBlock ol td, .parent-page .sfContentBlock ol blockquote, .parent-page .sfContentBlock blockquote p, .parent-page .sfContentBlock blockquote ul, .parent-page .sfContentBlock blockquote ol, .parent-page .sfContentBlock blockquote th, .parent-page .sfContentBlock blockquote td, .parent-page .sfContentBlock blockquote blockquote, .parent-page .sfContentBlock form p, .parent-page .sfContentBlock form ul, .parent-page .sfContentBlock form ol, .parent-page .sfContentBlock form th, .parent-page .sfContentBlock form td, .parent-page .sfContentBlock form blockquote, .parent-page .sfContentBlock th p, .parent-page .sfContentBlock th ul, .parent-page .sfContentBlock th ol, .parent-page .sfContentBlock th th, .parent-page .sfContentBlock th td, .parent-page .sfContentBlock th blockquote, .parent-page .sfContentBlock td p, .parent-page .sfContentBlock td ul, .parent-page .sfContentBlock td ol, .parent-page .sfContentBlock td th, .parent-page .sfContentBlock td td, .parent-page .sfContentBlock td blockquote {
  font-size: 1em;
}

/*=================================================================================
Parent page modifications: Content / CTA's in 2 cols
=================================================================================*/
.parent-page a.cta-1col,
.parent-page a.cta-2col {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .parent-page a.cta-1col,
  .parent-page a.cta-2col {
    margin-top: 15px;
  }
}

@media screen and (min-width: 1440px) {
  .parent-page a.cta-1col,
  .parent-page a.cta-2col {
    margin-top: 30px;
  }
}

.parent-page a.cta-2col .img {
  display: none;
}

@media screen and (min-width: 768px) {
  .parent-page a.cta-2col .img {
    width: 45%;
    display: block;
  }
  .parent-page a.cta-2col .text {
    width: 55%;
    padding: 0px 40px;
  }
}

@media screen and (min-width: 1440px) {
  .parent-page a.cta-2col .text {
    padding: 0px 120px;
  }
}

/*=================================================================================
Calendar Switch buttons
=================================================================================*/
@media screen and (min-width: 768px) {
  #top-calendar-switch {
    position: absolute;
    top: 7px;
    right: 0px;
  }
}

@media screen and (min-width: 1440px) {
  #top-calendar-switch {
    top: 16px;
  }
}

.list-view, .calendar-view-button, .return-icon {
  margin-bottom: 2em;
}

@media screen and (min-width: 768px) {
  .list-view, .calendar-view-button, .return-icon {
    margin-bottom: 0;
  }
}

.list-view a, .calendar-view-button a, .return-icon a {
  font-size: 1.2em;
}

@media screen and (min-width: 768px) {
  .list-view a, .calendar-view-button a, .return-icon a {
    font-size: 1.2em;
  }
}

@media screen and (min-width: 1440px) {
  .list-view a, .calendar-view-button a, .return-icon a {
    font-size: 1.4em;
  }
}

.list-view a:before, .calendar-view-button a:before, .return-icon a:before {
  font-family: icomoon;
  font-weight: normal;
  margin-right: .25em;
}

.list-view a:before {
  content: "\e60c";
}

.calendar-view-button a:before {
  content: "\e60b";
}

.return-icon a:before {
  content: "\e601";
}

/*=================================================================================
Fancy Select - to access different calendar types
=================================================================================*/
.fancy.calendar-select {
  font-size: 1.4em;
}

@media screen and (min-width: 768px) {
  .fancy.calendar-select {
    max-width: 450px;
  }
}

/*=================================================================================
Calendar List (on archive page)
=================================================================================*/
.bwm-news-item {
  padding: 30px 0;
  border-top: 1px solid #2d3e52;
}

.bwm-news-item .event-wrap {
  position: relative;
}

.bwm-news-item .time div {
  display: inline;
}

.bwm-news-item .date-and-time {
  margin-bottom: 1em;
}

@media screen and (min-width: 1440px) {
  .bwm-news-item .date-and-time {
    position: absolute;
    top: 0px;
    right: 0px;
    border-left: 1px solid #2d3e52;
    width: 270px;
    padding-left: 30px;
  }
}

.bwm-news-item .date-and-time .date, .bwm-news-item .date-and-time .time, .bwm-news-item .date-and-time .location, .bwm-news-item .date-and-time .recur {
  font-size: 1.2em;
}

@media screen and (min-width: 768px) {
  .bwm-news-item .date-and-time .date, .bwm-news-item .date-and-time .time, .bwm-news-item .date-and-time .location, .bwm-news-item .date-and-time .recur {
    font-size: 1.4em;
  }
}

@media screen and (min-width: 1440px) {
  .bwm-news-item .date-and-time .date, .bwm-news-item .date-and-time .time, .bwm-news-item .date-and-time .location, .bwm-news-item .date-and-time .recur {
    font-size: 1.6em;
  }
}

.bwm-news-item .date-and-time .date {
  font-weight: 700;
}

.bwm-news-item .date-and-time .date strong {
  display: none;
}

.bwm-news-item .date-and-time .recur {
  font-style: italic;
}

@media screen and (min-width: 1440px) {
  .bwm-news-item .details {
    padding-right: 330px;
  }
}

.bwm-news-item .details h3.sftitle {
  margin: 0;
}

.bwm-news-item .details .detail-content {
  font-size: 1.4em;
}

@media screen and (min-width: 768px) {
  .bwm-news-item .details .detail-content {
    font-size: 1.6em;
  }
}

@media screen and (min-width: 1440px) {
  .bwm-news-item .details .detail-content {
    font-size: 1.8em;
  }
}

.bwm-news-item .details .detail-content p {
  font-size: 1em;
}

.bwm-news-item .details .learn {
  text-align: left;
  margin-top: .5em;
  font-size: 1.2em;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .bwm-news-item .details .learn {
    font-size: 1.4em;
  }
}

@media screen and (min-width: 1440px) {
  .bwm-news-item .details .learn {
    font-size: 1.6em;
  }
}

.bwm-news-item .details .closed, .bwm-news-item .details .open {
  margin-top: 1em;
  font-size: 1.4em;
  color: #f00;
}

@media screen and (min-width: 768px) {
  .bwm-news-item .details .closed, .bwm-news-item .details .open {
    font-size: 1.6em;
  }
}

@media screen and (min-width: 1440px) {
  .bwm-news-item .details .closed, .bwm-news-item .details .open {
    font-size: 1.8em;
  }
}

.bwm-news-item .details .open {
  color: #090;
}

/*=================================================================================
The Full event details
=================================================================================*/
.sfeventDetails .detailText {
  font-size: 1.2em;
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  .sfeventDetails .detailText {
    font-size: 1.4em;
  }
}

@media screen and (min-width: 1440px) {
  .sfeventDetails .detailText {
    font-size: 1.6em;
  }
}

.sfeventDetails .detailText p, .sfeventDetails .detailText ol, .sfeventDetails .detailText ul {
  font-size: 1em;
}

/*=================================================================================
Calendar View
=================================================================================*/
.RadScheduler_Metro .rsHeader {
  background-color: #2d3e52;
  border-color: #2d3e52;
  z-index: 3;
}

.RadScheduler_Metro .rsHeader h2 {
  text-transform: none;
}

.two-col-layout .RadScheduler .rsWrap.rsDateWrap {
  z-index: 2 !important;
}

.event-registration-form {
  border-top: 1px solid #1bc6e2;
  padding: 3em 0 2em 0;
  margin-top: 3em;
}

.event-registration-form h3 {
  color: #2d3e52;
  font-size: 2em;
  margin-top: 1.5em;
}

@media screen and (min-width: 768px) {
  .event-registration-form h3 {
    font-size: 2.4em;
  }
}

@media screen and (min-width: 1440px) {
  .event-registration-form h3 {
    font-size: 3.2em;
  }
}

.event-registration-form input {
  font-size: 1.4em;
}

@media screen and (min-width: 768px) {
  .event-registration-form input {
    font-size: 1.6em;
  }
}

@media screen and (min-width: 1440px) {
  .event-registration-form input {
    font-size: 1.8em;
  }
}

.event-registration-form label {
  font-size: 1.4em;
  font-weight: 700;
  padding-top: 11px;
  display: block;
  /*text-align: right;*/
}

@media screen and (min-width: 768px) {
  .event-registration-form label {
    font-size: 1.6em;
  }
}

@media screen and (min-width: 1440px) {
  .event-registration-form label {
    font-size: 1.8em;
  }
}

.event-registration-form .sfFormBox {
  position: relative;
}

.event-registration-form .sfFormBox div:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  /*width: 100px;*/
}

.event-registration-form .sfFormBox .sfFieldWrp {
  /*padding-left: 110px;*/
  padding-top:35px;
}

@media screen and (min-width: 1440px) {
  .event-registration-form .sfFormBox div:nth-child(1) {
    /*width: 110px;*/
  }
  .event-registration-form .sfFormBox .sfFieldWrp {
    /*padding-left: 120px;*/
    padding-top:35px;
  }
}

.event-registration-form .sfFormSubmit {
  /*padding-left: 110px;*/
  text-align: center;
}

@media screen and (min-width: 1440px) {
  .event-registration-form .sfFormSubmit {
    /*padding-left: 120px;*/
    text-align: center;
  }
}

.registration-closed {
  background: #c00;
  padding: 0.5em;
  margin: 0 0 1em 0;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.4em;
}

@media screen and (min-width: 768px) {
  .registration-closed {
    font-size: 1.6em;
  }
}

@media screen and (min-width: 1440px) {
  .registration-closed {
    font-size: 1.8em;
  }
}

.event-registration-form .sfFormTitle {
    color: #1bc6e2;
    margin-bottom: 0.1em;
    font-size:2.5em;}

@media screen and (min-width: 768px) {
  .event-registration-form .sfFormTitle {
    color: #1bc6e2;
    margin-bottom: 0.1em;
    font-size:2.5em;
  }
}

@media screen and (min-width: 1440px) {
  .event-registration-form .sfFormTitle {
    color: #1bc6e2;
    margin-bottom: 0.1em;
    font-size:2.5em;
  }
}

.event-registration-form .sfFormCheckboxlist .sfTxtLbl {
    display:none;
}

.event-registration-form .sfCheckListBox label{
    margin-top:-5px;
}

.event-registration-form .sfCheckListBox label, input {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
}

@media screen and (min-width: 768px) {
  .event-registration-form .sfCheckListBox label, input {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
  }
}

@media screen and (min-width: 1440px) {
  .event-registration-form .sfCheckListBox label, input {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
  }
}

.event-registration-form .sfFormBox .sfCheckListBox{
    margin: 0;
}

.event-registration-form .sfCheckListBox td {
    padding: 0;
    border-width: 0;
    background-color: #ffffff;
}

.event-registration-form .sessions .sfError {
    font-size: 1.4em;
}

@media screen and (min-width: 768px) {
  .event-registration-form .sessions .sfError {
    font-size: 1.6em;
  }
}

@media screen and (min-width: 1440px) {
  .event-registration-form .sessions .sfError {
    font-size: 1.8em;
  }
}

.event-registration-form .sfDropDownList {
    font-size: 1.4em;
    width: 100%;
}

.event-registration-form .sfError {
    color: #f00;    
    font-style: italic;
    font-weight: normal;
}

.event-registration-form-open {
  color: #090;
  font-size:1.6em;
}

.event-registration-form-closed {
    color:#f00;
    font-size:1.6em;
}

.event-registration-form-waitlist {
    color:green;
    font-size:1.6em;
}

div#contentPlaceholder_C002_eventsFrontendCalendar_ctl00_ctl00_viewEventDialog_ctl00_ctl00_editEventWrapper.sfcalendarEventPreviewEditLnkWrp,
.sfcalendarEventPreviewEditLnk {
  display: none !important;
}

/*=================================================================================
Jobs Opportunities Archive table
=================================================================================*/
table.employment-list .title h3 {
  margin: 0;
}

table.employment-list .vacancy-num {
  text-align: center;
}

table.employment-list .action {
  text-align: center;
}

/*=================================================================================
Job Opportunity Individual listing
=================================================================================*/
.job-and-smedia {
  position: relative;
}

.job-and-smedia .RadSocialShare {
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 1;
}

.job-details .viewLbl, .job-details .viewField {
  font-size: 1.4em;
}

@media screen and (min-width: 768px) {
  .job-details .viewLbl, .job-details .viewField {
    font-size: 1.6em;
  }
}

@media screen and (min-width: 1440px) {
  .job-details .viewLbl, .job-details .viewField {
    font-size: 1.8em;
  }
}

.job-details .viewLbl p, .job-details .viewField p {
  font-size: 1em;
}

.job-details .viewWrapper {
  margin-bottom: 1em;
}

.job-details .viewLbl {
  font-weight: 700;
  margin-right: .5em;
}

.job-details h2.sftitle {
  padding-right: 115px;
}

.job-details .ApplyLinkWrapper {
  font-size: 1.4em;
  margin-top: 1em;
}

@media screen and (min-width: 768px) {
  .job-details .ApplyLinkWrapper {
    font-size: 1.6em;
  }
}

@media screen and (min-width: 1440px) {
  .job-details .ApplyLinkWrapper {
    font-size: 1.8em;
  }
}

.job-details .ApplyLinkWrapper .button-dark-blue, .job-details .ApplyLinkWrapper #commentsWidget .sfcommentsListWrp .sfLeaveCommentLnk, #commentsWidget .sfcommentsListWrp .job-details .ApplyLinkWrapper .sfLeaveCommentLnk, .job-details .ApplyLinkWrapper #commentsWidget .sfcommentsFormWrp .sfcommentsSubmitBtnWrp input, #commentsWidget .sfcommentsFormWrp .sfcommentsSubmitBtnWrp .job-details .ApplyLinkWrapper input, .job-details .ApplyLinkWrapper .search-returns-container fieldset .sfsearchSubmit, .search-returns-container fieldset .job-details .ApplyLinkWrapper .sfsearchSubmit {
  padding: 0.75em 2em;
}

.job-details .detailText {
  border-top: 1px solid #1bc6e2;
  margin-top: 2em;
  padding-top: 2em;
}

.job-details .detailText .sfitemRichText {
  font-size: 1.4em;
}

@media screen and (min-width: 768px) {
  .job-details .detailText .sfitemRichText {
    font-size: 1.6em;
  }
}

@media screen and (min-width: 1440px) {
  .job-details .detailText .sfitemRichText {
    font-size: 1.8em;
  }
}

.job-details .detailText .sfitemRichText p, .job-details .detailText .sfitemRichText ol, .job-details .detailText .sfitemRichText ul {
  font-size: 1em;
}

.job-details .detailText .viewLbl, .job-details .detailText .viewField {
  float: none;
}

.job-details .detailText .viewLbl {
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  .job-details .viewWrapper {
    overflow: hidden;
    margin-bottom: 0;
  }
  .job-details .viewLbl, .job-details .viewField {
    float: left;
  }
}

/*=================================================================================
Global Pagination formatting
=================================================================================*/
.sf_pagerNumeric {
  border-top: 1px solid #2d3e52;
  padding-top: 1em;
  font-size: 1.2em;
}

@media screen and (min-width: 768px) {
  .sf_pagerNumeric {
    font-size: 1.4em;
  }
}

@media screen and (min-width: 1440px) {
  .sf_pagerNumeric {
    font-size: 1.6em;
  }
}

.sf_pagerNumeric a {
  display: inline-block;
  margin-right: .25em;
  padding: 8px 10px;
  line-height: 1;
  vertical-align: bottom;
}

.sf_pagerNumeric a.sf_PagerCurrent {
  border: none;
  padding: 8px 10px;
}

/*=================================================================================
Global Comments Formatting
=================================================================================*/
#commentsWidget .sfcommentsListWrp {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  #commentsWidget .sfcommentsListWrp {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1440px) {
  #commentsWidget .sfcommentsListWrp {
    margin-bottom: 40px;
  }
}

#commentsWidget .sfcommentsListWrp .sfcommentsOrderFilterWrp {
  font-size: 1.4em;
  border-top: 1px solid #2d3e52;
  margin-top: 2em;
  padding-top: 1em;
}

@media screen and (min-width: 768px) {
  #commentsWidget .sfcommentsListWrp .sfcommentsOrderFilterWrp {
    font-size: 1.6em;
  }
}

@media screen and (min-width: 1440px) {
  #commentsWidget .sfcommentsListWrp .sfcommentsOrderFilterWrp {
    font-size: 1.8em;
  }
}

#commentsWidget .sfcommentsListWrp .sfcommentsOrderFilterWrp a:hover {
  cursor: pointer;
}

#commentsWidget .sfcommentsListWrp h2.sfcommentsTitle {
  padding-bottom: .75em;
  margin-bottom: 15px;
  border-bottom: 1px solid #2d3e52;
}

#commentsWidget .sfcommentsListWrp .sfLeaveCommentLnk {
  text-transform: uppercase;
  font-size: 1.2em;
}

@media screen and (min-width: 768px) {
  #commentsWidget .sfcommentsListWrp .sfLeaveCommentLnk {
    font-size: 1.4em;
  }
}

@media screen and (min-width: 1440px) {
  #commentsWidget .sfcommentsListWrp .sfLeaveCommentLnk {
    font-size: 1.6em;
  }
}

#commentsWidget .sfcommentsListWrp ol.sfcommentsList {
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0;
  border: none;
  border-top: 1px solid #2d3e52;
}

#commentsWidget .sfcommentsListWrp ol.sfcommentsList li {
  padding: 1em;
}

#commentsWidget .sfcommentsListWrp ol.sfcommentsList li:nth-child(2n) {
  background: #fcf8f5;
}

#commentsWidget .sfcommentsListWrp ol.sfcommentsList li .sfcommentText {
  margin-top: .5em;
}

#commentsWidget .sfcommentsFormWrp ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

#commentsWidget .sfcommentsFormWrp table.k-widget {
  margin: 0;
}

#commentsWidget .sfcommentsFormWrp .sfcommentsField input {
  border-color: #e0d4ce;
}

#commentsWidget .sfcommentsFormWrp .sfcommentsSubmitBtnWrp input {
  text-transform: uppercase;
  font-size: 1.2em;
}

@media screen and (min-width: 768px) {
  #commentsWidget .sfcommentsFormWrp .sfcommentsSubmitBtnWrp input {
    font-size: 1.4em;
  }
}

@media screen and (min-width: 1440px) {
  #commentsWidget .sfcommentsFormWrp .sfcommentsSubmitBtnWrp input {
    font-size: 1.6em;
  }
}

/*=================================================================================
Blog - Archive formatting
=================================================================================*/
.page-content .sfContentBlock.blog-archive .sfpostListItem {
  padding: 30px 0;
  border-top: 1px solid #2d3e52;
}

.page-content .sfContentBlock.blog-archive .sfpostTDate {
  font-weight: 700;
  font-size: 1.6em;
}

@media screen and (min-width: 768px) {
  .page-content .sfContentBlock.blog-archive .sfpostTDate {
    font-size: 1.8em;
  }
}

@media screen and (min-width: 1440px) {
  .page-content .sfContentBlock.blog-archive .sfpostTDate {
    font-size: 2em;
  }
}

.page-content .sfContentBlock.blog-archive h2.sfpostTitle {
  margin: .25em 0;
}

.page-content .sfContentBlock.blog-archive .sfpostSummary {
  font-size: 1.4em;
}

@media screen and (min-width: 768px) {
  .page-content .sfContentBlock.blog-archive .sfpostSummary {
    font-size: 1.6em;
  }
}

@media screen and (min-width: 1440px) {
  .page-content .sfContentBlock.blog-archive .sfpostSummary {
    font-size: 1.8em;
  }
}

.page-content .sfContentBlock.blog-archive .sfpostSummary p, .page-content .sfContentBlock.blog-archive .sfpostSummary ul, .page-content .sfContentBlock.blog-archive .sfpostSummary ol, .page-content .sfContentBlock.blog-archive .sfpostSummary th, .page-content .sfContentBlock.blog-archive .sfpostSummary td, .page-content .sfContentBlock.blog-archive .sfpostSummary blockquote {
  font-size: 1em;
}

.page-content .sfContentBlock.blog-archive .blog-full-details-link {
  margin-top: 1em;
  font-size: 1.4em;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .page-content .sfContentBlock.blog-archive .blog-full-details-link {
    font-size: 1.6em;
  }
}

@media screen and (min-width: 1440px) {
  .page-content .sfContentBlock.blog-archive .blog-full-details-link {
    font-size: 1.8em;
  }
}

/*=================================================================================
Blog - Article Formatting
=================================================================================*/
.page-content .sfContentBlock.blog-article .sfpostAuthorAndDate {
  font-weight: 700;
  font-size: 1.2em;
  border-top: 1px solid #2d3e52;
  border-bottom: 1px solid #2d3e52;
  padding: 1em 0;
}

@media screen and (min-width: 768px) {
  .page-content .sfContentBlock.blog-article .sfpostAuthorAndDate {
    font-size: 1.4em;
  }
}

@media screen and (min-width: 1440px) {
  .page-content .sfContentBlock.blog-article .sfpostAuthorAndDate {
    font-size: 1.6em;
  }
}

.page-content .sfContentBlock.blog-article .sfpostContent {
  font-size: 1.4em;
}

@media screen and (min-width: 768px) {
  .page-content .sfContentBlock.blog-article .sfpostContent {
    font-size: 1.6em;
  }
}

@media screen and (min-width: 1440px) {
  .page-content .sfContentBlock.blog-article .sfpostContent {
    font-size: 1.8em;
  }
}

.page-content .sfContentBlock.blog-article .sfpostContent p, .page-content .sfContentBlock.blog-article .sfpostContent ul, .page-content .sfContentBlock.blog-article .sfpostContent ol, .page-content .sfContentBlock.blog-article .sfpostContent th, .page-content .sfContentBlock.blog-article .sfpostContent td, .page-content .sfContentBlock.blog-article .sfpostContent blockquote {
  font-size: 1em;
}

div.legal-recruiting-archive ul.sfarchiveList li {
  display: none;
}

div.legal-recruiting-archive ul.sfarchiveList li:nth-child(1) {
  display: block;
}

div.internship-blog-archive ul.sfarchiveList li {
  display: none;
}

div.internship-blog-archive ul.sfarchiveList li:nth-child(1) {
  display: block;
}

/*=================================================================================
News formatting
=================================================================================*/
/*Side News*/
.sidebar-news .news-block .view-all {
  display: none;
}

.sidebar-news .news-block h2 {
  margin-bottom: 0;
}

.sidebar-news .news-block ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
}

.sidebar-news .news-block ul li {
  display: block;
  margin: 0;
  padding: 30px 0;
  font-size: 1em;
  background: url(../Images/news-line.gif) no-repeat center bottom;
}

@media screen and (min-width: 768px) {
  .sidebar-news .news-block ul li {
    font-size: 1em;
  }
}

@media screen and (min-width: 1440px) {
  .sidebar-news .news-block ul li {
    font-size: 1em;
  }
}

.sidebar-news .news-block ul a {
  display: block;
  text-decoration: none !important;
  text-align: center;
}

.sidebar-news .news-block ul .date, .sidebar-news .news-block ul .title {
  display: block;
}

.sidebar-news .news-block ul .date {
  text-transform: uppercase;
  line-height: 50px;
  font-size: 1.8em;
  color: #1bc6e2;
}

.sidebar-news .news-block ul .date strong {
  display: inline-block;
  border-radius: 50%;
  width: 50px;
  margin: 0 0.25em;
  font-weight: #000000;
  border-style: solid;
  border-width: 1px;
}

.sidebar-news .news-block ul .title {
  font-weight: 700;
  font-size: 1.5em;
  color: #2d3e52;
}

/*News Archive/listing */
.page-content .sfContentBlock .news-archive-list li {
  margin-bottom: 2em;
}

.page-content .sfContentBlock .news-archive-list li .title {
  padding-top: .5em;
}

.page-content .sfContentBlock .news-archive-list li .title a {
  font-family: "ITC Berkeley Old Style W01", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  font-style: italic;
  font-weight: 800;
  font-size: 1.5em;
}

ul.sfimagesTmbList,
ul.youtube-thumbnails {
  max-width: 280px;
  margin: 0 auto;
}

ul.sfimagesTmbList li,
ul.youtube-thumbnails li {
  margin: 0 0 20px 0;
}

@media screen and (min-width: 768px) {
  ul.sfimagesTmbList,
  ul.youtube-thumbnails {
    overflow: hidden;
    max-width: 100%;
  }
  ul.sfimagesTmbList li,
  ul.youtube-thumbnails li {
    float: left;
    margin: 0 0 4% 4%;
    width: 48%;
    display: block;
    box-sizing: content-box;
  }
  ul.sfimagesTmbList li:nth-child(2n+1),
  ul.youtube-thumbnails li:nth-child(2n+1) {
    clear: left;
    margin: 0 0 4% 0;
  }
}

@media screen and (min-width: 1440px) {
  ul.sfimagesTmbList li,
  ul.youtube-thumbnails li {
    width: 22%;
  }
  ul.sfimagesTmbList li:nth-child(2n+1),
  ul.youtube-thumbnails li:nth-child(2n+1) {
    clear: none;
    margin: 0 0 4% 4%;
  }
  ul.sfimagesTmbList li:nth-child(4n+1),
  ul.youtube-thumbnails li:nth-child(4n+1) {
    clear: left;
    margin: 0 0 4% 0;
  }
}

.youtube-width-text {
  padding: 50px;
}

/*=================================================================================
Search formatting
=================================================================================*/
.search-returns-container fieldset {
  position: relative;
  font-size: 1.4em;
}

.search-returns-container fieldset span.k-widget {
  display: block;
  padding-right: 100px;
  width: 100%;
  box-sizing: border-box;
  border: none;
}

.search-returns-container fieldset span.k-widget input.k-input {
  width: 100%;
  display: block;
  border: 1px solid #2d3e52;
  padding: 10px;
  height: auto;
  line-height: 1.3;
  text-indent: 0;
  height: 40px;
}

.search-returns-container fieldset .sfsearchSubmit {
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  width: 100px;
  line-height: 1.3;
  height: 40px;
}

.search-returns-container .title {
  border-top: 1px solid #2d3e52;
  padding: 0 0 30px 0;
}

.search-returns-container .title .sfsearchResultTitle {
  font-family: "ITC Berkeley Old Style W01", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  line-height: 1.25;
  font-weight: 800;
  font-style: italic;
  font-size: 2.4em;
}

@media screen and (min-width: 768px) {
  .search-returns-container .title .sfsearchResultTitle {
    font-size: 2.8em;
  }
}

@media screen and (min-width: 1440px) {
  .search-returns-container .title .sfsearchResultTitle {
    font-size: 3.8em;
  }
}

.search-returns-container .title .sfsearchResultTitle a {
  color: #2d3e52;
}

.search-returns-container .title .sfsearchResultTitle a:link, .search-returns-container .title .sfsearchResultTitle a:visited {
  color: #2d3e52;
}

.search-returns-container .title .sfsearchResultTitle a:hover, .search-returns-container .title .sfsearchResultTitle a:active {
  color: #243242;
}

.search-returns-container .title .sfsearchResultUrl {
  font-size: 1.4em;
}

@media screen and (min-width: 768px) {
  .search-returns-container .title .sfsearchResultUrl {
    font-size: 1.6em;
  }
}

@media screen and (min-width: 1440px) {
  .search-returns-container .title .sfsearchResultUrl {
    font-size: 1.8em;
  }
}

.search-returns-container .title .sfsearchResultHighLighter {
  font-size: 1.4em;
}

@media screen and (min-width: 768px) {
  .search-returns-container .title .sfsearchResultHighLighter {
    font-size: 1.6em;
  }
}

@media screen and (min-width: 1440px) {
  .search-returns-container .title .sfsearchResultHighLighter {
    font-size: 1.8em;
  }
}

.k-popup {
  background: #ffffff;
}

.cl-intern-form,
.content-form {
  font-size: 1.4em;
}

.cl-intern-form #contentPlaceholder_C001_ctl00_ctl00_C070,
.content-form #contentPlaceholder_C001_ctl00_ctl00_C070 {
  display: none;
}

@media screen and (min-width: 768px) {
  .cl-intern-form,
  .content-form {
    font-size: 1.6em;
  }
}

@media screen and (min-width: 1440px) {
  .cl-intern-form,
  .content-form {
    font-size: 1.8em;
  }
}

.cl-intern-form p,
.content-form p {
  font-size: 1em !important;
}

.cl-intern-form label,
.content-form label {
  font-weight: 700;
}

.cl-intern-form .sfFormTitle,
.content-form .sfFormTitle {
  margin-top: 2em;
}

.cl-intern-form .sfFormTitle h2,
.content-form .sfFormTitle h2 {
  margin-top: 0;
  padding-top: 0;
}

.cl-intern-form .sfExample,
.content-form .sfExample {
  margin-bottom: 1em;
}

.cl-intern-form .sfFormRadiolist,
.cl-intern-form .sfFormCheckboxlist,
.content-form .sfFormRadiolist, .content-form .sfFormCheckboxlist {
  margin-bottom: 1em;
}

.cl-intern-form .sfFormRadiolist .sfTxtLbl,
.cl-intern-form .sfFormCheckboxlist .sfTxtLbl,
.content-form .sfFormRadiolist .sfTxtLbl, .content-form .sfFormCheckboxlist .sfTxtLbl {
  font-weight: 700;
  margin-bottom: .25em;
}

.cl-intern-form .sfFormRadiolist label,
.cl-intern-form .sfFormCheckboxlist label,
.content-form .sfFormRadiolist label, .content-form .sfFormCheckboxlist label {
  display: inline;
  font-weight: 400;
}

.cl-intern-form .sfFormInstructions,
.content-form .sfFormInstructions {
  margin: 1em 0;
}

/*=================================================================================
Overrides for phone fields
=================================================================================*/
.RadInput_Default, .RadInputMgr_Default {
  font-family: "lato", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
}

html body .riSingle .riTextBox[type="text"],
html body .RadInput_Default .riTextBox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 0;
  border: 1px solid #1bc6e2;
  box-shadow: none;
  font-family: "lato", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 10px 10px;
  width: 100%;
  color: #666666;
}

.subscribe-page {
  font-size: 1.4em;
}

@media screen and (min-width: 768px) {
  .subscribe-page {
    font-size: 1.6em;
  }
}

@media screen and (min-width: 1440px) {
  .subscribe-page {
    font-size: 1.8em;
  }
}

.subscribe-page .sfFormCheckboxlist {
  margin: 1.5em 0;
}

.subscribe-page .sfFormCheckboxlist .sfTxtLbl {
  font-weight: bold;
  margin-bottom: .5em;
}

.subscribe-page .sfFormCheckboxlist label {
  font-weight: 400;
  display: inline;
}

body.sfPageEditor #masthead {
  position: relative;
}

body.sfPageEditor .main-menu {
  display: block;
}

body.sfPageEditor .hiddenClass {
  display: block;
}

body.sfPageEditor .bg-img {
  display: block;
}

body.sfPageEditor .home-cta {
  position: relative;
  bottom: auto;
}

#content table.rdTable th, #content table.rdTable td {
  font-size: 1em;
}

@media screen and (min-width: 768px) {
  #content table.rdTable th, #content table.rdTable td {
    font-size: 1em;
  }
}

@media screen and (min-width: 1440px) {
  #content table.rdTable th, #content table.rdTable td {
    font-size: 1em;
  }
}

#content table.rdTable th p, #content table.rdTable td p {
  font-size: 1.4em;
}

@media screen and (min-width: 768px) {
  #content table.rdTable th p, #content table.rdTable td p {
    font-size: 1.6em;
  }
}

@media screen and (min-width: 1440px) {
  #content table.rdTable th p, #content table.rdTable td p {
    font-size: 1.8em;
  }
}

#content table.rdTable th ul, #content table.rdTable th ol, #content table.rdTable th blockquote, #content table.rdTable th form, #content table.rdTable td ul, #content table.rdTable td ol, #content table.rdTable td blockquote, #content table.rdTable td form {
  font-size: 1.4em;
}

@media screen and (min-width: 768px) {
  #content table.rdTable th ul, #content table.rdTable th ol, #content table.rdTable th blockquote, #content table.rdTable th form, #content table.rdTable td ul, #content table.rdTable td ol, #content table.rdTable td blockquote, #content table.rdTable td form {
    font-size: 1.6em;
  }
}

@media screen and (min-width: 1440px) {
  #content table.rdTable th ul, #content table.rdTable th ol, #content table.rdTable th blockquote, #content table.rdTable th form, #content table.rdTable td ul, #content table.rdTable td ol, #content table.rdTable td blockquote, #content table.rdTable td form {
    font-size: 1.8em;
  }
}

#content table.rdTable th ul p, #content table.rdTable th ul ul, #content table.rdTable th ul ol, #content table.rdTable th ul blockquote, #content table.rdTable th ol p, #content table.rdTable th ol ul, #content table.rdTable th ol ol, #content table.rdTable th ol blockquote, #content table.rdTable th blockquote p, #content table.rdTable th blockquote ul, #content table.rdTable th blockquote ol, #content table.rdTable th blockquote blockquote, #content table.rdTable th form p, #content table.rdTable th form ul, #content table.rdTable th form ol, #content table.rdTable th form blockquote, #content table.rdTable td ul p, #content table.rdTable td ul ul, #content table.rdTable td ul ol, #content table.rdTable td ul blockquote, #content table.rdTable td ol p, #content table.rdTable td ol ul, #content table.rdTable td ol ol, #content table.rdTable td ol blockquote, #content table.rdTable td blockquote p, #content table.rdTable td blockquote ul, #content table.rdTable td blockquote ol, #content table.rdTable td blockquote blockquote, #content table.rdTable td form p, #content table.rdTable td form ul, #content table.rdTable td form ol, #content table.rdTable td form blockquote {
  font-size: 1em;
}

#content .sidebar table.rdTable th, #content .sidebar table.rdTable td, #content .sidebar table.rdTable ul {
  font-size: 1em;
}

@media screen and (min-width: 768px) {
  #content .sidebar table.rdTable th, #content .sidebar table.rdTable td, #content .sidebar table.rdTable ul {
    font-size: 1em;
  }
}

@media screen and (min-width: 1440px) {
  #content .sidebar table.rdTable th, #content .sidebar table.rdTable td, #content .sidebar table.rdTable ul {
    font-size: 1em;
  }
}

#content table.rdTable .sf_colsOut {
  box-sizing: border-box !important;
}
