/*
.mega-sub-menu .mega-menu-link.active::after{
    content:'';
    display: none !important;
    background:none !important;
}*/
html, body {
  overflow-x: hidden;
}
html, body.home {
  overflow-x: inherit !important;
}
.faq-container {
    background: white;
}
.announcement-banner {
  	margin-top: 114px;
    background-color: #3056A4;
    color: white;
    text-align: center;
    font-weight: 600 !important;
    height: 70px;
    overflow: hidden;
    display: flex;
    align-items: center;
  	z-index: 981 !important;
}
.related-links-block h4 {
    color: #0c1e45;
    margin-bottom: 24px;
    font-weight: normal;
}
.related-links-block .related-links-title {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 16px;
}
.related-links-list {
    list-style: none;
    padding-left: 0;
}
.related-links-list > li {
    margin-bottom: 16px;
}
.related-links-list > li > a {
    color: #2d54aa;
    font-weight: 500;
    line-height: 1.5;
    font-family: 'Roboto';
}
.related-links-list > li > a:hover {
    text-decoration: none;
}
.announcement-banner p {
   width: 100%;
   margin: 0 auto;
   text-align: center;
   padding: 8px 16px;
   line-height: 1.2;
   color: white !important;
   font-weight: 600 !important;
}
.announcement-banner a {
  color: white !important;
  text-decoration: underline !important;
}
span.announcement-banner-close {
    margin-left: 16px;
    color: white;
    font-size: 20px;
    display: inline-block;
    position: absolute;
    top: 8px;
  	cursor: pointer;
}
@media screen and (max-width: 992px){
  .announcement-banner {
    margin-top: 74px;
  }
  span.announcement-banner-close {
    top: 57%;
    right: 16px;
  }
}
@media screen and (max-width: 600px) {
  .announcement-banner {
     margin-top: 59px;
     height: 100px;
  }
  span.announcement-banner-close {
    top: 70px;
    right: 16px;
  }
}
.pardot-form {
    visibility: hidden;
    height: 1px;
    margin-bottom: -15px;
}
.embeddedServiceHelpButton .helpButton .uiButton {
  background: #305ec8 !important;
}
.footer-logo{}
.footer-logo img{
	width: 146.7px;
	height: 20px;
	object-fit: contain;
}
.footer-list{}
.footer-list ul{
	list-style: none;
    text-align: right;
}
.footer-list ul li{
	display: inline-block;
	padding:0 24px;
}
.footer-list ul li a{
	color:#FFF;
	font-family: Roboto;
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	line-height: 1.5;
	transition: .2s ease;
}
.footer-list ul li a:hover{
	transition: .2s ease;
	text-decoration: none;
	color:#6290f9;
}
.site-info{
	padding-top:32px;
	padding-bottom:32px;
}
footer hr {
    margin-top: 1rem;
    margin-bottom: 0rem;
    border: 0;
    border-top: 1px solid #2d54aa;
    padding-bottom: 16px;
}
.bottom-footer{}
.bottom-footer ul{
	list-style: none;
	padding:0;
	margin:0;
}
.bottom-footer ul li{
	display: inline-block;
	padding-right:24px;
}
.bottom-footer ul li a{
	transition: .2s ease;
	text-decoration: none;
}
.bottom-footer ul li a:hover{
	transition: .2s ease;
	text-decoration: none;
	color:#6290f9;
}
.bottom-footer ul li a img:hover{
	transition: .2s ease;
}

.bottom-footer ul li span{
	font-family: Roboto;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.67;
	letter-spacing: 1px;
	color: #15a79d;
}
.social-icon {
    color: #FFF !important;
    font-size: 1.5rem !important;
    transition: .2s ease;
}
.social-icon:hover{
	color:#6290f9 !important;
	text-decoration: none !important;
	transition: .2s ease;
}
.tooltip-inner {
    background-color: #bfd2ff;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #000000;
    max-width: 234px;
    max-width: none;
    padding: 8px 16px;
  	border-radius: 8px;
}
.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: 0 !important;
    top: -22px !important;
}
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    top: 6px;
    border-width: .9rem 1rem 0;
    border-top-color: #bfd2ff;
}
.tooltip .arrow{
    left: 102px !important;
}
.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    /* overflow: auto; */
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    /* position: relative; */
    /* text-align: left; */
    vertical-align: middle;
    padding: 40px 48px 40px 48px;
}
.newsletter-modal-body h4{
	max-width: 384px;
	min-height: 96px;
	font-family: FreightTextProBook;
	font-size: 40px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: normal;
	text-align: center;
	color: #0c1e45;
	margin-bottom:2rem;
}
.close-button {
    background: transparent;
    border: 0;
    position: absolute;
	padding:1rem;
    right: 0;
    top: 0;
}
.close-button img{
	height:24px;
	width:24px;
	object-fit:contain;
}
.newsletter-modal-body ul{
	list-style-type:none;
	padding:0;
    padding-left: 26px;
}
.newsletter-modal-body ul li{
	min-height: 24px;
	font-family: Roboto;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #0c1e45;
	padding-bottom:25px;
}
.newsletter-modal-body ul li:before {
    content: '';
    background-image: url(/wp-content/uploads/2019/11/checkmark-1.png);
    display: inline-block;
    width: 24px;
    height: 24px;
    object-fit: contain;
    z-index: 99;
    margin-right: 1rem;
    background-size: contain;
    vertical-align: middle;
}
.newsletter-modal-body ul li{}
.fancybox-bg {
    background: rgba(12, 30, 69, 0.9) !important;
}
#gform_4 #input_4_1{
	width: 272px !important;
    height: 40px;
    background-color: #eff8ff;
    border: 0;
    border-radius: 0;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #4c5b66 !important;
    padding-left: 1rem;
}
 form#gform_4{
    width: 100%;
    margin: 0 auto;
}
#gform_confirmation_wrapper_4{
    min-height: 24px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #0c1e45;
    padding-bottom: 25px;
    text-align: center;
}
#gform_4 #field_4_1{
	color: #4c5b66 !important;
}
#gform_4 #input_4_1::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #4c5b66 !important;
}

#gform_4 #input_4_1:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #4c5b66 !important;
}

#gform_4 #input_4_1::-ms-input-placeholder { /* Microsoft Edge */
  color: #4c5b66 !important;
}
#gform_4 #gform_submit_button_4{
    width: 104px;
    height: 40px;
    background-color: #4c5b66 !important;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #e4eaed;
    border: 0;
}
#gform_confirmation_wrapper_4 #gform_confirmation_message_4 {
    font-size: 24px;
    font-family: FreightTextProBook;
    color: #15a79d;
}
.privacy-container h2{
    font-size:24px;
    margin-bottom:1rem;
}
.privacy-container .aligncenter{
    margin: auto;
    max-width: 100%;
    width: 100%;
    object-fit: contain;
    height: auto;
}
.page-template-base-template .container-fluid.full{
	padding:0;
	overflow-x: hidden;
	background-color: #0c1e45;
}
.page-template-base-template{}
.page-template-base-template .entry-header {
    height: 15em;
    background-color: #0c1e45;
    max-width: 65rem;
    margin: 0 auto;
}
.page-template-base-template #main {
    background-color: #eff8ff;
    position: relative;
    z-index: 0;
}
#accordion{
	background: white;
	z-index: 9999;
	position: relative;
}
.panel-heading {
	padding: 0;
	border:0;
}
.panel-title>a, .panel-title>a:active{
	display:block;
	padding:1rem;
	text-decoration:none;
    font-size: 24px;
    line-height: 1.56;
    color: #000000;
    margin-top: 16px;
    font-family: FreightTextProBook;
}
.panel-heading a:before {
    font: normal normal normal 16px/1 FontAwesome;
    content: "\f0d7";
    float: right;
    transition: all 0.5s;
    position: relative;
    top: .6rem;
    color: #305ec8;
}
.panel-heading a:not(.collapsed):before {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	transform: rotate(-180deg);
} 
.wpBlockButton-box {
    margin-top: 3rem;
}
.wpBlockButton-box .wpBlockButton-btn {
    padding: .7rem 2rem;
}
#whitepaperModal{
	z-index: 9999999 !important;
}
.alignright{
	float:right;
}
.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.past-webinar-title{
	margin-bottom:3rem;
}
.past-webinar-video h4{
    font-size: 1.3rem;
    margin-bottom: 1rem;
    min-height: 3rem;
}
.download-cta-arrow{
	text-transform: none;
    letter-spacing: 0;
}
.download-webinar-link{
	margin-top:1.5rem;
}
.wp-caption-text{
    text-align: center;
    font-size: .8rem;
    margin-top: 1rem;
    font-weight: bold;
}
.xs-btn{
    background-color: #305ec8;
    color: #FFF;
    padding: .5rem 1rem;
    transition: .2s ease;
    font-weight: 500;
    font-size: .8rem;
}
.wpBlock{}
.wpBlockTitle{
    padding-top: 24px;
    object-fit: contain;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #2d54aa;
    margin-bottom: 32px;
    letter-spacing: 0;
}
.wpBlockContent{
    font-size: 16px;
    line-height: 1.56;
    color: #000000;
    margin-top: 16px;
}
.wpCard {
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: none;
    border: 0;
    margin-bottom: 32px;
    /*min-height: 290px;*/
    padding: 24px;
}
.wpCard-container {
    /* margin-top: 4rem; */
    /*padding-bottom: 14rem;*/
    max-width: 1024px;
    margin: 0 auto 0 auto;
}
.wpBlockButton-box{}
.wpBlockButton-box .wpBlockButton-btn{}


.wpBlock-container {
    margin-top: 52px;
    font-family: Roboto;
    position: relative;
    padding-bottom: 5rem;
}

.wpBlock-container:before {
    content: '';
    background-image: url(/wp-content/uploads/2019/09/pattern-xl-middle@2x.png);
    background-size: contain;
    width: 379px;
    height: 884px;
    position: absolute;
    background-repeat: no-repeat;
    top: 6.2rem;
}
.wpBlock-container:after {
    content: '';
    background-image: url(/wp-content/uploads/2019/09/pattern-xl-bottom@2x.png);
    width: 379px;
    height: 884px;
    position: absolute;
    right: 0;
    background-size: contain;
    bottom: -15rem;
    z-index: -1;
    background-repeat: no-repeat;
}
#whitepaperModal .gfield input {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100% !important;
    border: none;
    text-transform: none;
    background-color: transparent;
    border-bottom: 1px solid #000;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #000 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    -webkit-appearance: none !important;
    border-radius: 0 !important;
}
#whitepaperModal .gfield {
    position: relative;
    margin-bottom: 1rem;
}
#whitepaperModal .gfield input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #000 !important;
}
#whitepaperModal .gfield input::-moz-placeholder { /* Firefox 19+ */
	color: #000 !important;
}
#whitepaperModal .gfield input:-ms-input-placeholder { /* IE 10+ */
	color: #000 !important;
}
#whitepaperModal .gfield input:-moz-placeholder { /* Firefox 18- */
	color: #000 !important;
}
#whitepaperModal .gfield input::placeholder { /* Firefox 18- */
	color: #000 !important;
}
.page-template-base-template .modal-backdrop {
    background-color: rgba(12, 30, 69, 0.7);
}
.calc-container-block {
    /* margin-top: 4rem; */
    /* padding-bottom: 14rem; */
    max-width: 67rem;
    margin: 0 auto 0 auto;
}
.calc-row{
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 5rem;
}
.calc-block {
    padding: 16px;
    width: 536px;
    height: 100%;
}
.calc-block:nth-child(odd){}
.calc-block:nth-child(even) {
    position: relative;
    top: 6rem;
}
.calc-title-block{
    padding-top: 24px;
    object-fit: contain;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #2d54aa;
    margin-bottom: 32px;
    letter-spacing: 0;
    text-transform: uppercase;
}
.block-icon img{
    max-width: 40px;
    max-height: 40px;
    object-fit: contain;
}
.c-title{
    position: relative;
}
.calc-title-block:after{
    content: "";
    background-color: #15a79d;
    width: 40px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -16px;
}
.card-meta-calc{}
.card-meta-calc ul{
    list-style: none;
    padding:0;
    margin:0;
}
.card-meta-calc ul li{}
.card-meta-calc ul li a{
    color: #305ec8;
    font-weight: 700;
}
.card-meta-calc ul li a:hover{
    color: #2d54aa;
    text-decoration: none;
}
.card-meta-calc ul li a span{
    margin-left: 0px;
    transition: .2s ease;
}
.card-meta-calc ul li a:hover span{
    margin-left: 5px;
    transition: .2s ease;
}
.calc-content-top {
    margin-bottom: 3.5rem;
}
.calc-content-top p{
    font-family: FreightTextProBook;
    font-size: 24px;
    text-align: center;
}
.page-id-1337 .wpBlock-container{
    margin-top:4rem;
}
.past-webinar-video{
    margin-bottom:4rem;
}
#gform_submit_button_1,
#gform_submit_button_8 {
    visibility: hidden;
}
.blog-cta:hover {
    text-decoration: none;
}
.blog-cta:hover .post-link span {
    margin-right: 0;
    transition:.2s ease;
}
.post-link span {
    margin-right: .5rem;
    transition:.2s ease;
}
.post-link a:hover span{
    margin-right:0;
}
.post-link a span{
    margin-right:.5rem;
}
.quoteBlock blockquote {
    background: transparent;
    border-left: 4px solid #15a79d;
    padding: 0.5em 24px;
    margin:2rem 0;
    position: relative;
}
.quoteBlock blockquote p{
    quotes: "\201C""\201D""\2018""\2019";
}
.quoteBlock blockquote p:before {
    content: open-quote;
    position: absolute;
    left: 11px;
}
.quoteBlock blockquote p:after {
    content: close-quote;
}
.quoteBlock blockquote p {
    display: inline;
    font-family: FreightTextProMedium;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #000000;
}
.mega-menu-link.active::after {
    content: "";
    display: block !important;
    position: absolute;
    width: 67%;
    height: 2px;
    background: #15a79d;
    /* top: 0; */
    bottom: 0;
}
.skip-link{
    line-height: 40px;
    height: 40px;
    padding: 0px 24px 0px 24px;
    background: #305ec8;
    color:#FFF;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

@font-face {
    font-family: FreightTextProBook;
    src: url(/wp-content/themes/WestPak/fonts/Freight_Text_Pro.ttf);
    font-weight: normal;
}

@font-face {
    font-family: FreightTextProMedium;
    src: url(/wp-content/themes/WestPak/fonts/Freight_Display_Pro.ttf);
    font-weight: normal;
}

@font-face {
    font-family: 'westpak';
    src: url('/wp-content/themes/WestPak/fonts/westpak.eot?28304942');
    src: url('/wp-content/themes/WestPak/fonts/westpak.eot?28304942#iefix') format('embedded-opentype'),
        url('/wp-content/themes/WestPak/fonts/westpak.woff?28304942') format('woff'),
        url('/wp-content/themes/WestPak/fonts/westpak.ttf?28304942') format('truetype'),
        url('/wp-content/themes/WestPak/fonts/westpak.svg?28304942#westpak') format('svg');
    font-weight: normal;
    font-style: normal;
}
.invalid{
	display:none;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
    color: #f57878;
    margin-bottom:0;
}
.icon-email:before {
    content: '\e800';
    font-family: "westpak";
    font-style: normal;
    font-weight: normal;
}

.icon-linked-in:before {
    content: '\e801';
    font-family: "westpak";
    font-style: normal;
    font-weight: normal;
}

.icon-search-dark:before {
    content: '\e802';
    font-family: "westpak";
    font-style: normal;
    font-weight: normal;
}

.icon-thanks:before {
    content: '\e803';
    font-family: "westpak";
    font-style: normal;
    font-weight: normal;
}

.icon-youtube:before {
    content: '\e804';
    font-family: "westpak";
    font-style: normal;
    font-weight: normal;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
    color: #305ec8 !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
    top: 4rem !important;
}

#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-14>a.mega-menu-link:hover {
    background-color: #2d54aa;
    transition: .2s ease;
    color: #FFF;
    text-decoration: none;
}
#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-14>a.mega-menu-link {
    color: #FFF !important;
}

#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-1032>a.mega-menu-link:before,
#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-36>a.mega-menu-link:before {
    background-position: 0px 3px;
}

.mobileNumberContainer {
    margin-top: 7rem;
    margin-bottom: 2rem;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
    content: "\f0d7";
    font: normal normal normal 16px/1 FontAwesome;
    vertical-align: baseline;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    font-weight: 500 !important;
}



.serviceDetail:not(.fixed) svg #light-logo {
    fill: #FFF !important;
}

.serviceDetail svg #light-logo {
    fill: #0C1E45 !important;
}

.serviceDetail:not(.fixed) #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    color: #FFF;
}

.serviceDetail.fixed #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    color: #000 !important;
}

.serviceDetail #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    color: #FFF;
}

.serviceDetail #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
.serviceDetail #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
.serviceDetail #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
    background: rgba(255, 255, 255, 0);
    color: #FFF;
    font-weight: normal;
    text-decoration: none;
    /* border-color: #fff; */
    /* border-bottom: 2px solid #15a79d; */
}





.header-cta a {
    background-color: #305ec8;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #ffffff !important;
    padding: 8px 24px;
    transition: .2s ease;
}

.header-cta a:hover {
    background-color: #2d54aa;
    transition: .2s ease;
    color: #FFF;
    text-decoration: none;
}

.navbar-nav,
.navbar .collapse,
.navbar-nav li {
    position: static;
    padding: 0 1.5rem;
}

#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu>ul.mega-sub-menu,
#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
    transform: translate(0, 0px);
    top: 57px !important;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner,
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before,
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
    width: 32px;
    height: 3px;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-center .mega-toggle-block {
    margin-left: 0;
    margin-right: 24px;
}

#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-8 {
    margin-top: 0px !important;
}

.hidden-desktop {
    display: none;
}

.tabletButton a.blue-cta {
    background-color: #305ec8;
    color: #FFF;
    padding: 8px 24px;
    transition: .2s ease;
    font-size: 1rem;
}

.searchMobile {
    margin-right: 16px;
}

.searchMobile a {
    color: #2d54aa;
    font-size: 1.5rem;
    transition: .2s ease;
}

.searchMobile a:hover {
    color: #2d54aa;
    font-size: 1.5rem;
    transition: .2s ease;
    text-decoration: none;
}

.navSpacerMobile {
    margin: 0 16px;
}

.navSpacerMobile:after {
    content: '';
    width: 2px;
    height: 67px;
    background-color: #eff8ff;
    position: absolute;
    top: -17px;
    bottom: 0px;
}

.mega-menu-link .media .media-body h5 {
    transition: .2s ease;
}

.mega-menu-link:hover .media .media-body h5 {
    transition: .2s ease;
    color: #2d54a9;
}

.navMegaHeader {
    max-width: 232px;
    object-fit: contain;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #000000;
}

.navMegaContent {
    max-width: 232px;
    /*height: 40px;*/
    object-fit: contain;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #657987;
}

.container {
    padding: 0 2rem;
}

.navbar .custom-logo-link img {
    width: 228px;
    height: 48px;
    object-fit: contain;
}

/*TOPBAR ABOVE NAV*/
/*TOPBAR ABOVE NAV*/
/*TOPBAR ABOVE NAV*/
/*TOPBAR ABOVE NAV*/
/*TOPBAR ABOVE NAV*/
.fixed {
    background-color: #FFF !important;
    transition: .2s ease;
    box-shadow: 0 0 8px 0 rgba(12, 30, 69, 0.14);
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

#navbar {
    /* position: relative; */
    z-index: 995 !important;
}


.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.search-form {
    max-width: 592px;
    margin: 0 auto;
}

.search-form .input-group {
    border-bottom: 2px solid #15a79d;
}

.search-form button span {
    color: #305ec8;
}

.search-form button {
    border: 0px;
    background-color: transparent;
}

.search-form input {
    height: calc(1em + .75rem + 2px);
    font-family: FreightTextProBook;
    font-size: 40px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #8ea4b4;
    border-radius: 0;
    background: transparent;
    padding: 0;
    border: 0;
}

.mt8rem {
    margin-top: -.8rem;
}

.close-search {
    background-color: transparent;
    border: 0;
    float: right;
    z-index: 999;
}

.close-search img {
    max-width: 24px;
    max-height: 24px;
    object-fit: contain;
}

.search-container {
    display: none;
    width: 100%;
    position: absolute;
    background-color: #081530;
    padding: 0;
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0px;
    height: 128px;
    z-index: 9888;
    padding: 1rem 2rem;
}

#topNav {
    height: 40px;
    background-color: #081530;
    z-index: 997 !important;
    transition: top 0.1s ease-in-out;
}

#topNav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#topNav li span a {
    color: #89adff;
    text-decoration: none;
}

#topNav li span {
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #b6c7d3;
}

#topNav li {
    display: inline-block;
    margin: 0 16px 0 0;
    padding: 0;
}

.fixed-top {
    transition: .2s ease;
}

.pl-32 {
    padding-left: 32px !important;
}

.pr-32 {
    padding-right: 32px !important;
}

.nav-up {
    top: -40px;
}



/*HOME PAGE*/
/*HOME PAGE*/
/*HOME PAGE*/
/*HOME PAGE*/
/*HOME PAGE*/
/*HOME PAGE*/
/*HOME PAGE*/
/*HOME PAGE*/
/*HOME PAGE*/
/*HOME PAGE*/
/*HOME PAGE*/
/*HOME PAGE*/
/*HOME PAGE*/
/*HOME PAGE*/
/*HOME PAGE*/
/*HOME PAGE*/
/*HOME PAGE*/
/*HOME PAGE*/
/*HOME PAGE*/
/*HOME PAGE*/
/*HOME PAGE*/
/*HOME PAGE*/
/*HOME PAGE*/
/*HOME PAGE*/
body.home {
    background-color: #eff8ff;
}
body.home .contact-band{
    background-color:white;
}
.header-text {
    max-width: 704px;
}

.home-header {
    background-color: #eff8ff;
    position: relative;
    height: 480px;
}

.inner-header {
    padding-top: 14rem;
    position: relative;
    z-index: 980 !important;
}

.header-text h1 {
    font-family: FreightTextProBook;
    font-size: 64px;
    line-height: 1.13;
    color: #0c1e45;
    margin-bottom: 0;
}

.header-button {
    margin-top: 32px;
}

.blue-cta:hover {
    background-color: #2d54aa;
    transition: .2s ease;
    color: #FFF;
    text-decoration: none;
}

.blue-cta {
    background-color: #305ec8;
    color: #FFF;
    padding: 16px 24px;
    transition: .2s ease;
    font-weight: 500;
}

.animated-container {
    position: relative;
    transform: translate(0, -20rem);
}

.quality-container {
    position: relative;
    padding: 2rem 0;
    margin-top: -31rem;
}
.quality-standards{
    max-width: 24rem;
    margin-left: auto;
}
.quality-standards img {
    width: auto !important;
    height: 48px;
    object-fit: contain;
    margin-bottom: 16px;
}

.quality-standards h2 {
    width: 384px;
    height: 96px;
    font-family: FreightTextProBook;
    font-size: 40px;
    line-height: 1.2;
    color: #0c1e45;
}

.quality-standards p {
    width: 488px;
    height: 196px;
    object-fit: contain;
    font-size: 18px;
    line-height: 1.56;
    color: #000000;
    margin-top: 16px;
}

.arrow-cta {
    width: 146px;
    height: 24px;
    object-fit: contain;
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #2d54aa;
    text-transform: uppercase;
    transition: .2s ease;
}

.arrow-cta:hover {
    text-decoration: none;
    transition: .2s ease;
}

.arrow-cta:hover span {
    text-decoration: none;
    transition: .2s ease;
    margin-left: 5px;
}

.arrow-cta span {
    transition: .2s ease;
    margin-left: 0;
}

.quality-container {
    position: relative;
}

.quality-image {
    position: absolute;
    max-width: 696px;
    mix-blend-mode: multiply;
    right: 0;
    bottom: -144px;
}

.card-container {
    padding-top: 9rem;
    padding-bottom: 5rem;
    background: url(https://www.westpak.com/wp-content/uploads/2019/09/right@2x.png) right 9rem, no-repeat, url(https://www.westpak.com/wp-content/uploads/2019/09/left@2x.png) left 12rem no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: 32rem auto;
}

.card-container .card {
    border-radius: 4px;
    box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    padding: 1rem;
    max-width: 488px;
    margin: 0 auto;
}

.img-100 {
    width: 100%;
}

.card-meta {
    padding-top: 1rem;
}

.card-meta h3 {
    font-family: Roboto;
    font-size: 24px;
    line-height: 1.33;
    color: #0c1e45;
    font-weight: 400;
    max-width: 384px;
}

.heavy-mt {
    margin-top: 10rem;
}

.rounded {
    border-radius: 50% !important;
}

.testimonial {
    max-width: 480px;
    object-fit: contain;
    font-family: FreightTextProBook;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    margin: 0 auto;
}

.testimonial blockquote {
    padding-top: 24px;
}

.testimonial-container {
    position: relative;
    padding-top: 2rem;
    padding-bottom: 4rem;
}

.testimonial cite {
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    line-height: 2;
    color: #5C6E7A;
}

.testimonial-image {
    max-width: 96px;
    max-height: 96px;
    margin: 0 auto;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #15a79d !important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
}

.owl-prev img,
.owl-next img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.owl-prev {
    position: absolute;
    left: 15rem;
    top: 8rem;
}

.owl-next {
    position: absolute;
    right: 15rem;
    top: 8rem;
}

.testimonial blockquote:before,
.testimonial blockquote:after {
    content: '\201C';
}

.testimonial blockquote:after {
    content: '\201D';
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
    margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

.bg-db {
    background-color: #0c1e45;
}

.resources-image {
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}

.resources-content {
    padding: 72px 32px;
}

.resources-content h2 {
    font-family: FreightTextProBook;
    font-size: 40px;
    line-height: 1.2;
    color: #FFF;
}

.resources-content p {
    font-size: 18px;
    max-width: 459px;
    line-height: 1.56;
    color: #fff;
    margin-top: 16px;
    margin-bottom: 2rem;
}

.resources .card {
    border-radius: 4px;
    border: solid 1px #2d54aa;
    background-color: #18294e;
    color: #FFF;
    margin-bottom: 32px;
    position: relative;
    min-height: 160px;
    max-height: 200px;
    padding: 1rem;
}

/*.inner-resource-card.white-paper:after {
    content: '';
    background-image: url(https://www.westpak.com/wp-content/uploads/2019/09/download-hover@2x.png);
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    background-position: right;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 1rem;
}*/

.inner-resource-card.calculator:before {
    content: '';
    background-image: url(https://www.westpak.com/wp-content/uploads/2019/09/calculator-gray@2x.png);
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
}

.inner-resource-card.white-paper:before {
    content: '';
    background-image: url(https://www.westpak.com/wp-content/uploads/2019/09/white-paper-gray@2x.png);
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
}

.inner-resource-card span {
    margin-left: 2rem;
    text-transform: uppercase;
    border: 1px solid #158e89;
    object-fit: contain;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    line-height: 2;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    width: 137px;
    height: 24px;
    border-radius: 12px;
    border: solid 1px #15a79d;
    background-color: rgba(21, 167, 157, 0.2);
    padding: 4px 24px;
}

.inner-resource-card p {
    height: 72px;
    object-fit: contain;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #f6f6f8;
}

.resource-cards .resource-card:nth-child(even) {
    position: relative;
    top: 5rem;
}

.white {
    color: #FFF !important;
}

.resource-image-mobile {
    display: none;
}

.resource-image-mobile img {
    max-height: 365px;
    width: 100%;
    object-fit: cover;
}

.contact-us-inner {
    padding: 5rem;
}

.contact-us-inner h2 {
    max-width: 650px;
    /*height: 48px;*/
    object-fit: contain;
    font-family: FreightTextProBook;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #0c1e45;
    margin: 0 auto;
}

.contact-band .button-spacer {
    margin-top: 3rem;
}

@-webkit-keyframes kf_el_gkS8KzaQij_an_ROWK92TXh {
    33.33% {
        opacity: 0;
    }

    67.78% {
        opacity: 1;
    }

    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes kf_el_gkS8KzaQij_an_ROWK92TXh {
    33.33% {
        opacity: 0;
    }

    67.78% {
        opacity: 1;
    }

    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes kf_el_uX6pQHMVp5_an_hi9jA7WK5 {
    33.33% {
        opacity: 0;
    }

    67.78% {
        opacity: 1;
    }

    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes kf_el_uX6pQHMVp5_an_hi9jA7WK5 {
    33.33% {
        opacity: 0;
    }

    67.78% {
        opacity: 1;
    }

    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes kf_el_jih9AicmDx_an_NwiUWoAkQa {
    0% {
        stroke-dasharray: 1788.05;
    }

    100% {
        stroke-dasharray: 1788.05;
    }
}

@keyframes kf_el_jih9AicmDx_an_NwiUWoAkQa {
    0% {
        stroke-dasharray: 1788.05;
    }

    100% {
        stroke-dasharray: 1788.05;
    }
}

@-webkit-keyframes kf_el_jih9AicmDx_an_EvHM1qMCe {
    0% {
        stroke-dashoffset: 1788.05;
    }

    48.89% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes kf_el_jih9AicmDx_an_EvHM1qMCe {
    0% {
        stroke-dashoffset: 1788.05;
    }

    48.89% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes kf_el_gFVUQaJms7_an_G3-CiplULJ {
    0% {
        stroke-dasharray: 1794.92;
    }

    100% {
        stroke-dasharray: 1794.92;
    }
}

@keyframes kf_el_gFVUQaJms7_an_G3-CiplULJ {
    0% {
        stroke-dasharray: 1794.92;
    }

    100% {
        stroke-dasharray: 1794.92;
    }
}

@-webkit-keyframes kf_el_gFVUQaJms7_an_oZgYoVDz9 {
    0% {
        stroke-dashoffset: 1794.92;
    }

    48.89% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes kf_el_gFVUQaJms7_an_oZgYoVDz9 {
    0% {
        stroke-dashoffset: 1794.92;
    }

    48.89% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

#el_z_S2sVpfl * {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
    animation-timing-function: cubic-bezier(0, 0, 1, 1);
}

#el_jih9AicmDx {
    fill: none;
    stroke: #15A79D;
    stroke-width: 2.01;
    stroke-linecap: round;
    stroke-linejoin: round;
    -webkit-animation-fill-mode: forwards, forwards;
    animation-fill-mode: forwards, forwards;
    stroke-dashoffset: 1788.05;
    -webkit-animation-name: kf_el_jih9AicmDx_an_EvHM1qMCe, kf_el_jih9AicmDx_an_NwiUWoAkQa;
    animation-name: kf_el_jih9AicmDx_an_EvHM1qMCe, kf_el_jih9AicmDx_an_NwiUWoAkQa;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1), cubic-bezier(0, 0, 1, 1);
    animation-timing-function: cubic-bezier(0, 0, 1, 1), cubic-bezier(0, 0, 1, 1);
    stroke-dasharray: 1788.05;
}

#el_gFVUQaJms7 {
    fill: none;
    stroke: #305EC8;
    stroke-width: 2.01;
    stroke-linecap: round;
    stroke-linejoin: round;
    -webkit-animation-fill-mode: forwards, forwards;
    animation-fill-mode: forwards, forwards;
    stroke-dashoffset: 1794.92;
    -webkit-animation-name: kf_el_gFVUQaJms7_an_oZgYoVDz9, kf_el_gFVUQaJms7_an_G3-CiplULJ;
    animation-name: kf_el_gFVUQaJms7_an_oZgYoVDz9, kf_el_gFVUQaJms7_an_G3-CiplULJ;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1), cubic-bezier(0, 0, 1, 1);
    animation-timing-function: cubic-bezier(0, 0, 1, 1), cubic-bezier(0, 0, 1, 1);
    stroke-dasharray: 1794.92;
}

#el_gkS8KzaQij {
    fill: url(#Green_BG_1_);
    fill-opacity: 0.17;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
    -webkit-animation-name: kf_el_gkS8KzaQij_an_ROWK92TXh;
    animation-name: kf_el_gkS8KzaQij_an_ROWK92TXh;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
    animation-timing-function: cubic-bezier(0, 0, 1, 1);
}

#el_uX6pQHMVp5 {
    fill: url(#Blue_BG_1_);
    fill-opacity: 0.17;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
    -webkit-animation-name: kf_el_uX6pQHMVp5_an_hi9jA7WK5;
    animation-name: kf_el_uX6pQHMVp5_an_hi9jA7WK5;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
    animation-timing-function: cubic-bezier(0, 0, 1, 1);
}

#topNav .header-right-list {
    position: relative;
}

#topNav .header-right-list li:nth-child(1):after {
    content: '';
    height: 24px;
    background-color: #8ea4b4;
    width: 1px;
    position: absolute;
    right: 2rem;
}

#topNav .header-right-list li span img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

#topNav .header-right-list li {
    margin-right: 0 !important;
    margin-left: 1rem !important;
}

.autocomplete-suggestions {
    z-index: 999999;
}

.autocomplete-suggestion {
    padding: 10px 20px;
}

.autocomplete-suggestion:hover {
    background: #c7eae8;
}

/*End home page*/
/*End home page*/
/*End home page*/
/*End home page*/
/*End home page*/
/*End home page*/
/*End home page*/
/*End home page*/
/*End home page*/
/*End home page*/
/*End home page*/
/*End home page*/
/*End home page*/
/*End home page*/
/*End home page*/
/*End home page*/
/*End home page*/
/*End home page*/
/*End home page*/
/*End home page*/
/*End home page*/
/*End home page*/
/*End home page*/
/*End home page*/
/*End home page*/

/*BLOG PAGE*/
/*BLOG PAGE*/
/*BLOG PAGE*/
/*BLOG PAGE*/
/*BLOG PAGE*/
/*BLOG PAGE*/
/*BLOG PAGE*/
/*BLOG PAGE*/
/*BLOG PAGE*/
/*BLOG PAGE*/
/*BLOG PAGE*/
/*BLOG PAGE*/
/*BLOG PAGE*/
/*BLOG PAGE*/
/*BLOG PAGE*/
/*BLOG PAGE*/
/*BLOG PAGE*/
/*BLOG PAGE*/
/*BLOG PAGE*/
/*BLOG PAGE*/
/*BLOG PAGE*/
/*BLOG PAGE*/
/*BLOG PAGE*/
/*BLOG PAGE*/
/*BLOG PAGE*/
/*BLOG PAGE*/
/*BLOG PAGE*/
/*BLOG PAGE*/
/*BLOG PAGE*/
/*BLOG PAGE*/
/*BLOG PAGE*/
/*BLOG PAGE*/
/*BLOG PAGE*/
/*BLOG PAGE*/
/*BLOG PAGE*/
.blog-header {
    height: 568px;
    background-color: #0c1e45;
}

.cb-width {
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
}

.content-spacer {
    padding: 10rem 0;
}

.time {
    text-transform: uppercase;
}

.fp-meta {
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 1px;
    color: #0c1e45;
}
.blog .fp-meta {
    padding-bottom: 48px;
}
.card-bottom {
    padding: 0;
}

.bottom-post .featuredImage img {
    width: 176px;
    height: 176px;
    object-fit: contain;
}

.card-bottom .card-title {
    max-width: 288px;
    object-fit: contain;
    font-family: FreightTextProMedium;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #0c1e45;
    margin-bottom: 8px;
}

.card-bottom .card-text {
    max-width: 288px;
    height: 72px;
    object-fit: contain;
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #4c5b66;
}

//.card-bottom .card-img,
.bottom-f-image {
    width: 100%;
    height: 176px;
    object-fit: cover;
    max-width: 100%;
    object-position: top;
}
.card-bottom {
    box-shadow: none;
    background-color: #ffffff;
    border: 0;
}

.card-bottom .card-body {
    padding: 16px 0;
}

.blog-pagination {
    display: block;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    text-align: center;
    margin: 4rem auto;
}

.blog-pagination a {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #2d54aa;
    padding: 0 1rem;
    position: relative;
}

.blog-pagination .prev {
    margin-right: 8px;
}

.blog-pagination .next {
    margin-left: 8px;
}

.page-numbers.current {
    position: relative;
}

.page-numbers.current:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #2d54aa;
    width: 16px;
    height: 2px;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.page-numbers.current {
    padding: 0 1rem;
    color: #2d54aa;
}

.hidden-lg {
    display: none;
}

.fp-hr {
    border-top: 1px solid #6290f9;
    margin-top: 1rem;
    margin-bottom: .7rem;
}

/*.hidden-md{
	display: none;
}
.hidden-sm{
	display: none;
}*/


/*END BLOG PAGE*/
/*END BLOG PAGE*/
/*END BLOG PAGE*/
/*END BLOG PAGE*/
/*END BLOG PAGE*/
/*END BLOG PAGE*/
/*END BLOG PAGE*/
/*END BLOG PAGE*/
/*END BLOG PAGE*/
/*END BLOG PAGE*/
/*END BLOG PAGE*/
/*END BLOG PAGE*/
/*END BLOG PAGE*/
/*END BLOG PAGE*/
/*END BLOG PAGE*/
/*END BLOG PAGE*/
/*END BLOG PAGE*/
/*END BLOG PAGE*/
/*END BLOG PAGE*/
/*END BLOG PAGE*/
/*END BLOG PAGE*/
/*END BLOG PAGE*/
/*END BLOG PAGE*/
/*END BLOG PAGE*/
/*END BLOG PAGE*/
/*END BLOG PAGE*/
/*END BLOG PAGE*/
/*END BLOG PAGE*/
/*END BLOG PAGE*/
/*END BLOG PAGE*/
/*END BLOG PAGE*/
/*END BLOG PAGE*/
/*END BLOG PAGE*/
/*END BLOG PAGE*/
/*END BLOG PAGE*/




/*BLOG SINGLE*/
/*BLOG SINGLE*/
/*BLOG SINGLE*/
/*BLOG SINGLE*/
/*BLOG SINGLE*/
/*BLOG SINGLE*/
/*BLOG SINGLE*/
/*BLOG SINGLE*/
/*BLOG SINGLE*/
/*BLOG SINGLE*/
/*BLOG SINGLE*/
/*BLOG SINGLE*/
/*BLOG SINGLE*/
/*BLOG SINGLE*/
/*BLOG SINGLE*/
/*BLOG SINGLE*/
/*BLOG SINGLE*/
/*BLOG SINGLE*/
/*BLOG SINGLE*/
/*BLOG SINGLE*/
/*BLOG SINGLE*/
/*BLOG SINGLE*/
/*BLOG SINGLE*/
/*BLOG SINGLE*/
/*BLOG SINGLE*/
/*BLOG SINGLE*/
/*BLOG SINGLE*/
/*BLOG SINGLE*/
/*BLOG SINGLE*/
/*BLOG SINGLE*/
/*BLOG SINGLE*/
/*BLOG SINGLE*/
/*BLOG SINGLE*/
/*BLOG SINGLE*/
/*BLOG SINGLE*/
/*BLOG SINGLE*/
/*BLOG SINGLE*/
/*BLOG SINGLE*/
/*BLOG SINGLE*/
/*BLOG SINGLE*/
.post-gallery {
    max-width: 50rem;
    margin: 40px auto;
}
.post-gallery img{
    width: 100%;
    height: 168px;
    object-fit: cover;
}
.single-post .content-wrapper {
    max-width: 1024px !important;
}

.single-post .entry-content {
    margin-bottom: 56px;
    padding: 0 32px;
}

.single-post {
    font-family: 'Roboto', sans-serif;
}

.post-title {
    max-width: 752px;
    /*height: 96px;*/
    object-fit: contain;
}

.featuredImage {
    margin-bottom: 2rem;
}

.featuredImage img {
    width: 100%;
    max-width: 100%;
}

.protip-top {
    margin-bottom: 8px;
}

.single-post .entry-content ul {
    padding-left: .2rem;
    list-style-type: none;
    max-width: 40rem;
    margin: 40px auto;
}

.single-post .entry-content ul li {
    padding-bottom: 16px;
}

.single-post .entry-content ul li::before {
    content: url(https://www.westpak.com/wp-content/uploads/2019/10/bullet-list.png);
    color: #15a79d;
    font-weight: bold;
    display: inline-block;
    width: 24px;
    margin-left: -1.5em;
    position: relative;
    top: -3px;
}

.protip-top img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    margin-right: 8px;
    vertical-align: middle;
}

.protip-top span {
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 1px;
    color: #0c1e45;
    text-transform: uppercase;
}

.protip-container {
    background-color: #eff8ff;
    max-width: 43rem;
    margin: 40px auto;
    padding: 2rem;
}

.protip-container .pro-tip p {
    margin-bottom: 0;
}

.protip-container .pro-tip {
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #000000;
}

.entry-title {
    font-family: FreightTextProBook;
    font-size: 40px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #0c1e45;
    margin-bottom: 2rem;
}

.entry-meta {
    max-width: 288px;
    object-fit: contain;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 1px;
    color: #0c1e45;
    text-transform: uppercase;
}

.single-post p {
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #000000;
}

.quoteBlock {
    max-width: 42rem;
    margin: 72px auto;
}

.quoteBlock blockquote {
    background: transparent;
    border-left: 4px solid #15a79d;
    padding: 0.5em 24px;
}

.quoteBlock blockquote p {
    display: inline;
    font-family: FreightTextProMedium;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #000000;
}

.contentBlock-wTitle {}

.contentBlock-wTitle .cbwt-title {
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: normal;
    color: #0c1e45;
    margin-bottom: 24px;
}

.contentBlock-wTitle .cbwt-content {}

.contentBlock-wTitle .cbwt-content p {}

.videoBlock {
    position: relative;
    margin: 40px auto;
}

.videoOverlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}

.video-image img {
    width: 100%;
    object-fit: cover;
    margin: 0 auto;
    display: block;
    max-height: 500px;
}

.playIcon {
    color: white;
    font-size: 6rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
}

.author-meta-info {
    background-color: #eff8ff;
    padding: 2rem;
    clear:both;
}
.single-post a {
    color: #305ec8;
    text-decoration: none;
    background-color: transparent;
}

.author-meta-info .media .media-body {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #4c5b66;
}

.author-meta-info .media .media-body h5 {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #4c5b66;
}

.recommended-articles h2 {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #0c1e45;
    font-weight: 300 !important;
}

.recommended-articles {
    margin-bottom: 56px;
}

.rec-article {
    margin-bottom: 72px;
}

.viewAllBlogContainer {
    margin-bottom: 80px;
    text-align: right;
}

.viewAllBlogContainer a {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #2d54aa;
    transition: .2s ease;
}

.viewAllBlogContainer a:hover {
    transition: .2s ease;
    color: #2d54aa;
    text-decoration: none;
}


/*END BLOG SINGLE*/
/*END BLOG SINGLE*/
/*END BLOG SINGLE*/
/*END BLOG SINGLE*/
/*END BLOG SINGLE*/
/*END BLOG SINGLE*/
/*END BLOG SINGLE*/
/*END BLOG SINGLE*/
/*END BLOG SINGLE*/
/*END BLOG SINGLE*/
/*END BLOG SINGLE*/
/*END BLOG SINGLE*/
/*END BLOG SINGLE*/
/*END BLOG SINGLE*/
/*END BLOG SINGLE*/
/*END BLOG SINGLE*/
/*END BLOG SINGLE*/
/*END BLOG SINGLE*/
/*END BLOG SINGLE*/
/*END BLOG SINGLE*/
/*END BLOG SINGLE*/
/*END BLOG SINGLE*/
/*END BLOG SINGLE*/
/*END BLOG SINGLE*/
/*END BLOG SINGLE*/
/*END BLOG SINGLE*/
/*END BLOG SINGLE*/
/*END BLOG SINGLE*/
/*END BLOG SINGLE*/
/*END BLOG SINGLE*/
/*END BLOG SINGLE*/
/*END BLOG SINGLE*/
/*END BLOG SINGLE*/
/*END BLOG SINGLE*/
/*END BLOG SINGLE*/
/*END BLOG SINGLE*/
/*END BLOG SINGLE*/
/*END BLOG SINGLE*/
/*END BLOG SINGLE*/
/*END BLOG SINGLE*/















/*Footer*/
/*Footer*/
/*Footer*/
/*Footer*/
/*Footer*/
/*Footer*/
/*Footer*/
/*Footer*/
/*Footer*/
/*Footer*/
/*Footer*/
/*Footer*/
/*Footer*/
/*Footer*/
/*Footer*/
/*Footer*/
/*Footer*/
/*Footer*/
/*Footer*/
/*Footer*/
/*Footer*/
/*Footer*/
/*Footer*/
/*Footer*/
/*Footer*/
/*Footer*/
/*Footer*/
/*Footer*/
/*Footer*/
/*Footer*/
/*Footer*/
/*Footer*/
/*Footer*/
/*Footer*/
/*Footer*/
/*Footer*/

#wrapper-footer {
    background-color: #081530;
    color: #FFF;
}








/*DETAIL LANDING PAGE*/
/*DETAIL LANDING PAGE*/
/*DETAIL LANDING PAGE*/
/*DETAIL LANDING PAGE*/
/*DETAIL LANDING PAGE*/
/*DETAIL LANDING PAGE*/
/*DETAIL LANDING PAGE*/
/*DETAIL LANDING PAGE*/
/*DETAIL LANDING PAGE*/
/*DETAIL LANDING PAGE*/
/*DETAIL LANDING PAGE*/
/*DETAIL LANDING PAGE*/
/*DETAIL LANDING PAGE*/
/*DETAIL LANDING PAGE*/
/*DETAIL LANDING PAGE*/
/*DETAIL LANDING PAGE*/

.landing-page-content-wrapper:before {
    content: '';
    background-image: url(https://www.westpak.com/wp-content/uploads/2019/09/pattern-xl-middle@2x.png);
    background-size: contain;
    width: 379px;
    height: 884px;
    position: absolute;
    background-repeat: no-repeat;
    top: 0.2rem;
}

.landing-page-content-wrapper:after {
    content: '';
    background-image: url(https://www.westpak.com/wp-content/uploads/2019/09/pattern-xl-bottom@2x.png);
    width: 379px;
    height: 884px;
    position: absolute;
    right: 0;
    background-size: contain;
    bottom: -6rem;
    z-index: -1;
    background-repeat: no-repeat;
}


.bg-image {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    transform: translate(0, 18rem);
}

.bg-image img {
    width: 494px;
    height: 616px;
    object-fit: contain;
}





.dp-header {
    background-color: #0c1e45;
    height: 616px;
    padding-top: 14rem;
    position: relative;
}

.dp-inner {
    max-width: 600px;
    margin-left: auto;
}

.dp-inner h1 {
    width: 488px;
    height: 96px;
    object-fit: contain;
    font-family: FreightTextProBook;
    font-size: 40px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #ffffff;
    margin-bottom: 1rem;
}

.dp-inner p {
    width: 560px;
    height: 112px;
    object-fit: contain;
    font-family: Roboto;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #ffffff;
    padding-top: 8px;
}

.dp-inner .dp-button {
    margin-top: 3rem;
}

.dp-bg-image:after {
    content: '';
    background-image: url(https://www.westpak.com/wp-content/uploads/2019/09/pattern-xl-top@2x.png);
    width: 494px;
    height: 616px;
    background-size: contain;
    margin: 0 0 0 auto;
    z-index: 0;
    transform: translate(0, -14rem);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 33rem;
}

.detail-images {
    z-index: 10;
    position: relative;
    transform: translate(0, -10rem);
}

.detail-images .top {
    max-width: 384px;
    height: 512px;
    object-fit: contain;
    margin-left: auto;
    display: block;
    position: relative;
    top: 4rem;
}

.detail-images .bottom {
    width: 312px;
    height: 312px;
    object-fit: contain;
    transform: translate(-55%, -50%);
    position: relative;
    margin-left: auto;
    display: block;
}

body.page-template-details-landing-page {
    background-color: #eff8ff;
}


/*.page-template-details-landing-page #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
    color:#FFF;
}
.page-template-details-landing-page .fixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
    color:#000;
}*/
.page-template-details-landing-page .testimonial-container {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 4rem;
}

.animated.delay-1s {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.content-header h2 {
    max-width: 652px;
    height: 96px;
    object-fit: contain;
    font-family: FreightTextProBook;
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    color: #000000;
    margin: 0 auto;
}

.landing-page-content-wrapper {
    margin-top: 10rem;
    position: relative;
}

.landing-page-card-container {
    /* margin-top: 4rem; */
    padding-bottom: 14rem;
    max-width: 1024px;
    margin:4rem auto 0 auto;
}

.landing-page-card-container {
    /* margin-top: 4rem; */
    padding-bottom: 14rem;
    max-width: 1024px;
    margin:4rem auto 0 auto;
}

.landing-page-card-container .card {
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: none;
    border: 0;
    margin-bottom: 32px;
    min-height: 290px;
    padding: 24px;
}

.landing-page-card-container .card-icon img {
    max-width: 40px;
    max-height: 40px;
    object-fit: contain;
}

.landing-page-card-container .card-title h4 {
    padding-top: 24px;
    object-fit: contain;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #2d54aa;
    margin-bottom: 32px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.landing-page-card-container .card-title {
    position: relative;
}

.landing-page-card-container .card-title h4 i {}

.landing-page-card-container .card-title h4:after {
    content: "";
    background-color: #15a79d;
    width: 40px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -16px;
}

.landing-page-card-container .card-content {}

.landing-page-card-container .card-content p {}

.landing-page-card-container .card-col:nth-child(even) {
    position: relative;
    top: 10rem;
}

.roboto {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.accreditations-card .button-spacer {
    padding-left: 1rem;
    padding-top: 1rem;
}

.accreditations-card {
    padding-left: 24px;
}

.accreditations-card img {
    width: 320px;
    height: 72px;
    object-fit: contain;
}

.landing-page-content-footer {
    margin-top: -5rem;
    padding-bottom: 6rem;
}

.landing-page-content-footer .contact-wrapper {}

.landing-page-content-footer .contact-wrapper h2 {
    max-width: 432px;
    margin: 0 auto;
    height: 96px;
    object-fit: contain;
    font-family: FreightTextProBook;
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    color: #0c1e45;
}

.contact-wrapper .button-spacer {
    margin-top: 3rem;
}

/*DETAIL TEMPLATE PAGE*/
/*DETAIL TEMPLATE PAGE*/
/*DETAIL TEMPLATE PAGE*/
/*DETAIL TEMPLATE PAGE*/
/*DETAIL TEMPLATE PAGE*/
/*DETAIL TEMPLATE PAGE*/
/*DETAIL TEMPLATE PAGE*/
/*DETAIL TEMPLATE PAGE*/
/*DETAIL TEMPLATE PAGE*/

body.page-template-detail-template {
    background-color: #eff8ff;
    position: relative;
}

.imageLeftContentRight {
    margin-top: 6rem;
}

.services-cta {
    background: white;
    position: relative;
    opacity: 0;
}

.services-cta .content {
    transition: opacity 0.5s ease 2s;
    opacity: 0;

}

.page-loaded .services-cta.left {
    animation-name: fromLeft;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 1;
}

.page-loaded .services-cta.right {
    animation-name: fromRight;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 1;
}

.page-loaded .services-cta .content {
    opacity: 1;

}

@keyframes fromLeft {
    from {
        width: 50px;
        transform: translate(50px, 60vh);
        /*max-height: 0;*/
    }

    to {
        width: 100%;
        transform: translate(0);
        /*height: 500vh;*/
    }
}


@keyframes fromRight {
    from {
        width: 50px;
        transform: translate(80vw, 60vh);
    }

    to {
        width: 100%;
        transform: translate(0);
    }
}

.arrow-cta-left {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #2d54aa;
    transition: .2s ease;
}

.arrow-cta-left:hover {
    text-decoration: none;
    transition: .2s ease;
    margin: 0;
}

.arrow-cta-left:hover i {
    position: relative;
    right: 5px;
    transition: .2s ease;
}

.arrow-cta-left i {
    position: relative;
    right: 0;
    transition: .2s ease;
}

.back {
    margin-bottom: 24px;
}

.detail-wrapper {
    padding: 1.5rem 4rem 4rem 6rem;
}

.detail-icon {}

.detail-icon img {
    width: 40px !important;
    height: 40px;
    object-fit: contain;
    margin-bottom: 24px;
}

.detailInfo {}

.detailInfo h1 {
    /*width: 103px;*/
    height: 32px;
    object-fit: contain;
    font-family: Roboto;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #0c1e45;
}

.detailInfo p {
    max-width: 488px;
    min-height: 240px;
    font-size: 40px;
    line-height: 1.2;
    color: #0c1e45;
    font-family: FreightTextProBook;
}

.detailInfoRight {}

.detailInfoRight span {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 1px;
    color: #0c1e45;
    text-transform: uppercase;
}

.detailInfoRight ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 16px;
}

.detailInfoRight ul li {
    padding: 0 0 16px 0;
}

.detailInfoRight ul li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #2d54aa;
}

.blueLine {
    margin-top: 4rem;
    margin-bottom: 0rem;
    border: 0;
    border-top: 1px solid #6290f9;
}

.imageLeft {}

.imageLeft img {
    width: 100%;
}

.contentRight {}

.headingBlock {
    max-width: 455px;
    min-height: 48px;
    object-fit: contain;
    font-family: FreightTextProBook;
    font-size: 40px;
    line-height: 1.2;
    color: #0c1e45;
    margin-bottom: 16px;
}

.contentRight p {
    max-width: 472px;
    font-family: Roboto;
    font-size: 24px;
    line-height: 1.33;
    color: #0c1e45;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.col-block {
    margin-top: 3rem;
}

.col-block h4 {
    font-family: Roboto;
    font-size: 24px;
    line-height: 1.33;
    color: #0c1e45;
}

.col-block h4:after {
    content: "";
    background-color: #15a79d;
    width: 100px;
    height: 1px;
    position: absolute;
    display: block;
    width: 40px;
    height: 2.7px;
    margin-top: 8px;
}

.col-block p {
    max-width: 288px;
    min-height: 72px;
    object-fit: contain;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 1.5rem;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

#pageWrap .video-container {
    margin-bottom: 0;
}

.video-container {
    margin-bottom: 6rem;
}

div.video {
    margin-top: 2rem;
}

/*.video img{
    width: 100%;
}*/


/*CALCULATOR STYLES TEMP*/
/*CALCULATOR STYLES TEMP*/
/*CALCULATOR STYLES TEMP*/
/*CALCULATOR STYLES TEMP*/
/*CALCULATOR STYLES TEMP*/
/*CALCULATOR STYLES TEMP*/
/*CALCULATOR STYLES TEMP*/
/*CALCULATOR STYLES TEMP*/
/*CALCULATOR STYLES TEMP*/

.calcInput,
.calcInputMobile {
    width: 100%;
    border: 1px solid #2c3555;
    background: #2c3555;
    color: white;
    height: 40px;
    font-size: 24px;
    font-weight: 200;
    padding: 4px 8px;
}

.calcInput:focus,
.calcInputMobile:focus {
    border: 1px solid #0e817b !important;
    outline: none !important;
}

.selectable {
    cursor: pointer;
}

.resultsSection,
.contactSection {
    display: none;
}

.pt-2rem {
    padding-top: 2rem;
}

.calculatorSection label {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #ffffff;
}

.calc-header {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #f6f6f8;
    margin-bottom: 32px;
}

.calc-header-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.Thanks-for-using-our {
    max-width: 352px;
    height: 32px;
    object-fit: contain;
    font-family: Roboto;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.Enter-some-brief-inf {
    max-width: 352px;
    height: 24px;
    object-fit: contain;
    font-family: Roboto;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-bottom: 3rem;
}

.gfield {
    position: relative;
    margin-bottom: 45px;
}

.gfield input {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100% !important;
    border: none;
    text-transform: none;
    background-color: transparent;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #ffffff !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    -webkit-appearance: none !important;
    border-radius: 0 !important;
}

.gfield input:focus {
    outline: none;
    border-bottom: 1px solid #0e817b;
}

.gfield input::placeholder {
    color: white !important;
    opacity: .7;
}

/*.gfield label {
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0;
    color: #FFF;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    font-family: Roboto;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.58;
    letter-spacing: normal;
    color: #e4eaed;
}
.gfield input:focus~label, .gfield input:valid~label {
    top: -20px;
    font-size: 12px;
    color: #FFF;
}
.gfield .bar {
    position: relative;
    display: block;
    width: 100%;
}
.gfield .bar:before {
    content: '';
    height: 1px;
    width: 0;
    bottom: 0px;
    position: absolute;
    background: #0e817b;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    border: 0;
}
.bar:before {
    left: 0;
}
.gfield input:focus~.bar:before {
    width: 100%;
}*/
.gfield input:focus~.highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

.We-will-send-you-new {
    max-width: 352px;
    object-fit: contain;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #e4eaed;
    padding-bottom: 32px;
}

.calc-btn {
    padding: 12px;
}

.checked {
    padding: 0rem 0 2rem 0;
    text-align: center;
}

.checked img {
    width: 40px;
    height: 42px;
    object-fit: contain;
}

.Desired-Real-Time-R {
    max-width: 352px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    color: #ffffff;
    padding-bottom: 1rem;
}

.resultsBox {
    border: 1px solid #364ebf;
    background: #131a3d;
    margin-top: 40px;
    padding: 24px 16px 32px 16px;
    margin-bottom: 56px;
    width: 100%;
    overflow-wrap: break-word;
}

.Calculated-Accelerat {
    max-width: 296px;
    font-size: 18px;
    line-height: 1.33;
    text-align: center;
    color: #ffffff;
}

.days {
    font-size: 32px;
    font-weight: 300;
    line-height: 1.25;
    text-align: center;
    color: #ffffff;
}

/*SEARCH LANDING PAGE*/
/*SEARCH LANDING PAGE*/
/*SEARCH LANDING PAGE*/
/*SEARCH LANDING PAGE*/
/*SEARCH LANDING PAGE*/
/*SEARCH LANDING PAGE*/
/*SEARCH LANDING PAGE*/
/*SEARCH LANDING PAGE*/
/*SEARCH LANDING PAGE*/
/*SEARCH LANDING PAGE*/
/*SEARCH LANDING PAGE*/
/*SEARCH LANDING PAGE*/
/*SEARCH LANDING PAGE*/
/*SEARCH LANDING PAGE*/
/*SEARCH LANDING PAGE*/
/*SEARCH LANDING PAGE*/
.search-container {}

.search-result-container .entry-summary {
    padding: 1rem 0 24px 0;
}

.search-wrap {
    max-width: 792px;
    margin: 0 auto;
}

.search-wrap .search-form {
    max-width: 100%;
    margin: 0 auto;
}

.search-wrap hr {
    margin-top: 0;
    margin-bottom: 24px;
    border: 0;
    border-top: 1px solid #6290f9;
}

.postBreadcrumb {
    padding-bottom: 8px;
}

.postBreadcrumb span {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #4c5b66;
}

.entry-title-search {
    margin: 0;
}

.entry-title-search a {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #0c1e45;
    font-family: 'Roboto', sans-serif;
    transition: .2s ease;
}

.entry-title-search a:hover {
    color: #2d54a9;
    text-decoration: none;
    transition: .2s ease;
}

.searchResults,
.no-results {
    margin-top: 3rem;
    margin-bottom: 4rem;
}

.searchResults span,
.no-results span {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}

.search .page-header {
    margin-top: 9rem;
}

.no-results-image {
    margin-top: 7rem;
    margin-bottom: 10rem;
}

.no-results-image img {
    width: 204px;
    height: 186px;
    object-fit: contain;
}


/*Media Queries*/
/*Media Queries*/
/*Media Queries*/
/*Media Queries*/
/*Media Queries*/
/*Media Queries*/
/*Media Queries*/
/*Media Queries*/
/*Media Queries*/
/*Media Queries*/
/*Media Queries*/
/*Media Queries*/
/*Media Queries*/
/*Media Queries*/
/*Media Queries*/
/*Media Queries*/
/*Media Queries*/
/*Media Queries*/
/*Media Queries*/
/*Media Queries*/
/*Media Queries*/
/*Media Queries*/
/*Media Queries*/
/*Media Queries*/
@media (min-width: 576px) {
    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1280px !important;
    }
}

@media only screen and (max-width:1200px) {
    .detail-wrapper {
        padding: 1.5rem 2rem 4rem 3rem;
        ;

    }
}

@media only screen and (max-width: 1185px) {
    .quality-image {
        max-width: 618px;
        bottom: -59px;
    }
}
@media only screen and (max-width: 1055px) {
    .inner-header {
        padding-top: 9rem;
    }
}
@media only screen and (max-width: 1150px) {
    .quality-container .quality-image {
        max-width: 500px;
        bottom: 0px;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 991px) {
    .navbar .custom-logo-link img {
        width: 200px;
        height: 48px;
        object-fit: contain;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        padding: 0px 16px 0px 16px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 1089px) {
    .calc-block {
        max-width: 27rem !important;
        width: 100% !important;
        margin: 0 auto;
    }
    .calc-container-block {
        max-width: 54rem !important;
    }
}
@media only screen and (max-width: 1015px) {
    #navbar svg{
        width: 190px;
        height: 40px;
    }
}
@media only screen and (max-width: 991px) {
    .resource-cards .resource-card:nth-child(even) {
        position: relative;
        top: 0;
    }
    .quality-standards {
        max-width: 100%;
        margin-left: 0;
    }
    .inner-header {
        padding-top: 6rem;
    }
    .wpBlock-container:before {
        content: '';
        width: 279px !important;
        height: 684px !important;
        top: 14.2rem !important;
    }
    .wpBlock-container:after {
        content: '';
        width: 279px !important;
        height: 684px !important;
    }
    #pageWrap{
        padding:0 !important;
    }
    #pageWrap {
        margin-top: 0 !important;
    }
    .detail-wrapper {
        padding: 5.5rem 2rem 4rem 3rem;
    }
    body.page-template-detail-template {
        /* background-color: #FFF; */
        position: relative;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-toggle-on>a.mega-menu-link>span.mega-indicator:after {
        content: "\f0d8";
        font: normal normal normal 16px/1 FontAwesome;
        vertical-align: baseline;
    }

    #mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary {
        padding: 0px 0px 0px 0px;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:not(#mega-menu-item-14) {
        padding: 0 16px;
    }

    #mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-14 {
        display: none;
    }

    #mega-menu-wrap-primary #mega-menu-primary {
        top: 50px;
    }

    .quality-container .quality-image {
        max-width: 500px;
        bottom: 0px;
    }

    .navbar .custom-logo-link svg #light-logo {
        fill: rgb(12, 30, 69) !important;
    }

    .page-template-details-landing-page #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        color: #000;
    }

    #topNav {
        display: none;
    }

    #navbar {
        background: white !important;
        margin-top: 0px !important;
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 16px !important;
        padding-left: 16px !important;
    }

    /*NAVBAR SPACING ADJUSTMENT FOR SEARCH BAR*/
    #navbar .container.pr-32 {
        padding-right: 0px !important;
    }

    #mega-menu-primary {
        box-shadow: inset 0 0 8px 0 rgba(12, 30, 69, 0.14) !important;
    }

    #mega-menu-item-8 {
        padding-top: 32px !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        padding: 0px;
    }

    .dp-header {
        height: 600px;
        padding-top: 10rem;
    }

    .dp-inner p {
        width: 343px;
        height: 168px;
    }

    .detail-images .top {
        max-width: 304px;
        height: 405px;
        top: 4rem;
    }

    .detail-images {
        transform: translate(0, 2rem);
    }

    .detail-images .bottom {
        width: 240px;
        height: 240px;
        transform: translate(-55%, -44%);
    }

    .dp-header .container {
        padding-right: 0;
        overflow: hidden;
    }



    .landing-page-card-container .card {
        min-height: 290px;
        height: auto;
    }

    /*BLOG*/
    /*BLOG*/
    /*BLOG*/
    /*BLOG*/
    /*BLOG*/
    /*BLOG*/
    /*BLOG*/
    /*BLOG*/
    /*BLOG*/
    /*BLOG*/
    /*BLOG*/
    /*BLOG*/
    /*BLOG*/
    /*BLOG*/
    /*BLOG*/
    /*BLOG*/
    /*BLOG*/
    /*BLOG*/
    /*BLOG*/
    /*BLOG*/
    /*BLOG*/
    /*BLOG*/
    /*BLOG*/
    /*BLOG*/
    /*BLOG*/
    /*BLOG*/
    /*BLOG*/
    /*BLOG*/
    /*BLOG*/
    /*BLOG*/

    .card-bottom .card-title {
        max-width: 100%;
    }

    .card-bottom .card-img,
    .bottom-f-image {
        width: 100%;
    }

    .card-bottom .card-text {
        max-width: 100%;
        height: auto;
    }
}
@media only screen and (max-width: 878px) {
    .calc-content-top p {
        font-size: 1.3rem;
    }
    .calc-block {
        max-width: 40rem !important;
        width: 100% !important;
        margin: 0 auto;
    }
    .calc-block:nth-child(even) {
        position: relative;
        top: 0 !important;
    }
}

@media only screen and (max-width: 769px) {
    #pageWrap .col-md-8, #pageWrap .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .dp-bg-image:after {
        content: '';
        background-image: url(https://www.westpak.com/wp-content/uploads/2019/10/detail-pattern-md-top.png);
        width: 346px;
        height: 612px;
        transform: translate(0, -16rem);
    }
    .landing-page-content-wrapper:before {
        content: '';
        width: 286px;
        height: 884px;
    }
    .landing-page-content-wrapper:after {
        content: '';
        width: 286px;
        height: 884px;
    }
    .content-spacer {
        padding: 9rem 0 !important;
    }
    .blog-pattern {
        top: 11rem !important;
    }
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-2 .mega-toggle-animated-inner,
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-2 .mega-toggle-animated-inner::before,
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-2 .mega-toggle-animated-inner::after {
        width: 32px;
        height: 3px;
    }

    .header-text {
        max-width: 40rem;
    }

    .header-text h1 {
        font-size: 56px;
    }

    .inner-header {
        padding-top: 7rem;
    }

    #blueLine,
    #greenLine {
        stroke-width: 5.01px !important;
    }

    .home .animated-container {
        transform: translate(0, -17rem);
    }

    .quality-container {
        margin-top: -21rem;
    }

    .quality-standards p {
        width: 344px;
        height: auto;
        font-size: 18px;
        margin-top: 16px;
    }

    .quality-container .quality-image {
        position: absolute;
        max-width: 359px;
        right: 0;
        bottom: 0px;
        top: 3rem;
        overflow: hidden;
    }

    .quality-image img {
        max-width: 100%;
        position: relative;
        left: 43px;
    }

    .quality-container .button-spacer {
        margin-top: 2rem;
    }

    .card-container {
        padding-top: 7rem;
        padding-bottom: 9rem;
        background: url(https://www.westpak.com/wp-content/uploads/2019/09/right@2x.png) right .5rem, no-repeat, url(https://www.westpak.com/wp-content/uploads/2019/09/left@2x.png) left 42rem no-repeat;
        background-size: cover;
        background-repeat: no-repeat;
        background-size: 28rem auto;
    }

    .home .card-container .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .home .card-container .card {
        max-width: 488px;
        margin: 0 auto 0 0;
    }

    .home .card-container .col-md-6:nth-child(2) .card {
        margin: 0 0 0 auto;
    }

    .home .card-container .heavy-mt {
        margin-top: 2rem;
    }

    .home .testimonials {
        margin-top: -56px;
    }

    .owl-prev {
        position: absolute;
        left: 0;
        top: 8rem;
    }

    .owl-next {
        position: absolute;
        right: 0;
        top: 8rem;
    }

    .testimonial-container {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .resources-content {
        padding: 56px 32px 72px 32px;
    }

    .resources .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .resource-card {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    /*.resources-content .resource-cards .col-md-6 {
	    flex: 0 0 100%;
	    max-width: 100%;
	}*/
    .resource-cards .resource-card:nth-child(even) {
        position: relative;
        top: 0;
    }

    .resources-image {
        background-position: 38% 100%;
    }

    .contact-us-inner {
        padding: 4rem 0rem 5rem 0;
    }

    .footer-list ul {
        list-style: none;
        text-align: right;
        padding: 0;
    }



    .hidden-tablet {
        display: none;
    }

    .hidden-desktop {
        display: block;
    }

    .detail-wrapper {
        padding: 6rem 2rem 4rem 2rem;
    }

    #detail-wrapper {
        padding: 0;
    }

    .detailInfo h1 {
        /*width: 80px;*/
        height: 28px;
        font-size: 18px;
    }

    .detailInfo p {
        max-width: 100%;
        min-height: 120px;
        font-size: 32px;
    }

    .detailInfoRight {
        margin-top: 3rem;
    }

    .headingBlock {
        margin-bottom: 32px;
        max-width: 100%;
        min-height: 48px;
        font-size: 32px;
    }

    .contentRight p {
        max-width: 100%;
        font-size: 20px;
        margin-top: 32px;
    }

    .col-block {
        margin-top: 3rem;
        max-width: 560px;
        margin: 3rem auto 0 auto;
        display: block;
    }

    .col-block p {
        max-width: 515.4px;
        min-height: 48px;
        font-size: 16px;
    }

    .smallSixCol .hidden-desktop {
        display: block;
    }

    .smallSixCol .hidden-tablet {
        display: none;
    }

    .smallSixCol .headingBlock {
        margin-bottom: 8px;
    }

    .smallSixCol .contentRight p {
        margin-top: 16px;
    }

    .video-container {
        margin-bottom: 4rem;
    }

    /*BLOG TEMPLATE*/
    /*BLOG TEMPLATE*/
    /*BLOG TEMPLATE*/
    /*BLOG TEMPLATE*/
    /*BLOG TEMPLATE*/
    /*BLOG TEMPLATE*/
    /*BLOG TEMPLATE*/
    /*BLOG TEMPLATE*/
    /*BLOG TEMPLATE*/
    /*BLOG TEMPLATE*/
    /*BLOG TEMPLATE*/
    /*BLOG TEMPLATE*/
    /*BLOG TEMPLATE*/
    /*BLOG TEMPLATE*/
    /*BLOG TEMPLATE*/
    /*BLOG TEMPLATE*/
    /*BLOG TEMPLATE*/
    /*BLOG TEMPLATE*/
    /*BLOG TEMPLATE*/
    /*BLOG TEMPLATE*/
    /*BLOG TEMPLATE*/
    /*BLOG TEMPLATE*/
    /*BLOG TEMPLATE*/
    /*BLOG TEMPLATE*/
    #index-wrapper .featured-image {
        max-width: 560px;
        height: 420px;
    }

    #index-wrapper .featured-post {
        padding-top: 7rem;
    }

    #index-wrapper .blog-header {
        height: 600px;
    }

    #index-wrapper .featured-post-content h2 {
        max-width: 512px;
        height: auto;
    }

    #index-wrapper .featured-post-content {
        max-width: 560px;
        height: auto;
        transform: translate(0px, 219px);
    }

    #index-wrapper .excerpt p {
        height: auto;
    }

    #index-wrapper .card-bottom .card-title {
        max-width: 504px;
    }

    #index-wrapper .card-bottom .card-text {
        max-width: 504px;
    }

    #index-wrapper .card-bottom {
        margin-bottom: 3rem !important;
    }

    .quoteBlock {
        max-width: 33rem;
    }

    .single-post .entry-content ul {
        max-width: 30rem;
    }
}
/*404 TEMPLATE*/
#error-404-wrapper .page-header {
  background-color: #eff8ff;
  position: relative;
  text-align: center;
  font-family: Roboto;
  padding: 96px 0;
  margin-bottom: 96px;
}	
#error-404-wrapper .page-header h1 {
  font-size: 104px;
  line-height: 1;
  color: #15a79d;
  font-weight: 400;
}

#error-404-wrapper .page-header h2 {
  font-size: 24px;
  line-height: 1;
  color: #15a79d;
  text-transform: uppercase;
  font-weight: 400;
}

#error-404-wrapper .page-header h3 {
  font-size: 40px;
  line-height: 1.2;
  color: #0c1e45;
  margin-top: 40px;
  margin-bottom: 32px;
  font-family: FreightTextProBook;
}
#error-404-wrapper .pattern-left,
#error-404-wrapper .pattern-right {
  position: absolute;
  height: 50%;
}
#error-404-wrapper .pattern-left {
  left: 0;
}
#error-404-wrapper .pattern-right {
  right: 0;
}
@media only screen and (max-width: 670px) {
    .wpBlock-container:before {
        content: '';
        top: 19.2rem !important;
    }
    .post-gallery img {
        width: 100%;
        height: auto;
        object-fit: cover;
        padding: 0px 20px;
    }
    .dp-bg-image:after {
        content: '';
        background-image: url(https://www.westpak.com/wp-content/uploads/2019/10/detail-pattern-sm-top.png);
        width: 375px;
        height: 493px;
        background-size: contain;
        margin: 0 0 0 auto;
        z-index: 0;
        transform: translate(27px, -1rem);
        background-repeat: no-repeat;
        position: absolute;
        right: 0;
        top: 33rem;
    }
    #mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-14 {
        display: block;
    }

    #mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-14>a.mega-menu-link {
        text-align: center;
    }

    .navbar .custom-logo-link svg #light-logo {
        fill: rgb(12, 30, 69) !important;
    }

    .navbar .custom-logo-link svg {
        width: 152px;
        height: 32px;
        object-fit: contain;
    }

    html,
    body {
        overflow-x: hidden !important;
    }

    /*HIDE CTA IN NAV BAR*/
    #mega-toggle-block-1 {
        display: none !important;
    }

    .mt-2rem {
        margin-top: 2rem;
    }

    .pin-wrapper {
        display: none;
    }

    /*HOME PAGE */
    /*HOME PAGE */
    /*HOME PAGE */
    /*HOME PAGE */
    /*HOME PAGE */
    /*HOME PAGE */
    /*HOME PAGE */
    /*HOME PAGE */

    #page #navbar .container.pl-32 {
        padding-left: 16px !important;
    }

    #page #navbar .container.pr-32 {
        padding-right: 0px !important;
    }

    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-2 .mega-toggle-animated-inner,
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-2 .mega-toggle-animated-inner::before,
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-2 .mega-toggle-animated-inner::after {
        width: 32px;
        height: 3px;
    }

    .navSpacerMobile {
        margin: 0 8px;
    }

    .searchMobile {
        margin-right: 8px;
    }

    .header-text h1 {
        max-width: 352px;
        height: 138px;
        font-size: 40px;
        line-height: 1.15;
    }

    .inner-header {
        padding-top: 9rem;
    }

    .quality-container {
        margin-top: 0;
    }

    #page .animated-container {
        transform: translate(0, -16rem);
    }

    #blueLine,
    #greenLine {
        stroke-width: 7.01px !important;
    }

    .quality-container {
        margin-top: -19rem;
    }

    .quality-standards h2 {
        max-width: 266px;
        height: 68px;
        font-size: 28px;
    }

    .container {
        padding: 0 1rem;
    }

    .quality-image {
        display: none;
    }

    .quality-standards p {
        font-size: 16px;
        height: auto;
        max-width: 100%;
        width: 100%;
    }

    .quality-standards .button-spacer {
        margin-top: 2rem;
    }

    .navbar .custom-logo-link img {
        width: 152px;
        height: 32px;
        object-fit: contain;
    }

    .home .card-container {
        padding-top: 7rem;
        padding-bottom: 7rem;
        background: url(https://www.westpak.com/wp-content/uploads/2019/09/right@2x.png) right 32.5rem, no-repeat, url(https://www.westpak.com/wp-content/uploads/2019/09/left@2x.png) left 1.9rem no-repeat;
        background-size: cover;
        background-repeat: no-repeat;
        background-size: 21rem auto;
    }

    .heavy-mt {
        margin-top: 1rem;
    }

    .card-meta h4 {
        font-size: 18px;
    }

    .testimonial {
        max-width: 279px;
        font-size: 18px;
    }

    .owl-prev {
        position: absolute;
        left: 0;
        top: 8rem;
    }

    .owl-next {
        position: absolute;
        right: 0;
        top: 8rem;
    }

    .home .testimonial-container {
        padding-bottom: 2rem;
    }

    .resources-image {
        display: none;
    }

    .resource-image-mobile {
        display: block;
    }

    .resources-content {
        padding: 48px 16px 72px 16px;
    }

    .resources-content p {
        max-width: 319px;
    }

    .resources .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .resource-cards .resource-card:nth-child(even) {
        position: relative;
        top: 0;
    }

    .contact-us-inner h2 {
        max-width: 340px;
        height: auto;
        font-size: 28px;
    }

    .contact-us-inner {
        padding: 3rem 0rem 4rem 0;
    }

    .contact-band .button-spacer {
        margin-top: 2rem;
    }

    #wrapper-footer .container.pl-32 {
        padding-left: 16px !important;
    }

    #wrapper-footer .container.pr-32 {
        padding-right: 16px !important;
    }

    #wrapper-footer .footer-list ul {
        list-style: none;
        text-align: left;
        margin: 2rem 0rem 0rem 0rem;
        padding-left: 0px;
    }

    #wrapper-footer .footer-list ul li {
        display: block;
        padding: 0 0 1.5rem 0;
    }

    #wrapper-footer footer hr {
        margin-top: .2rem;
    }

    /*END HOME PAGE */
    /*END HOME PAGE */
    /*END HOME PAGE */
    /*END HOME PAGE */
    /*END HOME PAGE */
    /*END HOME PAGE */
    /*END HOME PAGE */
    /*END HOME PAGE */
    /*TESTING SERVICES LANDING*/
    .detail-header {
        padding-top: 4rem;
    }

    .detail-landing-header {
        padding: 4rem 0rem;
    }

    .detail-header h1 {
        max-width: 346px;
        font-size: 28px;
        margin-bottom: 1rem;
        min-height: auto;
    }

    .detail-header p {
        max-width: 346px;
        font-size: 16px;
    }

    .offset-image-header .topImage img {
        position: absolute;
        right: 0;
        top: 4rem;
        max-width: 16rem;
        height: 21rem;
    }

    .offset-image-header .bottomImage img {
        top: 288px;
        width: 16rem;
        height: 10rem;
        right: 96px;
    }

    .detail-landing-header {
        min-height: 774px;
    }

    .accreditations-card {
        display: none;
    }

    .detail-landing-header:after {
        content: "";
        background-repeat: no-repeat;
    }

    .content-header h2 {
        font-size: 28px;
        max-width: 345px;
    }

    .landing-page-card-container .card-col:nth-child(even) {
        top: 0;
    }

    .landing-page-card-container .card {
        min-height: 290px;
        height: auto;
    }

    /*SINGLE BLOG LISTING*/
    /*SINGLE BLOG LISTING*/
    /*SINGLE BLOG LISTING*/
    /*SINGLE BLOG LISTING*/
    /*SINGLE BLOG LISTING*/
    /*SINGLE BLOG LISTING*/
    /*SINGLE BLOG LISTING*/
    /*SINGLE BLOG LISTING*/
    /*SINGLE BLOG LISTING*/
    /*SINGLE BLOG LISTING*/
    /*SINGLE BLOG LISTING*/
    /*SINGLE BLOG LISTING*/
    .single-post .entry-content {
        padding: 0 0;
    }
/*    .entry-title {
        font-size: 28px;
    }*/

    .single-post p {
        font-size: 16px;
    }

    .contentBlock-wTitle .cbwt-title {
        margin-bottom: 8px;
    }

    .single-post .entry-content ul {
        max-width: 15rem;
    }

    .playIcon {
        font-size: 3rem;
    }

    .author-meta-info .media {
        display: block;
    }

    .author-meta-info .media .avatar {
        margin: 0 auto !important;
        display: block;
    }

    .author-meta-info .media .media-body h5 {
        text-align: center;
        margin: 2rem 0 !important;
    }

    .author-meta-info .media .media-body {
        text-align: center;
    }

    /*DETAIL LANDING PAGE*/
    /*DETAIL LANDING PAGE*/
    /*DETAIL LANDING PAGE*/
    /*DETAIL LANDING PAGE*/
    /*DETAIL LANDING PAGE*/
    /*DETAIL LANDING PAGE*/
    /*DETAIL LANDING PAGE*/
    /*DETAIL LANDING PAGE*/
    /*DETAIL LANDING PAGE*/
    /*DETAIL LANDING PAGE*/
    /*DETAIL LANDING PAGE*/
    /*DETAIL LANDING PAGE*/
    .dp-inner h1 {
        max-width: 346px;
        font-size: 28px;
        height: auto;
    }

    .dp-header {
        height: 774px;
        padding-top: 4.5rem;
    }

    .dp-inner p {
        width: 100%;
        height: auto;
        font-size: 16px;
    }

    .dp-inner .dp-button {
        margin-top: 2.5rem;
    }

    .detail-images .top {
        max-width: 293px;
        height: 392px;
        top: 3rem;
    }

    .detail-images .bottom {
        transform: translate(-55%, -44%);
        width: 232px;
        height: 232px;
    }
    .blog-pattern {
        width: 143px !important;
        height: 493px !important;
        top: 9rem !important;
    }
}


@media only screen and (max-width: 500px) {
    #index-wrapper .featured-image {
        width: 100%;
        max-width: 268px;
        height: 201px;
    }

    #index-wrapper .blog-header {
        height: 481px;
    }

    #index-wrapper .featured-post-content {
        max-width: 696px;
        height: auto;
        transform: translateY(calc(100% - 50px));
        margin-left: 16px;
    }

    #index-wrapper .featured-post-content h2 {
        max-width: 304px;
        height: auto;
        font-size: 28px;
    }

    #index-wrapper .excerpt p {
        max-width: 648px;
        height: auto;
        font-size: 16px;
    }

    .blog-header .content-wrapper {
        padding-left: 0;
    }

    #index-wrapper .card-bottom .card-img,
    .bottom-f-image,
    .single-post .card-bottom .card-img {
        width: 100% !important;
        height: auto !important;
    }

    #index-wrapper .card-bottom {
        margin-bottom: 34px !important;
    }

    #index-wrapper .show-sm,
    .single-post .show-sm {
        display: block;
    }

    #index-wrapper .hidden-sm,
    .single-post .hidden-sm {
        display: none;
    }

    #index-wrapper .card-bottom .card-title {
        max-width: 352px;
        height: auto;
        margin-bottom: 1rem;
    }

    #index-wrapper .card-bottom .card-text {
        /*max-width: 216px;*/
        max-width: 100%;
        height: auto;
    }

    .content-spacer {
        padding: 6rem 0 !important;
    }

    #index-wrapper .blog-pagination .prev {
        margin-right: 16px;
    }

    #index-wrapper .blog-pagination .next {
        margin-left: 16px;
    }

    #index-wrapper .blog-pagination {
        display: block;
        width: 100%;
        padding: 0 16px;
    }

    #index-wrapper .blog-pagination a {
        padding: 0 .5rem;
    }

    #index-wrapper .page-numbers.current {
        padding: 0 .5rem;
    }
}

@media only screen and (max-width: 340px) {
    .header-text h1 {
        max-width: 352px;
        height: auto;
        font-size: 32px;
        line-height: 1.15;
    }

    .home .card-container {
        background-size: 17rem auto;
    }

    .testimonial {
        max-width: 15rem;
        font-size: 16px;
    }
}

@media screen and (max-width: 992px) and (min-width: 767px) {
	.footer-list ul li {
      padding: 0 12px;
  	}
  	.footer-list ul li a{
      font-size: 14px;
  	}
}

.footerlinkscol { padding-top:65px; }
.footerlinkscol .widget-title { font-family:Roboto, sans-serif; font-weight:500; font-size:18px; line-height:33px; color: #12EDC6; padding:0; margin:0 0 6px;  }
.footerlinkscol .textwidget ul { margin:0; padding:0; list-style-type:none;  }
.footerlinkscol .textwidget ul li a { font-family:Roboto, sans-serif; font-weight:400; font-size:16px; line-height:32px; color: #FFF; padding:0; margin:0; text-decoration:none;  }
.footerlinkscol .textwidget ul li a:hover { text-decoration:none; color:#305ec8; }

@media only screen and (max-width: 820px ) {
  .footerlinkscol .widget-title { margin-top:30px; }
}