/* 
 Theme Name:   Zeald Website Theme
 Theme URI:    
 Description:  Divi child theme containing any special customisations for this website
 Author:       Zeald
 Author URI:   http://www.zeald.com
 Template:     Divi
 Version:      3.0

 /* == Add your own styles below this line ==
--------------------------------------------*/

#breadcrumbs {
    margin-top: 20px;
    margin-bottom: 40px;
}
.search-results #breadcrumbs { display: none; }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Century Gothic', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color:#df2e13;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color:#e53038;
}
body.et_pb_button_helper_class .et_pb_button,
body.et_pb_button_helper_class .et_pb_button:hover{
    display: inline-block;
    color:#ffffff !important;
    font-family: 'Century Gothic', sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    min-width: 200px;
    text-align: center;
    padding:0 20px !important;
    line-height: 50px !important;
    height: 50px !important;
}
.gform_wrapper button.button,
.gform_wrapper button.button:hover{
	display: inline-block;
    color:#ffffff !important;
    font-family: 'Century Gothic', sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    min-width: 200px;
    text-align: center;
    padding:0 20px !important;
    line-height: 50px !important;
    height: 50px !important;
	border:none;
	margin:0;
	background:#df2e13 !important;
	cursor:pointer;
}
/*
.gform_wrapper li.gfield.gfield_error, 
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background:none !important;
	border:none !important;
	width:100% !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	padding:0 !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, 
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin:0 !important;
}
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	margin:0 !important;
}
*/

.gform_wrapper div.validation_error {
	color: #df2e13 !important;
	font-size: 100% !important;
	font-weight: normal !important;
	border: 1px solid #df2e13 !important;
	padding: 1em 0px 1em 20px !important;
}
body .gform_wrapper li.gfield.gfield_error, body .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
	border-color: #df2e13 !important;
	color: #df2e13 !important;
	background-color: rgba(255,223,224,0.5);
}
body .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), body .gform_wrapper li.gfield_error textarea {
	border-color: #df2e13 !important;
}
.gform_wrapper li.gfield_error input[type="email"],
.gform_wrapper li.gfield_error input[type="number"],
.gform_wrapper li.gfield_error input[type="password"],
.gform_wrapper li.gfield_error input[type="tel"],
.gform_wrapper li.gfield_error input[type="text"],
.gform_wrapper li.gfield_error input[type="url"],
.gform_wrapper li.gfield_error textarea {
	border: 1px solid #df2e13;
}
.gform_wrapper .gfield_error .gfield_label, .gform_wrapper .validation_message  {
	color: #df2e13;
}

body .gform_wrapper ul li.gfield {
	margin-top:0 !important;
}
.gform_wrapper div.validation_error {
	padding:15px 0 !important;
	margin-bottom:10px !important;
}
hr,
.et_pb_divider:before{
    border:none !important;
    border-top:1px solid #eeeeee !important;
}

#main-header {
    border-top:3px solid #df2e13;
    padding-bottom:6px;
}
.et_header_style_left .logo_container {
    position: relative;
    float:left;
    width: auto;
    padding:18px 0;
}

.et_header_style_left .logo_container img{
    width: 75%;
}
#main-header .right-section {
    float:right;
    max-width: 830px;
}
#main-header .right-section .header-search-form {
    max-width: 380px;
    float: right;
}
#main-header .right-section .header-search-form input[type="search"] {
    max-width: 380px;
}
#menu-top-menu {
    text-align: right;
    margin-bottom:20px;
}
#menu-top-menu li {
    display: inline-block;
}
#menu-top-menu li a {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    display: inline-block;
    line-height: 50px;
    height: 50px;
    color:#999999;
    padding:0 20px;
}
#menu-top-menu li a:hover {
    color:#df2e13;
}
#menu-top-menu li:nth-last-child(2) a,
#menu-top-menu li:nth-last-child(2) a:hover {
    background:#df2e13;
    color:#ffffff;
}

#menu-top-menu li:last-child a,
#menu-top-menu li:last-child a:hover {
    background:#1a1a1a;
    color:#ffffff;
}

#main-header .menu-container {
    position: relative;
}
.header-search-form {
    position: relative;
}
.header-search-form input[type="search"]{
    width: 476px;
    height: 50px;
    line-height: 50px;
    color:#999999;
    border:3px solid #dddddd;
    padding:0 60px 0 20px;
    margin:0;
}
.header-search-form input[type="submit"]{
    position: absolute;
    top:0;
    right:0;
    border:none;
    padding:0;
    background:#1a1a1a url('images/search-icon.png') center no-repeat;
    cursor:pointer;
    width: 50px;
    height: 50px;
    text-indent: -99999px;
    overflow: hidden;
}

.top-header-left {
    position: absolute;
    top:21%;
    left:2.5%;
}
.top-header-left p {
    padding:0;
    line-height: 16px;
    font-family: 'Century Gothic', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size:14px;
    color:#232020;
}
.top-header-left p:last-child {
    letter-spacing: .6px;
}

#et-top-navigation,
nav#top-menu-nav,
#top-menu,
nav.fullwidth-menu-nav,
.fullwidth-menu{
    float:none;
}
#top-menu {
    display: inline-block;
}
nav#top-menu-nav {
    text-align: right;
}
.et_header_style_left #et-top-navigation,
.et_header_style_split #et-top-navigation {
    padding:0 !important;
}
.et_header_style_left #et-top-navigation nav > ul > li > a,
.et_header_style_split #et-top-navigation nav > ul > li > a {
    padding:22px 0 5px !important;
    text-transform: uppercase;
    font-family: 'Century Gothic', sans-serif;
    font-weight: bold;
    color:#1a1a1a;
}
.et_header_style_left #et-top-navigation nav > ul > li:hover > a,
.et_header_style_split #et-top-navigation nav > ul > li:hover > a,
.et_header_style_left #et-top-navigation nav > ul > li.current-menu-item > a,
.et_header_style_split #et-top-navigation nav > ul > li.current-menu-item > a {
    color:#d01820;
}
#top-menu li li a {
    font-family: 'Century Gothic', sans-serif;
    font-weight: bold;
    font-size:17px;
    color:#1a1a1a;
    text-transform: uppercase;
}
#top-menu li li:hover a {
    color:#df2e13;
    background:none;
}
#top-menu .menu-item-has-children > a:first-child,
#et-secondary-nav .menu-item-has-children > a:first-child {
    padding-right:0 !important;
}
#top-menu .menu-item-has-children > a:first-child:after,
#et-secondary-nav .menu-item-has-children > a:first-child:after {
    content:none;
}
.nav ul li a:hover,
.et_mobile_menu li a:hover,
#top-menu-nav > ul > li > a:hover,
#et-secondary-menu > ul > li > a:hover,
#et-info-email:hover,
.et-social-icons a:hover {
    opacity: 1;
}


/* Crazy Lines */
.crazy-line-top,
.crazy-line-bottom {
    position: relative;
    height: 8px;
    overflow: visible;
}
.crazy-line-top:before {
    position: absolute;
    display: block;
    content:'';
    width: 130%;
    height: 8px;
    background:#df2e13;
    top:0;
    right: -30%;
}
.crazy-line-top:after {
/*     position: absolute;
    display: block;
    content:'';
    width: 39px;
    height: 39px;
    background:#df2e13;
    top:0;
    left:-19px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; */
}
.crazy-line-bottom:before {
    position: absolute;
    display: block;
    content:'';
    width: 70%;
    height: 8px;
    background:#231f20;
    bottom:0;
    left: -38%;
}
.crazy-line-bottom:after {
/*     position: absolute;
    display: block;
    content:'';
    width: 39px;
    height: 39px;
    background:#231f20;
    bottom:0;
    left:30.5%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; */
}

.sc-icons li{
    font-size:0;
    display: inline-block;
    margin-right:8px;
}
.sc-icons li a {
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    text-indent: -9999px;
}
.sc-icons li a.linkedin-ic {
    background:transparent url('images/linked-in-ic.png') center no-repeat;
}
.sc-icons li a.twitter-ic {
    background:transparent url('images/twitter-ic.png') center no-repeat;
}


.secondary-header{
    padding: 5px 5px 12px;
    background-color: #df2e13;
    color: #fff;
    text-align: center;
}

.secondary-header a{
    font-weight: bolder;
    color: #ffffff;
}



/* Primary Slider Section */
.primary-slider-section .et_pb_slide:before {
    content:'';
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    background:rgba(0,0,0,.30);
}

.primary-slider-section .et_pb_slide_content{
    max-width: 660px;
    background:rgba(0,0,0,.6);
    margin:0 auto;
    padding:25px 0;
}
.primary-slider-section .et_pb_slide_content h1 {
    line-height: 45px;
    text-transform: uppercase;
    padding-bottom:0;
}
.primary-slider-section .et_pb_slide_content h2 {
    font-weight: normal;
    line-height: 45px;
    font-size:42px;
    text-transform: uppercase;
    padding-bottom:15px;
}
.primary-slider-section .et_pb_slide_content p{
    font-weight: 300;
    font-size:26px;
}
.primary-slider-section .et_pb_more_button {
    margin-top:10px;
}
.primary-slider-section .et_pb_bg_layout_dark .et_pb_slide_description {
    padding-top:18%;
    padding-bottom:18%;
}

/* Blurb Section */
.blurb-section .et_pb_row {
    padding:0 !important;
}
.blurb-section .et_pb_blurb_content{
    max-width: 100%;
    width: 100%;
    background:#ffffff;
    overflow: hidden;
    text-align: center;
    padding:15px 0;
}
.blurb-section .et_pb_main_blurb_image {
    padding-top:15px;
    margin-bottom:5px;
}
.blurb-section .et_pb_main_blurb_image img {
    min-height: 56px;
}
.blurb-section .et_pb_blurb h4 {
    font-size:20px;
    text-align: center;
    padding-bottom: 0;
}
.blurb-section .et_pb_blurb h4 a {
    color:#231f20;
}
.blurb-section .crazy-line-top:before {
    left:auto;
    right:-10%;
    width: 100%;
    height: 5px;
}
.blurb-section .crazy-line-top:after {
    width: 30px;
    height: 30px;
    left:7%;
}
.blurb-section .crazy-line-bottom:before {
    height: 5px;
    left:-10%;
    width: 100%;
}
.blurb-section .crazy-line-bottom:after {
    width: 30px;
    height: 30px;
    left:auto;
    right:7%;
}

/* What We Do Section */
.what-we-do-section hr {
    margin-bottom:1em;
    margin-top:0;
}
.what-we-do-section h5 {
    font-size:20px;
    line-height: 30px;
    padding-bottom:20px;
    text-transform: uppercase;
}
.what-we-do-section h2 a {
	color:#1a1a1a;
}

/* CTA Section */
.cta-section .et_pb_bg_layout_dark .et_pb_slide_description {
    padding-left:52%;
    padding-right:0;
    text-align: left;
    padding-top:7%;
    padding-bottom:7%;
}
.cta-section .et_pb_bg_layout_dark .et_pb_slide_content {
    font-size:16px;
    font-weight: 400;
    text-shadow: none;
}
.cta-section .et_pb_bg_layout_dark .et_pb_slide_content h2 a {
	color:#ffffff;
}


/* Sign Up Section */
.sign-up-section {
    padding:0 !important;
}
.sign-up-text {
    float:left;
    padding-right:45px;
    border-right:1px solid #ffffff;
}
.sign-up-text h3{
    color:#ffffff;
    padding-bottom:0;
    line-height: normal;
    font-size:28px;
}
.sign-up-text h4 {
    font-size:24px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color:#ffffff;
    text-transform: none;
}
.sign-up-text h4 strong{
    font-weight: 500;
}
.sign-up-form-wrapper {
    float:right;
    text-align: right;
    padding-top:15px;
}
.sign-up-form-wrapper .gform_wrapper {
    min-width: 480px;
    margin:0;
}
.sign-up-form-wrapper .gform_wrapper form {
    position: relative;
}
.sign-up-form-wrapper .gform_wrapper ul.gform_fields li.gfield {
    margin:0 !important;
    padding:0 !important;
    width: 100% !important;
}
.sign-up-form-wrapper .gform_wrapper ul.gform_fields li.gfield label {
    display: none;
}
.sign-up-form-wrapper .gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 100% !important;
    padding:0 20px 0 !important;
    line-height: 50px !important;
    height: 50px !important;
    border:none;
    font-size:14px;
    color:#999999 !important;
}
.sign-up-form-wrapper .gform_wrapper .gform_footer {
    padding:0 !important;
    margin:0 !important;
    position: absolute;
    right:0;
    top:0;
    width: auto;
}
.sign-up-form-wrapper .gform_wrapper .gform_footer input.button,
.sign-up-form-wrapper .gform_wrapper .gform_footer input[type=submit] {
    margin-right:0;
    padding:0;
    width:120px;
    height: 50px;
    line-height: 50px;
    background:#000000;
    color:#ffffff;
    cursor:pointer;
    border:none;
    text-align: center;
    font-family: 'Century Gothic', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
body .sign-up-form-wrapper .gform_wrapper .top_label div.ginput_container {
    margin-top:0;
}
.sign-up-form-wrapper .gform_wrapper div.validation_error {
    display:none;
}
.sign-up-form-wrapper .gform_wrapper .field_description_below .gfield_description {
    padding:0;
    width: 100% !important;
    color:#ffffff !important;
    background:none !important;
}
.sign-up-form-wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    width: 100% !important;
    margin-top:0 !important;
    border:none !important;
    background:none !important;
}
.sign-up-form-wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    width: 100% !important;
    border:none !important;
    background:none !important;
}
.sign-up-form-wrapper .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
    width: 100% !important;
    background:none !important;
    border:none !important;
    line-height: normal !important;
}
.sign-up-form-wrapper .gform_confirmation_message_2{
	color:#ffffff;
}
/* Footer */
#main-footer {
    position: relative;
}
#main-footer .container,
#footer-bottom{
    z-index: 10;
}
#main-footer:after {
    position: absolute;
    content: '';
    display: block;
    width: 184px;
    height: 348px;
    background:transparent url('images/icra-footer-bg.png') center no-repeat;
    -webkit-background-size:cover;
    background-size: cover;
    right:0;
    bottom:0;
}
#footer-widgets {
    padding-top:70px;
}
#main-footer .footer-widget h4 {
    padding-bottom:25px;
}
#footer-widgets .footer-widget li {
    padding-left:0;
}
#footer-widgets .footer-widget li:before {
    content:none;
}
#footer-widgets .footer-widget li a {
    color:#cccccc !important;
}
#footer-widgets .footer-widget li a:hover {
    color:#df2e13 !important;
}

.et_pb_gutters2 .footer-widget {
    margin-right:0;
}
#footer-widgets .footer-widget:first-child {
    width:36%;
    padding-right:7%;
}
#footer-widgets .footer-widget:first-child a {
    font-weight: 700;
}
#footer-widgets .footer-widget:nth-child(2n) {
    width: 19%;
}
#footer-widgets .footer-widget:nth-child(3n) {
    width: 21%;
}
#footer-widgets .footer-widget:last-child {
    width: 24%;
}
#footer-widgets .footer-widget:last-child .et_pb_button {
    margin-bottom:10px;
}

.tel-infos {
    margin-bottom:20px;
}
.tel-infos a {
    display: block;
    line-height: normal;
    color:#ffffff !important;
}
.tel-infos a:hover {
    color:#df2e13 !important;
}
.tel-infos a.dispute {
    font-weight: 700;
    font-size:18px;
}

#footer-bottom {
    border-top:1px solid #1f1f1f;
    background:#1a1a1a;
    padding:0 !important;
}
.bottom-nav {
    float:left;
    padding:0;
}
.bottom-nav li {
    line-height: 55px;
}
.bottom-nav li a {
    font-family: 'Century Gothic', sans-serif;
    font-weight: bold;
    font-size:13px;
}
.bottom-nav li a:hover {
    opacity: 1;
    color:#cccccc;
}
#footer-info {
    font-size:13px;
    color:#cccccc;
    padding-bottom:0;
    float:right;
    line-height: 55px;
}

/* Inner pages */
#et-main-area #main-content .entry-title {
	padding-top:30px;
}


/* Person */
.single-person #breadcrumbs {
	display: none;
}
.person-wrapper {
    background-color:#cccccc;
    background-position:center;
    -webkit-background-size: cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size: cover;
    padding:50px 0;
    position:relative;
}
.person-details {
    width: 100%;
    max-width:1280px;
    background:rgba(255,255,255,0.9);
    margin:0 auto;
}
.person-details:after {
    display:block;
    content:'';
    width:100%;
    clear:both;
}
.person-image {
    float:left;
    width: 300px;
    height:300px;
    background:#F1F1F1;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.person-image img {
    height: 100%;
    max-height: 100%;
    max-width: none;
    width: auto;
    position: relative;
    bottom: 0;
    left: 0;
}
.person-info {
    float:right;
    width: calc(100% - 300px);
    padding:30px 20px 0 30px;
}
.p-head:after {
    width:100%;
    display:block;
    content:'';
    clear:both;
}
.p-head h1 {
    float:left;
    padding:0;
    margin:0;
}
.p-head .location {
    float:right;
    margin:0;
    font-size:18px;
}
.p-head .location span {
	display: block;
	font-size: 16px;
}
.person-info h4 {
    font-size:18px;
    font-weight: normal;
    color:#666666;
    margin:0 0 15px 0;
    padding-bottom:15px;
    border-bottom:1px solid #cccccc;
}
.contact-details {
    font-size: 15px;
    padding:20px 0;
}
.contact-details p {
	color: #666;
	line-height: 1em;
}

.single-person.et_pb_gutters2.et_right_sidebar #left-area {
    width: 67.25%;
}
.single-person.et_pb_gutters2.et_right_sidebar div#sidebar {
    width: 32.75%;
} 
.single-person.et_pb_gutters2.et_right_sidebar div#sidebar .et_pb_row {
    padding: 0;
    width: 100%;
}



/** People **/
.searchandfilter ul {
    overflow: visible !important;
    padding: 1px 0 30px !important;
}
.searchandfilter .sf-field-search {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.searchandfilter .sf-field-search #toc_container {
    display: none !important;
}
.searchandfilter li[class^="sf-field"]:not(.sf-field-search) {
    width: 25% !important;
}
.searchandfilter .sf-field-reset {
    padding-left: 25px !important;
}
.searchandfilter li[class^="sf-field"] .chosen-container {
    padding: 5px 10px;
    width: 100% !important;
}

.searchandfilter .chosen-container-multi .chosen-choices {
	background: #fff;
	border-color: #e2e2e2;
	padding: 6px 15px !important;
	cursor: pointer;
}
.searchandfilter .chosen-container-multi .chosen-choices li.search-field {
    padding-left: 0 !important;
}
.searchandfilter .chosen-container-multi .chosen-choices input {
	cursor: pointer;
	padding-left: 0 !important;
}
.searchandfilter .chosen-container-multi .chosen-choices li.search-choice {
	padding: 4px 12px 4px 6px !important;
}
.searchandfilter .chosen-container-multi .chosen-choices li.search-choice span {
    padding: 4px 10px 4px 4px;
}
.searchandfilter .chosen-container-single .chosen-single {
    background: #fff;
    padding: 10px 15px;
    border-radius: 0;
    border: 1px solid #e2e2e2;
    box-shadow: none;
}
.searchandfilter .chosen-container-single .chosen-single div {
    top: 9px;
    width: 15px;
}
.searchandfilter .chosen-drop {
    border: 1px solid #e2e2e2;
    overflow: hidden;
}
.searchandfilter .chosen-container-single .chosen-search input[type=text] {
    padding: 8px 12px;
    border: 1px solid #c2c2C2;
}
.searchandfilter .chosen-drop .chosen-results li {
    display: block !important;
    padding-bottom: 5px !important;
}
.search-filter-results .pagination {
    padding: 10px 0;
}

.people-sorter {
    text-align: right;
    margin-bottom: 30px;
}
.people-sorter label,
.people-sorter select {
    display: inline-block;
    vertical-align: middle
}
.people-sorter label {
    line-height: 40px;
    height: 40px;
    font-weight: bold;
    font-size:18px;
    margin-right:10px;
}
.people-sorter select {
    width:200px;
    height:40px;
    line-height: 40px;
    padding:0 10px;
}

.people-list .items {
    text-align:center;
    font-size:0;
}
.people-list .items .item {
    background: #ebebeb;
    display: inline-block;
    font-size: 14px;
    margin-right: 2%;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    width: 23.5%;
	vertical-align: top;
}

.people-list .items .item:nth-child(4n) {
    margin-right:0;
}
.people-list .items .item a {
    display: block;
    position: relative;
    padding: 0 0 30px;
	height: 100%;
}
.people-list .items .item a img {
    width: 100%;
}
.people-list .items .item .overlay {
    display: none;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(5, 60, 75, .75);
    padding: 30px 20px;
}
.people-list .items .item:hover .overlay {
    display: block;
}

.people-list .overlay h4, .people-list .overlay p, .people-list .overlay hr {
    color: #fff;
}
.people-list .overlay .email, .people-list .overlay .phone {
    color: #e26e23;
    font-weight: bold;
}
.people-list h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0 0;
}
.people-list p {
    font-size: 16px;
    line-height: 1.7em;
    padding: 0;
}
.people-list .location {
    font-weight:bold;
    color:#053c4b;
}

@media screen and (max-width: 1600px) {
    .container,
    .et_pb_row {
        width: 100% !important;
    }
}
@media screen and (max-width: 1366px) {
    .container,
    .et_pb_row {
        width: 90% !important;
    }

    #main-header .crazy-line-bottom:before {
        left:-36%;
    }
    #main-header .crazy-line-bottom:after {
        left:32.5%;
    }
}
@media screen and (max-width: 1280px) {
    #main-header .crazy-line-bottom:before {
        left:-38%;
    }
    #main-header .crazy-line-bottom:after {
        left:30.5%;
    }
    .blurb-section .crazy-line-top:before {
        left:15px;
    }
    .blurb-section .crazy-line-top:after {
        left:0;
    }
    .blurb-section .crazy-line-bottom:before {
        left:auto;
        right: 15px;
    }
    .blurb-section .crazy-line-bottom:after {
        right:0;
    }
    .sign-up-text {
        margin:0;
        float:none;
        padding:0;
        border:none;
        text-align: center;
    }
    .sign-up-form-wrapper {
        float:none;
        margin:0 auto;
        width: 50%;
        padding:0;
    }
    .sign-up-form-wrapper .gform_wrapper {
        min-width: 0;
        width: 100%;
    }
}
@media screen and (max-width: 1140px) {
    #main-header .crazy-line-bottom:before {
        left:-42%;
    }
    #main-header .crazy-line-bottom:after {
        left:26.5%;
    }
    #top-menu li {
        padding-right:10px;
    }
    .bottom-nav li {
        padding-right:10px;
    }

    .blurb-section .et_pb_blurb h4 {
        font-size:18px;
    }
}
@media screen and (max-width: 1024px) {
    #main-header .crazy-line-bottom:before {
        left:-46%;
    }
    #main-header .crazy-line-bottom:after {
        left:22%;
    }
    /* .et_header_style_left #et-top-navigation nav > ul > li > a,
    .et_header_style_split #et-top-navigation nav > ul > li > a{
        font-size:14px;
    } */
    .blurb-section .et_pb_blurb h4 {
        font-size:16px;
    }
}
@media screen and (max-width: 980px) {
    #main-header .menu-wrapper {
        position: relative;
    }
    #main-header .menu-wrapper:before {
        content: '';
        display: block;
        position: absolute;
        width: 50%;
        top:0;
        right:0%;
        height: 8px;
        background:#df2e13;
    }
    #main-header .crazy-line-top:before {
        width: 100%;
        right:0;
    }
    .et_header_style_left #logo,
    .et_header_style_split #logo {
        max-height: 100%;
        max-width: 100%;
    }
    #top-menu-nav {
        display: none;
    }
    .et_header_style_left .mobile_menu_bar {
        padding:5px 0 0 !important;
    }
    .et_mobile_menu li a {
        text-transform: uppercase;
    }
    .et_mobile_menu .menu-item-has-children > a {
        background:none;
    }
    #main-header .crazy-line-bottom:before {
        left:-25%;
    }
    #main-header .crazy-line-bottom:after {
        left:43%;
    }
    .blurb-section .et_pb_column {
        width: 32.333% !important;
        margin-right:1%;
        margin-bottom:0;
    }
    .blurb-section .et_pb_column:last-child {
        margin-right:0;    }

    .blurb-section .et_pb_blurb h4 {
        font-size:14px;
    }
    .cta-section .et_pb_bg_layout_dark .et_pb_slide_description {
        padding-left:10%;
        padding-right:10%;
        text-align: center;
    }
    #footer-bottom .container{
        text-align: center;
    }
    #footer-info,
    .bottom-nav{
        float:none;
        line-height: normal;
    }
    .bottom-nav {
        font-size:0;
    }
    .bottom-nav li {
        line-height: normal;
    }
    .bottom-nav li:last-child {
        padding-right:0;
    }

    .searchandfilter li[class^="sf-field"]:not(.sf-field-search) {
        width: 50% !important; 
    }
    .people-list .items .item {
        margin-right: 4%;
        width: 48%;
    }
    .people-list .items .item:nth-child(2n) {
        margin-right: 0;
    }

	.p-head h1,
	.p-head .location {
		float: none;
	}

	.person-info {
  	    padding-top: 8px;
	}

	.person-wrapper {
		padding: 0;
	}
}	
@media screen and (max-width: 840px) {
    .blurb-section .et_pb_column {
        width: 100% !important;
        margin-right:0;
        margin-bottom:3%;
    }
    .blurb-section .et_pb_column:last-child{
        margin-bottom:0;
    }
    .blurb-section .et_pb_blurb h4 {
        font-size:18px;
    }
}
@media screen and (max-width: 768px) {
    .et_header_style_left .logo_container {
        width: 50%;
    }
    #main-header .right-section {
        width: 50%;
    }
    .et_header_style_left #logo,
    .et_header_style_split #logo {
        max-width: 90%;
    }
    #menu-top-menu {
        font-size:0;
    }
    #menu-top-menu li a {
        font-size:14px;
    }
    .header-search-form input[type="search"] {
        width: 100%;
    }
    .top-header-left {
        left:30px;
    }
    #main-header .crazy-line-bottom:before {
        left:-10%;
    }
    #main-header .crazy-line-bottom:after {
        left:57%;
    }
    .et_pb_slider .et_pb_container {
        width: 100%;
    }
    #footer-widgets .footer-widget:last-child .et_pb_button {
        display: block;
        max-width: 200px;
    }

	.p-head h1 {
    	font-size: 26px;
    	margin-top: 15px;
	}

	.person-image {
   		float: none;
    	width: 100%;
    	background-color: #ccc0;
    	padding-top: 40px;
	}

	.person-info {
    	float: none;
    	max-width: 348px;
    	margin: 0 auto;
    	width: 100%;
   		padding: 20px 10px;
	}
}
@media screen and (max-width: 740px) {
    #menu-top-menu li a {
        padding:0 10px;
    }
    #main-header .crazy-line-bottom:before {
        left:-37%;
        width: 100%;
    }
    #main-header .crazy-line-bottom:after {
        left:60%;
    }

}
@media screen and (max-width: 640px) {
    #menu-top-menu li a {
        padding:0 10px;
    }
    .header-search-form {
        margin-bottom:10px;
    }
    #main-header .crazy-line-bottom:before {
        left:-30%;
    }
    #main-header .crazy-line-bottom:after {
        left:67%;
    }
    .sign-up-form-wrapper {
        width: 100%;
    }
    .searchandfilter li[class^="sf-field"]:not(.sf-field-search) {
        width: 100% !important; 
    }
    .people-list .items .item {
        margin-right: 0 !important;
        width: 100%;
    }
}
@media screen and (max-width: 570px) {
    .et_header_style_left .logo_container {
        width: 100%;
        text-align: center;
    }
    #main-header .right-section {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    #menu-top-menu {
        text-align: center;
    }
    #main-header .crazy-line-bottom:before {
        left:-18%;
    }
    #main-header .crazy-line-bottom:after {
        left:78%;
    }
}
@media screen and (max-width: 480px) {
    #main-header .menu-wrapper:before {
        content:none;
    }
    #main-header .crazy-line-top:before{
        right:0;
        width: 100%;
    }
    #main-header .crazy-line-top:after {
        display: none;
    }
    #main-header .crazy-line-bottom:before {
        left:0;
    }
    #main-header .crazy-line-bottom:after {
        display: none;
    }
    .primary-slider-section .et_pb_slide_content h1 {
        font-size:34px;
    }
    .primary-slider-section .et_pb_slide_content h2 {
        font-size:28px;
    }
    .primary-slider-section .et_pb_bg_layout_dark .et_pb_slide_description {
        padding-left:0;
        padding-right:0;
    }
    .cta-section .et_pb_bg_layout_dark .et_pb_slide_description {
        padding-left:0;
        padding-right:0;
    }
    .cta-section .et_pb_bg_layout_dark .et_pb_slide_description .et_pb_button {
        font-size:14px;
    }
}
@media screen and (max-width: 440px) {
    .top-header-left {
        position: relative;
        width: 100%;
        text-align: center;
        left:auto;
        padding-top:10px;
    }
    #et_mobile_nav_menu {
        display: inline-block;
        float:none;
    }
    #et-top-navigation {
        text-align: center;
    }
    #et_mobile_nav_menu {
        text-align: left;
    }
}