
/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them */
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */

/*
font-family:'Frutiger LT W01_45 Ligh1475730';
font-family:'Frutiger LT W01_46 Ligh1475734';
font-family:'Frutiger LT W01_45 Ligh1475730';
font-family:'Frutiger LT W01_56 Italic';
font-family:'Frutiger LT W01_65 Bold1475746';
font-family:'Frutiger LT W01_66 Bold Italic';

*/
  
.Reason:after {
      content: '\f078';
      font: normal normal normal 17px/1 FontAwesome;
      color: white;
      right: 0px;
      top: 6px;
      height: 21px;
      padding: 10px 10px 5px 10px;
      border-left: 0px solid #0C5EA5;
      position: absolute;
      pointer-events: none;
    background:#0C5EA5;
      border-radius: 0px 10px 10px 0px;
  }
  
  /* IE11 hide native button (thanks Matt!) */
  select::-ms-expand {
  display: none;
  }
  
  .Reason select {
    border-radius:10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Add some styling */
    
    display: block;
    width: 100%;
    float: right;
    margin: 5px 0px;
    padding: 0px 24px;
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #0C5EA5;
    -ms-word-break: normal;
    word-break: normal;
  }

body {
    font-size: 16px;
}

h1 {
    font-size:2.4em;
    font-family:'Frutiger LT W01_45 Ligh1475730';
    color:white;
    font-weight:400;
}

h2 {
    font-size:2.4em;
    color:#0C6639;
    font-weight:200;
    margin-bottom:25px;
}

h3 {
    font-weight:200;
}

h4 {
    font-size:1.8em;
    padding-bottom:25px;
    font-weight:400;
}

img {
    max-width:100%;
}

a {
    color: inherit; 
    text-decoration:none;
    font-family: inherit;
}

a:hover {
    text-decoration:underline !important;
}

button {
    font-size: 1.2em;
    color: white;
    border-radius: 16px;
    padding: 6px 15px 8px 15px;
    margin-top: 40px;
    background: transparent;
    outline: none;
    border: 2px solid white;
}

#phome .show-home {
    display:block;
}

#phome .hide-home {
    display:none;
}

#nhome .show-home {
    display:none;
}

#nhome .hide-home {
    display:block;
}

#nhome .qf {
    position: relative;
    display: block;
    height: 385px;
}

.fontResizer {
    display:none !important;
    opacity:0 !important;
}

.container {
    position:relative;
    display:block;
    width:100%;
    max-width:1280px;
    font-family:'Frutiger LT W01_45 Ligh1475730';
    margin-left:auto;
    margin-right:auto;
    padding-left:5%;
    padding-right:5%;
    box-sizing: border-box;
}

.container2 {
    max-width:1280px;
}

.container3 {
    max-width: 1080px;
}

.container4 {
    width: 980px !important;
}

.container5 {
    max-width:1130px;
    margin-left:auto;
    margin-right:auto;
}

.container6 {
    max-width: 920px !important;
}

.container7 {
    width:910px;
}

.announce-bar {
    position:relative;
    width:100%;
    height:36px;
    background-color:#838588;
    color:white;
    font-family:'Frutiger LT W01_45 Ligh1475730';
    font-size:0.7em;
    display:flex;
    flex-direction:row;
    z-index:2;
}

.announce-bar a {
    text-decoration:none;
    color:white;
}
.announce-widget {
    display: flex;
    width: 100%;
    justify-content: right;
}


.announce-widget > ul {
    position:relative;
    width: 100%;
    justify-content: right;
    display: flex;
}

.announce-widget > ul > li {
    padding-left:30px;
    padding-right:30px;
    box-sizing:border-box;
    display:flex;
}

.announce-widget > ul > li > * {
    align-self:center;
}

.resize > div {
    width:100%;
    text-align:right;
    align-self:center;
    padding-right: 180px;
}

.nhs {
    padding-left:20px !important;
    padding-right:20px !important;
}

.nhs img {
    width: auto;
    height: 80% !important;
    max-width: unset !important;
    border: 14px #0C5DB3 solid;
    margin-top: 14px;
    margin-left: -20px;
}

.nhs.white img {
    border: 14px white solid !important;
}

.nhs.white {
    background:white;
}

.half {
    display:flex;
    position:relative;
    width:50%;
}

.nhs {
    display:block;
    position:relative;
    width:40%;
}

.add-home {
    margin-right:5px;
}

.blue {
    background-color:#0C5DB3
}

.green {
    background-color:#117F3E;
}

.greylt {
    background:#D7D7D7;
}

footer {
    position:relative;
    width:100%;
    height:auto;
    background-color:#59595B;
    background-position:top left;
    background-size:100% auto;
    background-repeat:no-repeat;
    padding-bottom:60px;
    font-family:'Frutiger LT W01_45 Ligh1475730';
    color:white;
}

footer a {
    color:white;
    text-decoration:none;
    font-size:0.7em;
}

.footer-image {
    width:100%;
    height:auto;
}

.footer-widgets {
    position:relative;
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    line-height:1em;
    padding-top:20px;
}

.footer-widgets > li:first-child {
    width:30%;
}

.footer-widgets > li:nth-child(2n) h3, .footer-widgets > li:nth-child(3n) h3 {
    font-size:1.2em;
    margin-bottom:20px;
}

.footer-widgets > li:last-child {
    width:30%;
    text-align:right;
}

.footer-widgets > li:first-child ul > li {
    padding-bottom:25px;
    font-size: 0.7em;
}

.footer-widgets > li:first-child ul > li .fab {
    font-size: 1.6em;
    color: #ACADAF;
    padding-left: 10px;
    padding-right: 10px;
}

.footer-widgets > li:first-child ul > li h3 {
    padding-bottom: 20px;
}

.social-footer > div {
    display:flex;
    flex-direction:row;
    align-content:center;
}

.big-footer {
    font-size:1.3em;
    font-weight:800;
    margin-bottom:20px;
}

.site-logo {
    font-size:0.7em;
    text-align:right;
    display: flex;
    flex-direction: column;
    width: 225px;
}

.site-logo > li {
    margin-top:30px;
}

.site-logo > li:last-child {
    margin-top:10px;
}

.home .site-logo {
    color:white;
    max-width:225px;
}

.site-nav {
    display:flex;
    position:relative;
    width:100%;
    flex-direction:row;
    z-index:2;
    justify-content:space-between;
}

.right-side {
    width: calc(100% - 300px);
}

.widgets {
    display: flex;
    flex-direction:row;
    text-align: right;
    justify-content:end;
    align-content:end;
    flex-wrap:wrap;
}

.right-side ul.widgets li {
    margin-left:30px;
    margin-top:30px;
}

#phome .right-side ul {
    color:white;
}

#phome .right-side a {
    color:white;
    text-decoration:none;
}

#nhome .right-side ul {
    color:#006532;
}

#nhome .right-side a {
    color:#006532;
    text-decoration:none;
}

#nhome #searchform {
    border-color:#97999B;
}

#nhome #searchform #s, #nhome #searchsubmit, #nhome .site-logo {
    color:#97999B;
}

.menu-header {
    font-size:0.8em;
}

#menu-header-menu {
    display: flex;
    text-align: right;
    justify-content: flex-end;
    margin-top:30px;
}

#menu-header-menu li::before {
    display:inline;
    content:' | ';
    margin-left:10px;
    margin-right:10px;
}

#menu-header-menu li:first-child::before {
    display:none;
}

#searchform {
    border: 1px solid;
    border-radius: 20px;
    padding: 5px 5px;
    margin-top: -3px;
font-size: 0.7em;
}

#searchform label {
    display:none;
}

#searchform #s {
    background:transparent;
    border:none;
    outline:none;
    color:white;
    font-size:1.1em;
}

#searchsubmit {
    background: transparent;
    color: white;
    border: none;
    outline: none;
    font-size: 1.1em;
    padding: unset;
    margin: unset;
}

.header_banner {
    position:relative;
    display:block;
    margin-top: -260px;
}

#phome .header_banner {
    position:relative;
    display:block;
    margin-top: -219px;
}

.header_banner.other h1 {
    text-shadow: 1px 1px rgba(0,0,0,0.75);
}

.hero-holder {
    width:100%;
    height:790px; /*660 */
    max-height:860px;
    background-position:center bottom;
    background-size:cover;
    margin-top:-171px;
    background-color:#D7D7D7;
}

#phome .hero-holder {
    height:660px;
}

.hero-holder .container {
    padding-top:280px;
}

.hero-holder .container > div {
    display:flex;
    flex-direction:row
}

.hero-holder .container > div > div, .bottom-half > div > div {
    width:50%;
    box-sizing:border-box;
}

.hero-holder .container > div > div:first-child, .bottom-half > div > div:first-child {
    padding-right:40px;
}

.hero-holder .container > div > div:last-child, .bottom-half > div > div:last-child {
    padding-left:40px;
}

.bottom-half > div > div:last-child {
    justify-content: right;
    display: flex;
}

.hero-holder .container > div > img {
    width:100%;
}

.bottom-half {
    padding-top:55px;
    padding-bottom:115px;
}

.other h2, .other .bottom-half h4, .other span.wpcf7-list-item {
    color:white;
}

.other .bottom-half form {
    background-color:transparent;
}

.other .submit {
    border: solid 1px white;
}

.other .hero-holder .container {
    padding-top: 140px;
}

.other .bottom-half .container {
    margin-top: -210px;
}

.bottom-half .container {
    display:flex;
    flex-direction:row;
}

.other .blue-text {
    color:white !important;
}

.blue-text {
    color:#0C5EA5;
    font-family: myriad-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.blue-text p {
    font-size:1em;
}

.contact {
    font-family:'Frutiger LT W01_45 Ligh1475730';
    font-size:1.6em;
    color:#0C6639;
}

.contact a {
    color:#85B11F;
    text-decoration:none;
    font-weight:800;
    font-size:1.2em;
}

.contact2 {
    font-family:'Frutiger LT W01_45 Ligh1475730';
    font-size:1.2em;
    color:#0C6639;
}

.contact2 a {
    color:#0C6639;
    text-decoration:none;
}

.bottom-half form {
    padding: 33px 30px;
    background: white;
    border-radius: 20px;
    width:400px;
}

.bottom-half h4 {
    color:#0C5EA5;
}

.bottom-half .wpcf7 {
    width:400px;
    margin-top: -160px;
}

.bottom-half input[type="text"], .bottom-half input[type="email"], .bottom-half textarea, .two_column_text  input[type="text"], .two_column_text  textarea, .two_column_text input[type="email"] {
    width: 100%;
    font-size: 0.9em;
    padding: 5px 10px;
    box-sizing: border-box;
    border: 1px solid #BDBDBD;
    border-radius: 5px;
    margin-bottom: 5px;
    font-weight: 400;
    font-family: 'Frutiger LT W01_45 Ligh1475730';
}

.bottom-half textarea {
    height:120px;
}

span.wpcf7-list-item {
    margin: 0px !important;
    padding-top: 5px;
    padding-bottom: 10px;
    font-size:0.9em;
    color:#808080;
}

.submit {
    padding: 5px 40px;
    color: white;
    background: #0C5EA5;
    border: none;
    outline: none;
    border-radius: 7px;
    font-size: 1.2em;
}

#wpcf7-f11-o1 p {
    margin:0px;
    padding:0px;
}

.green-bar {
    position:relative;
    display:flex;
    flex-direction:row;
    width:100%;
    max-width:870px;
    background: rgb(18,127,62);
    background: linear-gradient(94deg, rgba(18,127,62,1) 0%, rgba(132,176,57,1) 100%);
    padding:18px 75px;
    box-sizing: border-box;
    color:white;
    font-family: 'Roboto', sans-serif;
    justify-content:center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0px 0px 75px 75px;
    margin-bottom:10px;
}

.green-bar h4 {
    padding:0px;
}

.green-bar ul, .green-bar ol {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.green-bar p, .green-bar li {
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 0.75em !important;
}

.green-bar a, .green-bar p {
    color:white;
}

.green-bar br {
    display:none;
}

.image-left-text-right-box > div {
    position:relative;
    display:flex;
    flex-direction:row;
}

.image-left-text-right-box > div > div {
    width:50%;
}

.image-left-text-right-box > div > div:first-child {
    background-size:cover;
    background-position:center center;
}

.image-left-text-right-box > div > div:last-child {
    color:white;
    padding:60px;
    box-sizing:border-box;
}

.image-left-text-right-box > div > div:last-child p {

    font-size:1em;
    font-family: myriad-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.image-left-text-right-box > div > div:last-child h2 {
    color:white;
}

.picture-text-box-repeater {
    padding-top:40px;
}

.picture-text-box-repeater > div {
    display:flex;
    position:relative;
    flex-direction:row;
    justify-content: space-between;
    flex-wrap:wrap;
}

.picture-box {
    width: 33%;
    color: white;
    text-align: center;
    display:block;
    position:relative;
    margin-bottom:35px;
}

.picture-box:after {
    content: "";
    display: block;
    padding-bottom: 80%;
}

.picture-box > div {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.picture-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

.picture-box .text {
    text-align:left;
    height:100%;
}

.picture-box h2 {
    color:#0C5EA5;
}

.picture-box .text > p {
    font-family: myriad-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:1em !important;
    color:#0C5EA5;
    height:100%;
}

.picture-box > div > .ttitle {
    font-size: 1.2em;
    padding-top: 5px;
    padding-bottom: 10px;
}

.curve-bg {
    width:100%;
    height:auto;
}

/*.text h2 {
    padding-top:35px;
}*/

p {
    padding-bottom:25px;
}

.announce-widget p {
    padding-bottom:0px;
}

table {
    font-size: 1.5em;
    font-family: 'Frutiger LT W01_45 Ligh1475730';
}

.text p {
    padding-bottom:35px;
    font-size: 1em;
}

.text-icons {
    text-align:center;
}

.text-icons h2 {
    color:#0C5EA5;
}

.text-icons .container > div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width:80%;
    margin-left:auto;
    margin-right:auto;
}

.icon-holder {
    width:20%;
    margin-bottom:50px;
}

.icon-holder > div {
    width: 100%;
    align-content: center;
    justify-content: center;
    display: flex;
    font-size:1.3em;
    color:#0C5EA5;
    margin-left: auto;
    margin-right: auto;
} 

.icon-holder > div:first-child {
    height:80px;
    padding-bottom:10px;
}

.icon-holder a {
    display:flex;
}

.icon-holder > div img {
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	object-position: center;
}

.overlap {
    position:relative;
    display:block;
}

.nolap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-left-text-right-box.trans .overlap img {
    position: absolute;
    height: 110%;
    width: auto;
    bottom: 0px;
    right:0px;
    max-width:unset;
}

.image-left-text-right-box.trans .nolap img {
    height: auto;
    width: auto;
    object-fit: contain;
}

.two-column-green {
    width:90%;
    max-widtH:1110px;
    background: rgb(18,127,62);
    background: linear-gradient(94deg, rgba(18,127,62,1) 0%, rgba(132,176,57,1) 100%);
    padding: 46px 23px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
    display:flex;
    flex-direction:row;
    font-family: 'Frutiger LT W01_45 Ligh1475730';
    margin-top:30px;
    margin-bottom:30px;
    padding-left:5%;
    padding-right:5%;
    box-sizing:border-box;
}

.two-column-green a {
    color:white;
    text-decoration:none;
}

.two-column-green > div {
    width:50%;
    color:white;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align:center;
    min-height:240px;
}

.two-column-green > div:last-child {
    font-size: 1.3em;
    border-left: 1px solid white;
}

.two-column-green > div ul {
    width:60%;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
}

.two-column-green > div li {
    margin-bottom:15px;
}

.two-column-green .fal {
    float: right;
}

.two-column-green img {
    align-self:center;
    margin-bottom:50px;
    max-width:65px;
}

.two-column-green h2 {
    color:white;
}

.related_blogs_and_studies {
    margin-top:50px;
    margin-bottom:50px;
    width: 90%;
    max-widtH: 1130px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
}

.related_blogs_and_studies h2 {
    text-align:center;
}

.related_blogs_and_studies > div {
    display:flex;
    position:relative;
    width:100%;
    flex-direction:row;
    justify-content: space-between;
}

.preview-post {
    width:33%;
}

.preview-post > div {
    background: #5A92D1;
    color: white;
    padding: 7px 17px 17px;
    font-family: 'Frutiger LT W01_45 Ligh1475730';
}

.preview-post img {
    position:relative;
    display:block;
    width:100%;
    height:240px;
    width:465px;
    position: relative;
    object-position: center center;
    object-fit: cover;
}

.preview-post:nth-child(2n) > div {
    background:#337FC4;
}

.preview-post h3 {
    font-family: myriad-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:1.5em;
    margin-bottom:12px;
}

.preview-post p {
    font-size: 0.9em;
    margin-bottom: 0px;
    line-height: 1.2em;
    padding-bottom:8px;
}

.preview-post a {
    color:white;
    text-decoration:none;
    font-size:1.2em;
    font-weight:600;
}

.subscribe_newletter {
    width:100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom:50px;
}

.subscribe_newletter .form-title {
    font-weight: 300;
    font-size: 1.5em;
    color: #0C5EA5;
    font-family: 'Roboto', sans-serif;
    width: 30%;
    display: inline-block;
}

.subscribe_newletter .wpcf7-form-control-wrap {
    width: 54%;
    display: inline-block;
}

.subscribe_newletter .wpcf7-form-control {
    width: 100%;
    border: 1px solid #23873C;
    font-size: 1em;
    border-radius: 100px;
    background: white;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
}

.subscribe_newletter .wpcf7-submit {
    width: 19%;
    display: inline-block;
    background: #23873C;
    border-radius: 100px;
    margin-left: -36px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1em;
    padding-left: 80px;
}

.text_left_image_right {
    padding-top:50px;
    
}

.text_left_image_right h2 {
    margin-bottom:20px;
}

.text_left_image_right .container {
    position:relative;
    display:flex;
    flex-direction:row;
    justify-content: space-between;
}

.text_left_image_right .container > div {
    width:48%;
}

.text_left_image_right .container > div p {
    font-family: myriad-pro, sans-serif;
    color:#4d4d4d;
    font-size:1em;
}

.image_left_text_right .container {
    display: flex;
    flex-direction: row;
    justify-content:space-around;
    margin-top:80px;
    margin-bottom:80px;
}

.image_left_text_right .container {
    width:48%;
}

.image_left_text_right img {
    max-width:350px;
}

.image_left_text_right .container > div:last-child {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.image_left_text_right h2{
    color: #0c5ea5;
}

.image_left_text_right p {
    color: #0c5ea5;
    font-size: 1em;
    font-family: myriad-pro, sans-serif;
    font-weight: 400;
    font-style: normal;

}

.text-left-bg-image {
    position:relative;
    background-size: cover;
    background-position: right center;
}

.text-left-bg-image > img {
    z-index: 1;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

/*.text-left-bg-image > div {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
}*/

.text-left-bg-image > div > div {
    font-family: 'Frutiger LT W01_45 Ligh1475730';
    font-size: 2.0em;
    color: #0c5ea5;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    width: 50%;
    height: 100%;
    padding-top:100px;
    padding-bottom:100px;
}

.text-left-bg-image > div > div > * {
    display: flex;
    justify-content: center;
}

.text-left-bg-image > div > div > p {
    margin-bottom: 30px;
    max-width: 680px;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.private-consultation h2 {
    text-align:center;
    color: #0c5ea5;
    margin-top:50px;
}

.private-consultation .consult span {
    width:33%;
}

.private-consultation input[type="text"], .private-consultation input[type="email"], .private-consultation select {
    border: 2px solid #0c5ea5;
    font-size: 0.9em;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
    padding-right: 10px;
    width: 95%;
    box-sizing: border-box;
    float:right;
    line-height:1.75;
    margin-top:5px;
}

.private-consultation input[type="text"], .private-consultation input[type="email"] {
font-family: 'Frutiger LT W01_45 Ligh1475730';
}

.private-consultation .consult {
    display:flex;
    position:relative;
    flex-direction:row;
    justify-content:space-between;
}

.private-consultation textarea {
    width: 97.5%;
    border: 2px solid #0c5ea5;
    font-size: 0.9em;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    float:right;
    margin-top:5px;
    font-family: 'Frutiger LT W01_45 Ligh1475730';
font-size: 0.9em;
line-height: 1.75;
height: 200px;
}

.private-consultation .consult2 div:first-child {
    display: inline-block;width: 66.5%;
}

.private-consultation .consult2 div:nth-child(2) {
    display: inline-block;vertical-align: top;margin-left:2%;
}

.private-consultation .consult2 div:nth-child(2) > span {
    display:block;
}

#posts {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content: space-between;
}

.post {
    width:32%;
    margin-bottom:25px;
}

.post > div {
    padding:20px;
    box-sizing: border-box;
    color:white;
}

.post .excerpt {
    height:105px;
    min-height:105px;
    max-height:105px;
}

.post h2{
    color:white !important;
}

.post:nth-child(even) {
    background:#337FC4;
}

.post:nth-child(odd) {
    background:#5A92D1;
}

.read-more a {
    font-weight:600;
}

.blog h2 {
    color:rgb(0,94,170);
}

.blog-widget {
    display:flex;
    flex-direction:row;
    margin-bottom:25px;
}

.blog-widget li {
    width:300px;
    margin-right:25px;
}

.blog-widget #searchform {
    border-color:rgb(0,94,170) !important;
}

.blog-widget #s {
    width: 93%;
}

.blog-widget .widget-title, .blog-widget label {
    display:none;
}

.nice-select {
    border-radius: 25px !important;
    height: 27px !important;
    margin-top: -3px !important;
    border-color: rgb(0,94,170) !important;
    padding-left: 7px !important;
    padding-right: 28px !important;
}

.text-left-image-right.trans {
    padding-top: 50px;
    padding-bottom: 50px;
}

.text-left-image-right.trans .container {
	max-width: 1920px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.one {
    color: #0c5ea5;
width: 40%;
}


.two {
    width: 55%;
}

.nice-select .current {
    display: block;
    margin-top: -7px;
    font-size: 0.9em !important;
    font-family: 'Frutiger LT W01_45 Ligh1475730';
}

.bliss_loadmore {
    display:block !important;
    text-align:center !important;
    font-size:1.9em !important;
    height:auto !important;
}

.bliss_loadmore::after {
    display: block;
    content: '\f107 ';
    color: #0073aa;
    font-family: fontawesome;
    font-weight: 400;
    font-size: 0.6em;
}

.loading-img {
    display:none !important;
}

.blog-holder {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
}

.blog-holder .single-post {
    width:70%;
}

.blog-holder .blog-menu {
    width:23%;
}

.cats, .posted {
    color:rgb(128,128,128);
    font-size: 0.9em;

}

.cats {
    margin-bottom:25px;
}

.single-post, .single-post > * {
    color:rgb(0, 94, 170);
}

.blog-menu h4 {
    font-size: 1.5em;
}

.blog-menu input[type="text"], .blog-menu input[type="email"], .blog-menu textarea {
    max-width:100%;
    font-size: 0.9em;
    padding: 5px 10px;
    box-sizing: border-box;
    border: 1px solid #BDBDBD;
    border-radius: 5px;
    margin-bottom: 5px;
    font-weight: 400;
    font-family: 'Frutiger LT W01_45 Ligh1475730';
}

.slide-head {
    display:flex;
    flex-direction:row;
    /* flex-wrap; */
    justify-content:space-between;
    align-items:center;
    margin-top:25px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}

#mg-wprm-wrap .slide-head a {
    font-family: 'Frutiger LT W01_45 Ligh1475730';
    font-weight:600;
    color:white;
    padding:0px !important;
}

.slide-footer {
    margin-top:15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    color: white;
    margin-top: 20px;
}

.slide-footer .fab {
    font-size:3em;
    margin:15px;
    margin-left:0px;
    margin-top:0px;
}

.nice-select .list {
    border-radius:0px;
}

.slide-footer .widget-title {
    margin-bottom:10px;
}

#mg-wprm-wrap .slide-footer  a {
    padding:0px !important
}

.slide-footer .tl {
    text-align:left;
    font-size:0.7em;
}

.slide-footer .tr {
    text-align:right;
    font-size:0.7em;
}

.mobile-footer-widgets {
    display:none;
}

.coloured-box-with-text .container {
    font-family:'Frutiger LT W01_45 Ligh1475730';
    padding-left:25px;
    padding-right:25px;
    padding-top:25px;
    box-sizing:border-box;
}

.two_column_text {
    padding-bottom:60px;
}

.two_column_text .container > div {
    width:47%;
}

.two_column_text .container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.two_column_text h4 {
    color:#005eaa;
}

.two_column_text .gmp_map_opts {
    margin-top:50px;
}

@media only screen and (max-width: 1850px) {
    .curve-bg {
        margin-bottom:-400px !important;
    }
}

@media only screen and (max-width: 1402px) {
    .text-left-bg-image > div > div {
        font-size:1.8em;
    }
}

@media only screen and (max-width: 1380px) {
    .curve-bg {
        margin-bottom:-300px !important;
    }

    #nhome .hero-holder { /* about us*/
        height:600px !important;
    }

    .bottom-half {
        padding-bottom:55px;
    }

    .page-id-105 .bottom-half .wpcf7 {
        margin-top: -110px !important;
    }

    .page-id-105 .other .bottom-half .container {
        margin-top:-170px !important;
    }
}

@media only screen and (max-width: 1374px) {
    .blog-container {
        margin-top: -150px !important;
    }

    .blog .hero-holder .container {
        padding-top: 120px !important;
    }
}

@media only screen and (max-width: 1290px) {
    .announce-bar .half {
        width:20%;
    }

    .resize > div {
        padding-right:0px;
    }

    .nhs {
        width:20%;
    }
}

@media only screen and (max-width: 1198px) {
    .text-left-bg-image > div > div {
        font-size:1.3em;
    }

    .bottom-half .wpcf7 {
        width: unset;
        margin-top: unset;
    }

    .page-id-105 .bottom-half .wpcf7 {
        margin-top: 0px !important;
    }

    .page-id-105 .other .bottom-half .container {
        margin-top: -170px !important;
    }

    #wpcf7-f11-o1 {
        margin-top:0px !important;
    }

    .page-id-105 .wpcf7-form {
        margin:0px !important;
        padding:0px !important;
    }
}

@media only screen and (max-width: 1160px) { 
    .text .container div {
        max-width:700px !important;
    }
}

@media only screen and (max-width: 1110px) { 
    .picture-box.no-link:first-of-type {
        display:none;
    }

    .picture-box.no-link:last-of-type::after {
        display:none;
    }

    .picture-box.no-link:last-of-type div {
        position:relative;
    }

    .picture-box.no-link {
        width:100%;
    }

    .picture-box.no-link h2 {
        text-align:center;
    }
}

@media only screen and (max-width: 1060px) { 
    .text .container div {
        max-width:550px !important;
    }

    .curve-bg {
        margin-bottom: -200px !important;
    }

    .text-left-bg-image > div > div {
        font-size: 1em;
    }

    .page-id-144 .bottom-half {
        padding-top: 120px
    }
}

@media only screen and (max-width: 971px) {
    .page-id-167 .bottom-half {
        padding-top: 110px;
        }
    .page-id-179 .bottom-half {
        display:none;
    }

    .curve-bg {
        display:none;
    }

    .text .container div {
        max-width: 100% !important;
    }

    .right-side {
        width: calc(100% - 225px);
    }

    .bottom-half form {
        width:auto;
    }

    .image_left_text_right .container {
        width:90% !important;
    }

    #nhome .hero-holder {
        height: 410px !important;
    }

    .bottom-half {
        padding-bottom:0px;
    }

    #nhome .hero-holder {
        height: 500px !important;
    }

    #nhome .page-id-105 .hero-holder {
        height: 500px !important;
    }

    .page-id-105 .other .bottom-half .container {
        margin-top: -120px !important;
        padding-bottom:50px;
    }
}

@media only screen and (max-width: 900px) {
    .image_left_text_right .container {
        width: 100% !important;
        flex-direction: column;
    }

    .image_left_text_right .container div:first-child {
        text-align:center;
        margin-bottom:25px;
    }

    .image_left_text_right .container div:last-child {
        width:100%;
    }

    .image_left_text_right .container div:last-child h2 {
        text-align:center;
    }
}

@media only screen and (max-width: 900px) {
    .right-side ul.widgets li {
        margin-top:25px;
    }

    #nhome.page-id-105 .hero-holder {
        height: 600px !important;
    }
}

@media only screen and (max-width: 886px) {
    .right-side ul.widgets li {
        margin-top:25px;
    }
}

@media only screen and (max-width: 866px) {
    h4 {
        font-size: 1.6em;
    }

    h2 {
        font-size: 2.2em;
    }

    .contact a {
        font-size:1.1em;
    }

    .subscribe_newletter {
        width: 90%;
        margin-left:auto;
        margin-right:auto;
    }
}

@media only screen and (max-width: 850px) {
    h1 {
        font-size: 2.1em;
    }

    #phome .hero-holder {
        height: 560px;
    }

    #phome > div.header_banner > div.hero-holder > div > div > div:nth-child(1) > img{
        display: none;
    }
}

@media only screen and (max-width: 773px) {
    .announce-widget > ul > li {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 768px) and (orientation: portrait){
    .hero-holder .container > div {
        flex-direction: row!important;
    }
    #phome > div.header_banner > div.hero-holder > div > div > div:nth-child(1) > img{
        display: block;
    }
    .hero-holder h1{
        font-size: 2em!important;
    }

}

@media only screen and (max-width: 768px) {
    .post {
        width: 48%;
    }

    .blog .hero-holder, .blog .header_banner {
        margin-top: -0px;
    }

    table {
        font-size: 1em;
    }

    #nhome.page-id-105 .hero-holder, #nhome.page-id-144 .hero-holder {
        background-position: center bottom;
        background-repeat: no-repeat;
    }

    #nhome.page-id-167 .hero-holder {
        height: 700px !important;
    }

    .text-left-bg-image {
        position: relative;
        background-size: cover;
        background-position: 70% center;
    }

    #nhome.page-id-105 .header_banner, #nhome.page-id-105 .hero-holder {
        margin-top: 0px;
        background-position: top center;
    }

    #nhome.page-id-144 .hero-holder {
        margin-top: 283px;
    }

    #nhome.page-id-105 .hero-holder .container, #nhome.page-id-144 .hero-holder .container {
        padding-top:80px;
    }

    #nhome.page-id-105 .other .bottom-half .container {
        margin-top:-350px !important;
    }

    .hero-holder .container > div > div {
        padding:0px !important;
    }

    .page-id-105 .other .bottom-half .container {
        margin-top: -70px !important;
        padding-bottom: 50px;
    }

    #nhome .hero-holder {
        height: 550px !important;
    }

    #nhome.page-id-105 .hero-holder {
        height:660px !important;
        background-size:contain;
    }

    #nhome .hero-holder .container {
        padding-top: 370px;
    }

    .bar_logo {
        margin-left:10px !important;
    }

    #mg-wprm-wrap {
        font-family: 'Frutiger LT W01_45 Ligh1475730';
    }

    #wprmenu_menu_ul div.wpr_search {
        width: 95% !important;
        margin-left: auto !important;
        margin-right: auto;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    #wprmenu_menu_ul .wpr_search .wpr-search-field {
        background: transparent;
        border: 1px solid white !important;
        border-radius: 20px 0px 0px 20px;
        color: white !important;
        padding-left: 25px !important;
        border-right: none !important;
        width: 90% !important;
        box-sizing:border-box;
        outline:none !important;
        font-family: 'Frutiger LT W01_45 Ligh1475730';
    }

    #wprmenu_menu_ul .wpr_search .wpr-search-field::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: white;
        opacity: 0.75; /* Firefox */
    }
      
    #wprmenu_menu_ul .wpr_search .wpr-search-field:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: white;
    }
      
    #wprmenu_menu_ul .wpr_search .wpr-search-field::-ms-input-placeholder { /* Microsoft Edge */
        color: white;
    }

    div#mg-wprm-wrap form.wpr-search-form button.wpr_submit {
        margin: 0px !important;
        border: 1px solid white !important;
        border-radius: 0px 20px 20px 0px !important;
        border-left: none !important;
        color: white !important;
        width: 10% !important;
    }

    .contact a {
        font-size:0.9em;
    }

    .green-bar p, .green-bar li {
        font-size:0.7em !important;
    }

    .icon-holder > div {
        font-size:1.1em;
    }

    .two-column-green > div:last-child {
        font-size: 1em;
    }

    .footer-widgets {
        flex-direction:column;
    }

    .footer-widgets > li {
        width:100% !important;
    }

    .footer-widgets > li:nth-child(2), .footer-widgets > li:nth-child(3) {
        display:none;
    }
    .footer-widgets > li > ul {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

@media only screen and (max-width: 750px) {
    .two_column_text .container {
        flex-direction: column-reverse;
    }
}

@media only screen and (max-width: 680px) {
    .text-left-bg-image {
        background-image:none !important;
    }

    .text-left-bg-image > div > div {
        width: 100%;
        font-size: 1.5em;
        padding-bottom:0px;
    }

    .private-consultation .consult {
        flex-direction:column
    }

    .private-consultation .consult span {
        width: 100%;
    }

    .private-consultation .consult2 div:first-child {
        width:100%;
    }
}

@media only screen and (max-width: 670px) { /* was 630 */
    .image_left_text_right img {
        height: 368px;
        width: 100%;
        max-width: unset;
        object-fit: contain;
    }

    .image_left_text_right .container > div:last-child {
        width:100%;
    }

    .image_left_text_right .container {
        flex-direction:column;

    }
    button {
        font-size: 1.1em;
        margin-top: 20px;
    }

    h1 {
        font-size: 1.4em;
    }

    h2 {
        font-size: 1.7em;
    }

    h4 {
        font-size: 1.1em;
    }

    .contact {
        font-size:1.4em;
    }

    .contact a {
        font-size: 0.8em;
    }

    .green-bar ul, .green-bar ol {
        flex-direction: column;
        align-items: center;
    }

    .green-bar ul li, .green-bar ol li {
        margin-top:2px;
        margin-bottom:2px;
        font-size:1em !important;
        text-align:center;
    }

    .image-left-text-right-box > div {
        flex-direction:column;
    }

    .image-left-text-right-box > div > div {
        width:100%;
        min-height:368px;
    }

    .icon-holder {
        width: 33%;
    }

    .two-column-green > div:first-child {
        width:40%;
    }

    .two-column-green > div:last-child {
        width:60%;
    }

    .two-column-green img {
        margin-bottom:0px;
    }

    .related_blogs_and_studies > div {
        flex-direction:column;
    }

    .preview-post {
        width:100%;
        margin-bottom:25px;
    }

    .preview-post img {
        height:220px;
        width:100%;
    }

    .subscribe_newletter .form-title {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
    }

    .subscribe_newletter .wpcf7-form-control-wrap {
        width: 70%;
        display: inline-block;
        margin-left: 7%;
    }

    #nhome.page-id-105 .other .bottom-half .container {
        margin-top: -390px !important;
    }
}

@media only screen and (max-width: 580px) {
    .blog-widget {
        flex-direction:column;
    }

    .blog-widget li {
        margin-bottom:25px;
    }

    .post {
        width: 100%;
    }
    #nhome.page-id-144 .hero-holder {
        margin-top: 240px;
    }

    #nhome.page-id-105 .other .bottom-half .container {
        margin-top: -440px !important;
    }

    .footer-widgets {
        display:none;
    }

    .mobile-footer-widgets {
        line-height: 1em;
        padding-top: 20px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
    }

    .mobile-footer-widgets li {
        width:50%;
        margin-bottom:25px;
    }

    .mobile-footer-widgets li h3 {
        margin-bottom:5px;
    }

    .mobile-footer-widgets li:nth-child(odd) {
        text-align:left;
    }

    .mobile-footer-widgets li:last-child {
        text-align:right;
        width:100%;
    }

    .mobile-footer-widgets li:nth-child(even), .mobile-footer-widgets .social-footer > div {
        text-align:right;
        display:block !important;
    }
    

    .bottom-half .container {
        flex-direction:column;
    }

    .hero-holder .container > div > div:first-child, .bottom-half > div > div:first-child {
        width:100%;
        padding-right:0px;
        padding-bottom:25px;
    }

    .bottom-half > div > div:last-child {
        justify-content: center;
        width:100%;
        padding:0px;
        margin:0px;
    }

    .bottom-half {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .text-icons .container > div {
        width:100%;
    }

    .text_left_image_right .container {
        flex-direction:column-reverse;
    }

    .text_left_image_right .container > div {
        width:100%;
    }

    .text_left_image_right img {
        margin-bottom:25px;
    }

    .image-left-text-right-box > div > div:last-child {
        padding:40px;
    }

    .picture-box > div > .ttitle {
        font-size: 1em;
        padding-top: 5px;
        padding-bottom: 20px;
    }

    #phome .hero-holder {
        height: 490px;
    }

    .hero-holder .container > div > div:first-child {
        /* width: 50%; */
        width: 100%;
    }

    .two-column-green > div ul {
        width: 80%;
    }
}

@media only screen and (max-width: 520px) {
    h1 {
        font-size: 1.2em;
    }

    #phome .hero-holder {
        height: 470px;
    }

    .picture-box > div > .ttitle {
        font-size: 0.8em;
    }
}

@media only screen and (max-width: 500px) {
    #nhome.page-id-105 .hero-holder {
        height: 660px !important;
        background-size: auto 300px;
    }
}

@media only screen and (max-width: 435px) {
    .text-left-bg-image > div > div {
        font-size: 1.1em;
    }

    .subscribe_newletter .wpcf7-form-control-wrap {
        width: 55%;
        display: inline-block;
        margin-left: 11%;
    }

    h2 {
        font-size: 1.2em;
    }

    .two-column-green img {
        max-width:45px;
    }

    .two-column-green {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .two-column-green > div:last-child {
        border-left:none;
        border-top:1px solid white;
        width: 100%;
    }

    .two-column-green img {
        max-width: 100px;
    }

    .picture-box {
        width: 47%;
    }
}

@media only screen and (max-width: 400px) {
    h1 {
        font-size: 1.1em;
    }

    button {
        font-size: .9em;
    }

    #phome .hero-holder {
        /* height: 440px; */
        height: 700px;
    }
    
    .hero-holder h1{
        font-size: 2em !important;
    }

    #phome > div.header_banner > div.hero-holder > div > div > div:nth-child(1) > img{
        width: 80%;
        display: block;
        margin: 0 auto;
    }

    .two_column_text .container > div {
        width: 100%;
    }
    .hero-holder .container > div{
        flex-direction: column !important;
    }
}