::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #afafaf;
    opacity: 1; /* Firefox */
}
  
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #afafaf;  
}
  
::-ms-input-placeholder { /* Microsoft Edge */
    color: #afafaf;
}
html {
	scroll-behavior: smooth;
}
:target:before {
    content: "";
    display: block;
    height: 120px;
    margin: -120px 0 0;
}
body, p, a, li, dt, dd, blockquote, span{
    font-family: 'proxima-nova';
    /* color: #535554; */
    font-size: 18px;
    line-height: 1.33em;
    font-weight: 400;
    letter-spacing: 0;
}
h1{
    font-size: 64px;
    line-height: 74px;
    font-weight: 600;
    margin: 0 0 24px;
    color: #3A566E;
}
h2{
    font-size: 50px;
    line-height: 64px;
    font-weight: 300;
    margin: 16px 0;
    color: #535554;
}
h3{
    font-size: 34px;
    line-height: 34px;
    font-weight: 500;
    margin: 16px 0 15px;
    color: #004768;
}
h4{
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
    color: #3C5871;
}
h5{
    font-size: 32px;
    line-height: 37px;
    font-weight: 400;
    margin: 16px 0;
    color: #707070;
}
h6{
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    margin: 16px 0;
    color: #707070;
}
h1 a, h2 a, h3 a, h4 a, h5 a,
h1 span, h2 span, h3 span, h4 span, h5 span {
    text-decoration: none;
    font-size: inherit;
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
}
p {
    margin-top: 0; 
}
ul, ol {
    margin: 0 0 1.5em 0;
}
.right-aligned {
    text-align: right; 
}
.visually-hidden { /* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
    position: absolute !important;
    height: 1px; width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}
.maxcontainer{
    max-width: 1952px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 16px;
}
.container,
.wp-block-kadence-rowlayout.alignwide{
    max-width: 1492px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 16px;
}
.container--inner-content,
.wp-block-kadence-rowlayout.container--inner-content{
    max-width: 1146px !important;
    width: 100% !important;
    margin: 30px auto 0 !important;
}
.inner-content {
    max-width: 1040px !important;
    width: 100% !important;
    margin: 0 !important;
    float: right;
}
.inner-content-nonfloat,
.wp-block-kadence-rowlayout.inner-content-nonfloat{
    max-width: 1040px !important;
    width: 100% !important;
    margin: 0 auto !important;
}
.container--narrow-content,
.wp-block-kadence-rowlayout.container--narrow-content {
    max-width: 900px !important;
    width: 100% !important;
    margin: 30px auto 0 !important;;
}
.container--hero{
    max-width: 950px !important;
    margin: 0 !important;
}
a{
    color: #B13A5F;
}
a:hover{
    color: #3C5871;
}
a:active{
    color: #2F424A;
}
/*.button, */
a.button, button, input[type="submit"], .button a{
    background: transparent;
    font-size: 20px;
    padding: 10px 25px;
    color: white;
    text-transform: initial;
    text-align: center;
    display: inline-block;  
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    transition: all .5s ease;
    font-weight: 800;
    margin: 5px auto;
    border-radius: 2px;
}
button {
    font-size: 26px;
    font-weight: normal;
    padding: 10px 84px;
    height: initial;
    color: #004768;
    border: 3px solid #004768;
    margin-bottom: 30px; 
}
button:hover {
    border-color: #004768;
}

p.no-btm-margin {
    margin-bottom: 0 !important;
}
.header-inner a.button{
    background: #B13A5F;
    font-size: 20px;
    padding: 10px 25px;
    color: white;
    text-transform: initial;
    text-align: center;
    display: inline-block;  
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    transition: all .5s ease;
    font-weight: 800;
    border-radius: 2px;
}

.flexbox{
    display: flex;
    flex-wrap: nowrap;
}
.subtitle{
    color: #BFA464;
    font-size: 32px;
    line-height: 37px;
    font-family: 'Unna', sans-serif;
    margin: 0 0 16px;
}
.entry-content .kt-inside-inner-col ul, .entry-content .kt-inside-inner-col ol{
    padding: 0;
    margin: 1em 5px;
}
.entry-content .kt-inside-inner-col li {
    margin-left: 1em;
    margin-bottom: 15px;
}
.cover-img.wp-block-image{
    margin: 0;
    height: 100%;
}
.cover-img img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.entry-content > .alignfull {
    margin: 0 !important;
}
html body .alignfull .kt-row-column-wrap {
    padding-left: 0; 
    padding-right: 0; 
}
/*header*/
.header-inner.maxcontainer{
	padding: 5px 0;
}
.site-branding img {
    max-width: 200px;
    width: 100%;
}
.topright {
    text-align: right;
}

.header-inner a:hover{
	opacity: .85;
}
.toggle-menu span, .toggle-menu span:after, .toggle-menu span:before{
    background-color: #004768;
    height: 3px;
}
.is-sticky .site-header {
    background: white;
    -webkit-box-shadow: 0 3px 3px -1px #bbbbbb;
    -moz-box-shadow: 0 3px 3px -1px #bbbbbb;
    box-shadow: 0 3px 3px -1px #bbbbbb;
}
.entry-header{
    text-align: center;
}
/*custom offset hr*/
hr.blueline--left,
hr.blueline--right,
hr.blueline--center {
    text-align: left;
    background: blue;
    border: 0;
    height: 2px;
    margin: 15px 0 15px -20px;
    width: 150px;
}
hr.blueline--center{
    text-align: center;
    margin: 15px auto;
}
hr.blueline--right{
	text-align: right;
	margin: 15px -20px 15px 0;
}

/*social icons in header and footer*/
#socialmenu{
	list-style-type: none;
	margin: 0;
    padding: 0;
    line-height: 0;
}
header #socialmenu{
    text-align: right;  
}
#socialmenu li{
    display: inline-block;
}
#socialmenu li a{
    display: block;
    margin: 0 0 0 10px
}
.social-icon a{
    height: 30px;
    width: 30px;
}
.social-icon.facebook a{
    background: url(images/facebook-square-white.svg) center center no-repeat;
    background-size: contain;
}
.social-icon.instagram a{
    background: url(images/instagram-white.svg) center center no-repeat;
    background-size: contain;
}
.social-icon.linkedin a{
    background: url(images/linkedin-white.svg) center center no-repeat;
    background-size: contain;
}
.social-icon.twitter a{
    background: url(images/twitter-white.svg) center center no-repeat;
    background-size: contain;
}

/*logo slider*/
.logos-slider .slick-slide.slick-active {
    text-align: center;
}
.logos-slider .slick-slide img {
    border: 0;
    height: auto;
    width: 100%;
    max-width: 150px;
}
.custom-arrows button.slick-arrow {
    background: transparent;
    text-indent: -9999px;
    border: 0;
    box-shadow: initial;
    max-width: initial;
    width: initial;
    display: inline-block;
    position: absolute;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
}
.custom-arrows button.slick-prev.slick-arrow{
    background: url(../images/left.png) center center no-repeat;
    background-size: contain;
    left: 10px;
}
.custom-arrows button.slick-next.slick-arrow{
    background: url(../images/right.png) center center no-repeat;
    background-size: contain;
    right: 10px;
}
.custom-arrows.grey-arrows button.slick-prev.slick-arrow{
    background: url(../images/left-grey.png) center center no-repeat;
    background-size: contain;
    left: 10px;
}
.custom-arrows.grey-arrows button.slick-next.slick-arrow{
    background: url(../images/right-grey.png) center center no-repeat;
    background-size: contain;
    right: 10px;
}

.header-inner {
    width: 95%; 
    max-width: 1100px; 
}
.single .masthead {
    padding-top: 90px;
}

#masthead,
#masthead ul li a {
    font-family: proxima-nova, sans-serif;
    font-weight: 400; 
    font-style: normal; 
    font-size: 18px; 

}
.page-portfolio .big-fontsize{
    font-size: 23px;
}
.news-header h1{
    margin-bottom: 0;
}
nav.main-navigation ul {
    text-transform: capitalize;
}
nav li a {
    color: #004768; 
}
nav ul li.top-right {
    padding-left: 35px;
}
nav ul li.top-right a {
    font-weight: bold;
}
nav .top-right a {
    font-weight: bold !important;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

html body .entry-content > .alignfull {
    margin-top: 0; 
}

.hentry {
    margin: 0; 
}

.wp-block-kadence-rowlayout {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}
.wp-block-kadence-rowlayout.alignfull {
    width:100%;
    max-width: 100%;
}
.knockout .home-info-text{
    color: #ffffff;
    font-size: 24px;
}
.knockout p,
.knockout span {
    font-family: 'proxima-nova';
    font-size: 42px;
    letter-spacing: 0;
    line-height: 1.35em;
    font-weight: 300; 
}

.wp-block-buttons.is-style-outline {
    border-color: #004768; 
}
.wp-block-button.is-style-outline a,
.wp-block-button.is-style-outline a:link,
.wp-block-button.is-style-outline a:visited,
.wp-block-button.is-style-outline a:hover {
    color: #004768; 
}
.wp-block-button.is-style-outline a:hover {
    color: #00476850; 
}
.wp-block-button__link {
    font-size: 26px;
    padding: 17px 28px;
}

ul {
    list-style-type: '- ';
}
p.blue {
    color: #004768; 
}


div.n2-section-smartslider .n2-ss-slider .n2-ow.n2-bullet {
    background: url("../images/slider-normal.png")!important; 
    padding: calc(70vw * .017) !important;
    background-size: contain !important;
}
div.n2-section-smartslider .n2-ss-slider .n2-ow.n2-bullet.n2-active {
    background: url("../images/slider-active.png")!important;
    padding: calc(70vw * .017) !important;
    background-size: contain !important;
    
}

.single .subpage{
    padding: 0 15px;
}

.view-posts-area .post-inner {
    padding: 0 10px;
}
.view-posts-area .post-image {
    margin-bottom: 15px; 
}
.view-posts-area .post-inner h3,
.view-posts-area .post-inner h3 a {
    font-size: 22px;
    line-height: 1.25em; 
    color: #535554; 
    font-weight: normal; 
}
.view-posts-area .post-inner {
    text-align: center; 
}

.learnmore a {
    color: #004768;
    border: 2px solid #004768;
    margin: 20px 0;
    display: inline-block;
    padding: 10px 10px;
}

.reachout p {
    font-size: 24px; 
}
.reachout h2 {
    font-size: 42px;
    margin: 30px 0; 
}
.icon-section {
    display: flex;
    align-items: center;
    margin-bottom: 15px;  
}

.icon-section .icon-block.phone {
    background: url("../images/phone-icon.png") center center no-repeat
}
.icon-section .icon-block.email {
    background: url("../images/email-icon.png") center center no-repeat; 
}
.icon-section .icon-block {
    height: 57px;
    width: 57px;
    background-size: contain !important;
}
.icon-section .content {
    padding-left: 15px; 
    font-size: 26px; 
    color: #004768;
}
.icon-section .content a{
    font-size: 26px; 
    color: #004768;
}
.portfoilio-info-columns .kt-inside-inner-col{
    height: 100%; 
}
.portfoilio-info-columns .kt-inside-inner-col .image-with-title{
    flex-basis: 100%;
    margin-bottom: 20px;
}
.portfoilio-info-columns .kt-inside-inner-col .wp-block-group{
    height: calc(100% - 535px);
}
.portfoilio-info-columns .kt-inside-inner-col .wp-block-group .wp-block-group__inner-container{
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-items: flex-start;
}
.portfoilio-info-columns .kt-inside-inner-col .wp-block-group .wp-block-group__inner-container .wp-block-buttons{
    align-self: flex-end;
}
.portfolio-title{
    font-size: 24px;
    line-height: 28px;
}
/****** Single ******/
.single main#primary {
    width: 100%; 
    max-width: 1100px; 
    margin: 0 auto 40px; 
}
.single h1 {
    font-size: 42px; 
    text-align: center; 
    margin: 0; 
    font-family: "proxima-nova";
}
.single p,
.single li {
    font-size: 24px; 
    line-height: 1.5em; 
    margin-top: 0; 
}
.single main li {
    margin-bottom: .75em;
}

.single .postmeta {
    font-size: 28px; 
    text-align: center; 
    margin: 30px 0 20px; 
    color: #535554; 
}
.sharethis-inline-share-buttons {
    margin-top: 30px;
}
.st-label{
    top: 4px;
}
.view-posts-area .row{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-wrap: wrap;
}
.view-posts-area .row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}
.view-posts-area .row > [class*='col-'] .post-inner{
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
    align-content: unset;
}
.view-posts-area .learnmore{
    align-self: flex-end;
}
/**** Pages *****/
.under-mast p {
    font-size: 22px;
    line-height: 1.35em;
    font-weight: 300;
}


/* Footer */
.site-footer {
    background: #004768; 
    padding: 60px 0; 
    font-size: 18px; 
}



/**** Pages *****/
header.entry-header {
    margin: 0; 
    padding: 0; 
    width: 100%; 
    max-width: 100%; 
    vertical-align: bottom; 
}
header.entry-header img {
    margin-bottom: 0 !important; 
}

.page-portfolio h3 {
    font-weight: 300; 
    color: #535554; 
    margin: 50px 0 20px; 
}
.page-portfolio p {
    font-size: 24px;
    line-height: 1.33em;
}

span.wpcf7-form-control-wrap {
    display: block;
    padding: 10px 20px;
}
input.wpcf7-submit {
    color: #9d9fa2;
    font-weight: 300;
    border: 1px solid #9d9fa2;
    box-shadow: none !important;
    border-radius: 0;
}
.row.centered-content {
    text-align: center; 
}


.wpcf7-form-control-wrap>*:focus {
    outline: none;
}

.ptam-post-grid-items article {
    display: flex;
}

.ptam-post-grid-items article .ptam-block-post-grid-image {
    flex: 1;
}

.ptam-block-post-grid .ptam-block-post-grid-text{
	flex: 5;
}
.anr_captcha_field{
    display: block;
    padding: 10px 20px;
}