/*
Theme Name: Cloud Custom Child Theme
Theme URI: http://cloudinnovatesolutions.com
Description: CLOUD's custom child theme.
Version: 3.3
Author: CloudDesign
Author URI: http://www.cloudinnovatesolutions.com/
License: Copyright 2020
License URI: http://www.cloudinnovatesolutions.com
Tags: bootstrap, custom, fontawesome, cycle2, bootsrtap walker class
Template: parent
*/

@import url("../parent/style.css");

/* Place custom css for yout theme here */
@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Light.woff') format('woff'), 
	url('fonts/Gotham-Light.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Book.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Ultra.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
a {
    text-decoration: none;
}
#wrap, body {
	overflow: inherit !important;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Gotham' !important;
	font-weight: 300;
}
h6 { 
	text-transform: none;
}
p {
    margin-bottom: 1.5rem;
}
input, textarea, select {
    border: 0px solid #e4e4e4;
    margin-bottom: 10px;
    padding: 12px 20px;
    background: #ffffff;
    border-radius: 18px;
    font-weight: 300;
    color: #000000;
    line-height: 24px;
	font-size: 18px;
}
input:focus, textarea:focus, select:focus {
	outline:none;
}
textarea.wpcf7-textarea {
    height: 140px;
	margin-bottom: 10px;
}
.wpcf7-spinner {
    position: absolute;
}
.wpcf7 input.wpcf7-submit {
	/*-webkit-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;*/
	max-width: 240px !important;
	background: #00a5ae;
}
.wpcf7 input.wpcf7-submit:hover {
	background: #054353;
}
.primary-nav .button > a {
	color: #ffffff !important;
	margin-left: 15px !important;
	width: calc(100% - 15px);
}
.primary-nav .button > a:hover {
	color: #ffffff !important;
	background: #00a5ae !important;
}
::-webkit-scrollbar {
    width: 0;
}
.title-xxl {
	font-size: min(max(36px, 2.5vw), 69px) !important;
}
.title-xl {
	font-size: min(max(27px, 2.5vw), 55px) !important;
}
.title-lg, h1.page-title, .leaders .n2-ss-item-imagebox-content > h2 {
	font-size: min(max(24px, 2.5vw), 50px) !important;
}
.title-md {
	font-size: min(max(20px, 2.5vw), 44px) !important;
}
.title-sm {
	font-size: min(max(18px, 1.8vw), 38px) !important;
}
.title-xs, .bars {
	font-size: min(max(16px, 1.5vw), 29px) !important;
}
.blog .entry-summary, .category .entry-summary {
	font-size: min(max(14px, 1.5vw), 25px) !important;
}
.fw-100 {
 font-weight: 300;
}
.fw-300 {
 font-weight: 300;
}
.fw-500 {
 font-weight: 500;
}
.fw-900 {
 font-weight: 900;
 text-transform: uppercase;
 line-height: normal !important;
}
.fw-bolder {
	font-weight: 900 !important;
	line-height: normal !important;
}
.ls-0 {
	letter-spacing: 0px !important;
}
.ls-1 {
	letter-spacing: 1px;
}
.ls-2 {
	letter-spacing: 2px;
}
.ls-3 {
	letter-spacing: 3px;
}
.ls-4 {
	letter-spacing: 4px;
}
.lh-normal {
	line-height: normal !important;
}
.title.splitting[data-scroll="in"] .char {
  animation: slide-in .6s cubic-bezier(.3, 0, .7, 1) both;
  animation-delay: calc(50ms * var(--char-index));
  animation-play-state: running;
}
.title.splitting[data-scroll="out"] .char {
  opacity:0;
}

@keyframes slide-in {
  from {
    transform: scale(0.4) translateY(80%);
    opacity: 0;
  }
}
.text--fading.splitting[data-scroll="in"] .char {
	animation: fade-in .6s both;
	animation-delay: calc(0.25s + var(--char-index) * 0.05s);
	animation-play-state: running;
}
.text--fading.splitting[data-scroll='out'] .char {
  opacity: 0;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
}
.entry-header h1.entry-title {
    display: none;
}
p {
    line-height: 1.5;
}
div > p:last-child {
    margin-bottom: 0;
}
.blue {
	color: #054353;
}
.fullWidth {
    position: relative;
    left: 50%;
    right: 50%;
    margin: 0px -50vw;
    max-width: 100vw;
}
.fullWidth .container {
	max-width: 1320px !important;
	margin: 0 auto;
	width: 83%;
}
.fullWidth .container-max {
	max-width: 1560px !important;
	margin: 0 auto;
	width: 100%;
	position: relative;
}
main {
    overflow: hidden;
}
header.container-fluid, #header .container-fluid {
    padding-top: 10px;
    padding-bottom: 10px;
}
.topSection {
    text-align: center;
    background: #06232d;
    color: #ffffff;
    padding: 15px;
    font-weight: 700;
}
.topSection a {
    color: #ffffff;
}
.topSection a:hover {
    color: #00a5ae;
}
span.dropdown-toggle.caret {
    display: none;
}
ul.dropdown-menu > li.menu-item > a, .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    white-space: nowrap;
    display: block;
}
/** Animations **/
:root {
    --animate-duration: 1s;
    --animate-delay: 0.7s;
    --animate-repeat: 1;
}
.fade-left.active {
	-webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
.fade-right.active {
	-webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
.fade-up.active, .fadeUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
.ani {
	opacity:0;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fadeIn {
	-webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}
hr {
	opacity: 1
}
/** Bars **/
.bar-id-30, .bar-id-53, .bar-id-58, .bar-id-71, .bar-id-161  {
	text-align: center;
	padding: calc(4vw + 15px) 0;
}
.bar-id-161 {
	padding: calc(4vw + 15px) 0;
}
.wpcf7 {
    max-width: 480px;
    margin: 0 auto;
}
.bars .wpcf7 input.wpcf7-submit:hover {
    background: #ffffff;
    color: #00a5ae;
}
.bar-id-53 a.text-white:hover {
    color: #00a5ae !important;
}
.page-id-20 .bars .wpcf7 input.wpcf7-submit:hover {
    background: #000000;
}
.platform {
    gap: 1rem;
    display: flex;
}
.platform > div {
    text-align: left;
    background: #000;
    padding: 20px 35px;
    border-radius: 50px;
    margin: 0;
    color: #ffffff;
    flex-basis: 33.3%;
	transition: all 1s linear;
	-webkit-transition: all 1s linear;
}
.platform > div:hover {
    transform: translate3d(0px, -10px, 0px);
}
.platform img {
    height: 60px;
    width: auto;
    margin-bottom: 30px;
}
.recent_posts_wrap {
	text-align: left;
}
.recent_posts_wrap p {
    display: contents;
}
.recent_posts_wrap div:first-child {
    padding-top: 31.25%;
	position: relative;
    display: block;
}
.recent_posts_wrap div:first-child img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center center;
}
a.moretag.button {
    margin-top: 40px;
	    display: table;
}
.single .post .post-thumbnail {
    max-width: 720px;
    margin: 0 auto 30px;
}
.single .post .post-thumbnail img {
    width: 100%;
}
.post-navigation, #comments, .byline, .cat-links {
    display: none;
}
.blog .entry-summary p, .category .entry-summary p {
    display: contents;
}
body.blog #callout2 .entry-summary a.moretag, body.category #callout2 .entry-summary a.moretag {
    display: none !important;
}
.post {
    padding-bottom: calc(2vw + 15px);
    margin-bottom: calc(2vw + 15px);
}
.blog .entry-title2 a {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog .post .entry-summary {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
article.post:last-child {
    border-bottom: none;
}
.bar-id-161 img {
    position: absolute;
    right: -25%;
    top: -9vw;
    max-width: 345px;
    height: calc(100% + 14vw);
    object-fit: contain;
	max-height: 477px;
}
.accordion_wrapper .trigger {
    border-radius: 20px;
    background: #00a5ae;
    border: none;
    text-shadow: none;
    color: #fff;
    text-transform: uppercase;
    max-width: 570px;
    margin: 0 auto 30px;
}
.accordion_wrapper .toggle_container {
    background: transparent;
    border: none;
	padding-bottom: 0;
    margin-bottom: 0;
}
.accordion_wrapper .trigger.ui-state-active:before, .accordion_wrapper .trigger:before {
    content: "\f0d7";
    padding-right: 0;
    float: right;
    font-size: 30px;
    line-height: 21px;
}
.black-bg {
    padding: 50px 45px;
    background: #000000;
    border-radius: 40px;
    color: #fff;
}
.black-bg .wp-block-group figure {
    flex: 0 0 75px;
}
article .withIcon li {
    margin: 20px 0;
}
article .withIcon li:before {
	background: url(images/favicon.png) no-repeat center center / cover;
	width:30px;
	height: 30px;
	    content: "";
    margin-right: 10px;
    flex: 0 0 30px;
    padding: 0;
}
/** Footer **/
#footer h6 {
    font-size: 21px;
    font-weight: 500;
	color: #000000;
}
#footer .custom-html-widget img {
    margin-top: 20px;
}
#footer .custom-html-widget {
    font-weight:400;
	    margin-top: 30px;
}
#footer2 p {
    margin-bottom: 0;
    font-size: 12px;
}
#footer2::before {
    content: "";
    height: 3vw;
    width: 100%;
    display: block;
    background: #0060ff;
    margin-bottom: 20px;
}
#footer2 a {
	color:#838383;
}
#footer2 a:hover {
	color:#ffffff;
}
.text-grey {
    color: #4c4c4c;
}
li.listing {
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    color: #ffffff;
    margin: 10px 15px;
    background: #05435366;
    border-radius: 20px;
    padding: 14px 1rem;
    width: 240px;
    text-align: center;
    justify-content: center;
}
li.listing::before {
	padding:0;
}
li.listing:hover, li.listing.highlighted {
	color:#ffffff;
	background: #054353;
}
article li.listing:before {
    content: "";
}
.home #callout2 {
	background: url(images/logobg.jpg) no-repeat top center / cover;
}
.gridGallery {
    display: grid !important;
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 10px !important;
}
.gridGallery .targetDiv {
    width: 100% !important;
	padding: 25px 20px;
	transition: all 0.3s ease;
	height: 100%;
	background: #ffffff;
	border-radius: 30px;
    box-shadow: 8px 8px 10px #00000033;
}
.gridGallery img {
    object-fit: contain !important;
	    height: 70px !important;
}
.gridGallery .targetDiv.oc-50 {
	background: #80d2d7;
}
.gridGallery .targetDiv.oc-50 img {
	opacity: 0.5;
}
.coverImg img {
	width: 100%;
	height: 100%;
    object-fit: cover;
    object-position: center center;
}
article li:before {
    content: "\f111";
    padding-right: 8px;
    font-size: 10px;
}
article li {
    display: flex;
    align-items: center;
}
.textWrap li {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
	text-align: left !important;
}
article .textWrap li:before {
    display: block;
    position: absolute;
    top: 11px;
    left: 0;
}
.textWrap strong {
    font-weight: 700;
}
ul.withIcon.textWrap li {
    display: block;
    text-align: left !important;
    padding-left: 40px;
}
article .withIcon.textWrap li:before {
    display: block;
    float: left;
	    top: 0;
}
.page-id-20 #callout2 {
    display: none;
}
.page-id-20 .text-white {
    color: #000000 !important;
}
.page-id-20 input, .page-id-20 textarea {
	border: 3px solid #e4e4e4;
}
.procat {
    max-width: 920px;
    margin: 0 auto;
	font-size: 18px;
}
.procat img {
    /*border: 4px solid #ffffff;
    border-radius: 100%;
    filter: drop-shadow(7px 7px 6px #00000033);
	max-width: clamp(100px, 50%, 210px);*/
	/*box-shadow: 5px 5px 15px #00000033;
	backdrop-filter: blur(0px);*/
}
.proList h5 strong {
    font-size: 16px;
    text-transform: uppercase;
    color: #00a5ae;
    letter-spacing: 1px;
}
.proList h5 strong::after {
    content: "";
	background: url(images/tick.png) no-repeat center center / contain;
    width:36px;
	height:27px;
	display:inline-block;
}
.page-id-621 #callout2, .page-id-804 #callout2 {
    padding-bottom: 0;
}
/* End custom code */
body {
    background-color: #ffffff;
}
#header {
	 background-color: #ffffff;
    position: sticky;
    top: 0;
    z-index: 9999;
	box-shadow: 0 5px 0px #0000000f;
}
#callout {
	background-color: #ffffff;
}
/* callout2 is your main content area */
#callout2 {
	background-color: #ffffff;
	padding: calc(3vw + 20px) 0;
}
#footer {
	background: url(images/ftbg.jpg) no-repeat top center / cover;
	padding:calc(4vw + 15px) 0;
	text-align: center;
	color: #4c4c4c;
}
#footer2 {
	background-color: #06232d;
	color: #838383;
	padding:0 0 15px 0;
	font-weight: 300;
	font-family: 'Gotham';
}
#footer2::before {
    content: "";
    height: 3vw;
    width: 100%;
    display: block;
    background: #00a5ae;
    margin-bottom: 20px;
}
#callout > section, #callout .slideshow-main-slider, #callout .cycle-slide, .slideimage {
    height: 100%;
}
.slideshow-main-slider .cycle-slide img {
    height: 100%;
    object-fit: cover;
}
#callout .slider_content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 1170px;
    width: 100%;
	display: flex;
    align-items: center;
}
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page #content input.button.alt, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button, .btn, .btn-default, a.button, button, input[type="submit"], input[type="reset"], input[type="button"], 
.primary-nav .button > a, body.blog #callout2 .entry-summary a.moretag {
    background-image: none;
    background-color: #054353;
    border: 0px solid rgba(0, 0, 0, .1);
    border-radius: 20px;
    box-shadow: none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 13px !important;
    font-weight: 700 !important;
    left: auto;
    line-height: 1.25em;
    margin: 0;
    overflow: visible;
    padding: 15px 30px;
    position: relative;
    text-decoration: none;
    text-align: center;
}
.button.yellow {
	background: #ffcb3d;
	color: #000000;
}
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #content input.button.alt:hover,.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page #content input.button:hover, .btn:hover, .btn-default:hover, a.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover,.woocommerce a.button.alt:focus, .woocommerce button.button.alt:focus, .woocommerce input.button.alt:focus, .woocommerce #respond input#submit.alt:focus, .woocommerce #content input.button.alt:focus, .woocommerce-page a.button.alt:focus, .woocommerce-page button.button.alt:focus, .woocommerce-page input.button.alt:focus, .woocommerce-page #respond input#submit.alt:focus, .woocommerce-page #content input.button.alt:focus,.woocommerce a.button:focus, .woocommerce button.button:focus, .woocommerce input.button:focus, .woocommerce #respond input#submit:focus, .woocommerce #content input.button:focus, .woocommerce-page a.button:focus, .woocommerce-page button.button:focus, .woocommerce-page input.button:focus, .woocommerce-page #respond input#submit:focus, .woocommerce-page #content input.button:focus,.btn:focus,.btn-default:focus,a.button:focus,button:focus,input[type="submit"]:focus,input[type="reset"]:focus,input[type="button"]:focus,.woocommerce a.button.alt:active, .woocommerce button.button.alt:active, .woocommerce input.button.alt:active, .woocommerce #respond input#submit.alt:active, .woocommerce #content input.button.alt:active, .woocommerce-page a.button.alt:active, .woocommerce-page button.button.alt:active, .woocommerce-page input.button.alt:active, .woocommerce-page #respond input#submit.alt:active, .woocommerce-page #content input.button.alt:active,.woocommerce a.button:active, .woocommerce button.button:active, .woocommerce input.button:active, .woocommerce #respond input#submit:active, .woocommerce #content input.button:active, .woocommerce-page a.button:active, .woocommerce-page button.button:active, .woocommerce-page input.button:active, .woocommerce-page #respond input#submit:active, .woocommerce-page #content input.button:active,.btn:active,.btn-default:active,a.button:active,button:active,input[type="submit"]:active,input[type="reset"]:active,input[type="button"]:active, 
.primary-nav .button > a:hover, body.blog #callout2 .entry-summary a.moretag:hover {
    background-image: none;
    border: 0px solid rgba(0, 0, 0, .3);
    color: #ffffff;
	background: #00a5ae;
	background-size: 200%;
	background-position: 99% top;
}
.button.hwhite:hover {
	background: #ffffff;
	color: #054353;
}
a.button.btuWarrow {
    background: transparent;
    color: #fff;
    padding: 0;
    min-width: auto;
	opacity:0;
	font-size: 16px !important;
}
a.button.btuWarrow::after {
    content: ">";
    background: #00a5ae;
    color: #000000;
    padding: 0;
    border-radius: 15px;
    margin-left: 10px;
    width: 40px;
    display: inline-block;
    font-size: 11px;
    line-height: 36px;
    text-align: center;
	opacity: 0;
	text-indent: 0;
    transform: translate3d(-120px, 0px, 10px);
	transition: all 1s linear;
	animate-delay: 0.5s;
}
a.button.btuWarrow:hover {
	color: #00a5ae;
}
a.button.btuWarrow.active {
	opacity:1;
}
a.button.btuWarrow.active::after {
	opacity: 1;
    transform: translate3d(0px, 0px, 10px);
}
.shop-now-btn {
	float: right; 
	margin:  0 0 15px 15px;
}
/* nav for mobile devices over ride of bootstrap default background colors */
.navbar, .navbar-default {
    background-color: transparent;
    border: 0px solid #e7e7e7;
    margin-bottom: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #00a5ae;
}
/* Dropdown active bg color*/
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    background-color: #00a5ae;
}
/* nav for mobile devices over ride of bootstrap toggle look */
.navbar-toggle {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 9px 10px;
    position: relative;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #cccccc
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #dddddd
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .logo {
        float: left;
        position: relative;
    }
    .logo img {
		max-width: 180px;
    }
    .copy {
        float: left
    }
    .designed-by {
        float: right
    }
    /*******************************

    standard desktop navigation for tablets size and up

    *******************************/
    nav.navbar-default {
        background: url() repeat 0 0;
        padding: 0;
        margin: 0;
        background-color: none;
        border: none;
        min-height: 0;
        box-shadow: none;
        border-radius: 0;
    }
    nav.navbar-default .navbar-collapse {
        background: url() repeat 0 0;
        padding: 0;
        margin: 0;
        background-color: none;
        border: none;
        box-shadow: none;
        border-radius: 0;
    }
    /*  main navagation position
    *
    * Note: positions of the navigation is controled by the top, left, bottom, right property. 
    * Then you add padding to the header container the same as the line-height of the main <a>  
    * If you are doing a 100% width navigation then use both the right and left set to 15px and set a % width on the main <li> example 25% for a 4 item navigation
    *
    */
    #header .container {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    nav.navbar-default .primary-nav {
    }
    nav.navbar-default .secondary-nav {
    }
    nav.navbar-default .primary-nav > li {
		align-self: center;
    }
    /* turns back on the hover effect for mouse controls Note: this dose not turn back on top menu */
    .dropdown:hover .dropdown-menu {
        display: block
    }
    /* 
    *  Controls your main navigation 
    */
    .primary-nav > li > a {
        background: url() repeat 0 0;
        padding: 0 8px;
        margin: 0;
        background-color: none;
        border: none;
        box-shadow: none;
        border-radius: 0;
        text-shadow: 0;
        line-height: 36px;
        white-space: nowrap;
    }
    /* hover and active state */
    .navbar-default .primary-nav > .active > a, .navbar-default .primary-nav > .active > a:hover, .navbar-default .primary-nav > .active > a:focus, .navbar-default .primary-nav > li > a:hover, .navbar-default .primary-nav .current-menu-parent > a {
        background: none
    }
    /* Special considertations are needed for the first and last menu items */
    
    /* 
    *  Controls your sub menu navigation 
    */
    .secondary-nav > li {
        padding: 6px 0
    }
    .secondary-nav > li > a {
        background: url() repeat 0 0;
        padding: 0 10px;
        margin: 0;
        background-color: none;
        border: none;
        box-shadow: none;
        border-radius: 0;
        text-shadow: 0;
        line-height: 14px;
        border-left: 1px solid #D1AD79;
        white-space: nowrap;
    }
    /* hover and active state */
    .navbar-default .secondary-nav > .active > a, .navbar-default .secondary-nav > .active > a:hover, .navbar-default .secondary-nav > .active > a:focus, .navbar-default .secondary-nav > li > a:hover {
        background: none
    }
    /* Special considertations are needed for the first and last menu items */
    nav.navbar-default .secondary-nav li:nth-child(1) a {
        border-left: none
    }
    nav.navbar-default .secondary-nav li:nth-last-child(1) a {
        padding-right: 0
    }
    /* 
    *  Controls your footer navigation 
    */
    .footer_nav {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .footer_nav.right {
        float: right
    }
    .footer_nav.left {
        float: left
    }
    .footer_nav li {
        float: left;
        margin: 0;
        padding: 0;
        background: none;
    }
    .footer_nav a {
        display: block;
        white-space: nowrap;
        padding: 0 15px;
        text-decoration: none;
        text-transform: capitalize;
        border-right: 1px solid #606060;
    }
    /* hover and active state */
    .footer_nav a:hover, ul.footer_nav li.active a, .footer_nav li.active a:hover, footer .menu a:hover, footer .menu li.active a, footer .menu li.active a:hover {
        background: none
    }
    /* Special considertations are needed for the centered sytled menu */
    #menu-footer-top {
        text-align: center
    }
    #menu-footer-top a {
        display: inline-block
    }
    /* Special considertations are needed for the first and last menu items */
    .footer_nav li:nth-child(1) a {
        padding-left: 0
    }
    .footer_nav li:nth-last-child(1) a {
        border-right: none
    }
    /* 
    *  Controls your .primary-nav dropdowns menus
    */
    /* styles for the dropdown */
    .navbar-default .navbar-nav ul.dropdown-menu {
        background-color: #FFFFFF;
		border: none;
		border-radius: 0;
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
		margin: 0;
		min-width: auto;
		padding: 0;
    }
    ul.dropdown-menu  > li.menu-item {
        /* no styles should be placed here */
    }
    ul.dropdown-menu > li.menu-item > a, .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        padding: 8px 20px;
        color: #000000;
        /* background should be controled by the ul.dropdown-menu */
    }
    /* hover and active state */
    ul.dropdown-menu > li > a:hover, ul.dropdown-menu > li.active > a, ul.dropdown-menu > li.active > a:hover, ul.dropdown-menu > li.active > a:focus {
        background: #00a5ae;
        color: #ffffff !important;
    }
    /* Styles for background color on active main dropdowns */
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background: #00a5ae;
        color: #ffffff !important;
    }
    /* 
    *  End of Controls for your menus
    */
    /* Legacy shortcode css do not delete */
    .full_width {

    }
    .one_half {
        width: 49%
    }
    .one_third {
        width: 32%
    }
    .two_third {
        width: 66%
    }
    .one_fourth {
        width: 23.5%
    }
    .three_fourth {
        width: 74.5%
    }
    .one_fifth {
        width: 18.4%
    }
    .two_fifth {
        width: 38.8%
    }
    .three_fifth {
        width: 59.2%
    }
    .four_fifth {
        width: 79.6%
    }
    .one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth {
        position: relative;
        margin-right: 2%;
        float: left;
        clear: none;
    }
    .last {
        margin-right: 0 !important;
        clear: right;
    }
    .clearboth, .clear {
        clear: both;
        display: block;
        font-size: 0;
        height: 0;
        line-height: 0;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    ul.tabs li {
        float: left
    }
    /* New footer widths */
    .number-of-col-1, .number-of-col-2, .number-of-col-3, .number-of-col-4, .number-of-col-5 {
        position: relative;
        margin-right: 2%;
        float: left;
    }
    .number-of-col-1 {
        width: 100%;
        margin-right: 0;
    }
    .number-of-col-2 {
        width: 48%
    }
    .number-of-col-3 {
        width: 32%
    }
    .number-of-col-4 {
        width: 48%
    }
	.gridGallery .targetDiv {
		grid-column: span 2;
	}
	.grid-end-4 {
		grid-column-end: 4 !important;
	}
} /* end Small devices. Do Not Delete  */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .call-to-action-header {

    }
    .call-to-action-header .call-to-action-text {

    }
    .call-to-action-header .ct-search {

    }
    .call-to-action-header .social-media {

    }
    .call-to-action-header .social-media span {

    }
    .call-to-action-footer {

    }
    .call-to-action-footer .call-to-action-text {

    }
    .call-to-action-footer .ct-search {

    }
    .call-to-action-footer .social-media {

    }
    .call-to-action-footer .social-media span {

    }
    .attachment-post-thumbnail {
        float: left;
        margin: 0 15px 15px 0;
    }
    .alignright {
        float: right;
        margin: 0 0 15px 15px;
    }
    .alignleft {
        float: left;
        margin: 0 15px 15px 0;
    }
    .aligncenter {
        display: block;
        margin: 0 auto 15px;
    }
    .number-of-col-1 {
        width: 100%
    }
    .number-of-col-2 {
        width: 35.5%
    }
    .number-of-col-3 {
        width: 23%
    }
    .number-of-col-4 {
        width: 16.75%
    }
    .footer-widget-1 {
        clear: both
    }
    .footer-widget-2 {

    }
    .footer-widget-3 {

    }
    .footer-widget-4 {

    }
    .footer-widget-5 {

    }
} /* end Medium devices. Do Not Delete  */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    .full_width {

    }
    .one_half {
        width: 48%
    }
    .one_third {
        width: 30.66%
    }
    .two_third {
        width: 65.33%
    }
    .one_fourth {
        width: 22%
    }
    .three_fourth {
        width: 74%
    }
    .one_fifth {
        width: 16.8%
    }
    .two_fifth {
        width: 37.6%
    }
    .three_fifth {
        width: 58.4%
    }
    .four_fifth {
        width: 67.2%
    }
    .one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth {
        margin-right: 4%
    }
	header.container-fluid, #header .container-fluid {
    max-width: 1980px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.container {
	width: 90%;
	max-width: 1200px;
}
.button {
	min-width: 210px;
}
.primary-nav > li > a {
    padding: 0 15px;
}
.bar-id-53 .container, .maxWidth {
    max-width: 50vw;
}
.home #callout2 .fullWidth .container {
    max-width: 1070px !important;
}
.slider_content.container {
	max-width: 85% !important;
}
.slider_content h2.title-xl {
	font-size: min(max(27px, 3.2vw), 69px) !important;
}
}

@media (max-width:1498px) {
.platform {
    max-width: 960px;
    margin: 0 auto;
}
	.bar-id-71 .container {
    max-width: 1040px;
}
.container {
    width: 85%;
    max-width: 1070px;
}
.bar-id-161 img {
    right: -18%;
}
}
@media (max-width:1099px) {
#callout {
    max-height: 420px;
}
.bar-id-53 .container {
    max-width: 540px;
}
.bar-id-161 img {
    right: -20%;
}
}
@media (max-width:991px) {
#header .row {
    flex-wrap: nowrap;
    justify-content: space-between;
}
#header .row > div {
    width: auto;
}
nav.navbar-default {
    justify-content: flex-end;
}
.navbar-toggler:focus {
    box-shadow: none;
}
button.navbar-toggler {
    background: transparent !important;
    padding: 0;
    border: none;
    color: #000000  !important;
}
button.navbar-toggler i {
    font-size: 18px;
    transform: scaleX(1.8);
    margin-right: 8px;
}
nav.navbar-default .navbar-collapse {
    background: #ffffff;
    padding: 20px 0;
    position: absolute;
    left: 0;
    top: 65px;
    width: 100%;
}
nav.navbar-default .primary-nav > li {
    display: block;
    width: 100%;
}
.navbar-default .primary-nav > li > a, ul.dropdown-menu > li.menu-item > a {
    font-size: 14px !important;
    padding: 10px 15px;
    width: 100%;
    display: block;
	line-height: 24px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #ffffff !important;
}
.primary-nav li.button {
    width: auto !important;
    margin-right: auto;
	margin-top: 20px;
}
.primary-nav .dropdown-toggle {
    display: block !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    text-align: right;
    line-height: 30px;
}
.dropdown-toggle::after {
    margin: 10px 15px;
    border-top: 0.6em solid #000000;
    border-right: 0.6em solid transparent;
    border-left: 0.6em solid transparent;
	position: relative;
    top: 6px;
}
.navbar-nav .dropdown-menu {
    position: static;
    background: transparent;
    border: none;
    margin: 0;
}
ul.dropdown-menu > li.menu-item > a {
    font-size: 15px !important;
    padding: 5px 30px;
}
ul.dropdown-menu > li.menu-item.active > a {
    background: #103366;
	color: #ffffff;
}
.bar-id-41 img {
    height: 100%;
    object-fit: cover;
}

.bar-id-161 img {
    right: -41%;
}
.gridGallery .targetDiv {
    padding: 15px 10px;
    border-radius: 20px;
}
li.listing {
    margin: 10px 10px;
    border-radius: 15px;
    padding: 10px 1rem
}
}
@media (max-width:767px) {
input, textarea, select {
    padding: 5px 20px;
    font-size: 14px;
}
.container {
    width: 100%;
}
	.topSection {
    padding: 10px;
    font-size: 12px;
}
a.button {
    min-width: 240px;
}
.logo {
    max-width: 180px;
}
#callout {
    max-height: 240px;
}
.slider_content h2 {
	font-size: 21px !important;
}
#callout2 *, .bars * {
    text-align: center;
}
.page-id-16 #callout2 * {
    text-align: left;
}
.bar-id-41 img {
    height: auto;
}
.platform {
    gap: 0.5rem;
    flex-wrap: wrap;
	max-width: 270px;
}
.platform > div {
    flex-basis: 100%;
	text-align: center;
}
.platform .title-sm {
    font-size: 24px !important;
    margin: -10px 0 20px;
}
.recent_posts_wrap h3 {
    margin-top: 30px;
}
a.post-thumbnail img {
    margin-bottom: 25px;
}
a.moretag.button {
    margin: 20px auto 0;
}
#footer .d-flex {
    align-items: center;
    flex-direction: column;
}
#footer .footer-widget-1 > img {
    max-width: 160px !important;
    margin-bottom: 20px;
}
#footer .custom-html-widget {
    margin-top: 0;
}
#footer2 {
    text-align: center;
}
#footer h6 a.fw-900 {
    font-size: 24px !important;
}
#footer a.text-grey.title-xs {
    font-size: 14px !important;
}
.recent_posts_wrap div:first-child {
	padding-top: 56.25%;
	width: calc(100% - 30px);
    margin: 0 auto;
}
.gridGallery {
    grid-template-columns: repeat(3, 1fr);
}
li.listing {
	margin: 5px 10px;
}
.gridGallery .targetDiv {
    padding: 15px 10px;
}
.gridGallery img {
    min-height: 50px;
	height: 50px !important;
}
.procat img {
    max-width: 60%;
}
	.page .procat {
    flex-wrap: wrap !important;
	justify-content: center;
}
.page .procat .wp-block-column {
    flex: 0 0 calc(50% - 1em) !important;
    width: 100%;
}
.proList *, .black-bg * {
    text-align: left !important;
}
.proList figure {
    text-align: center !important;
    margin: 0 auto;
    /*max-width: 240px;*/
}
.black-bg {
    padding: 20px;
    border-radius: 15px;
}
.black-bg .wp-block-group figure {
    flex: 0 0 45px;
}
.bar-id-161 img {
    position: relative;
    right: 0;
    bottom: 0;
	margin-bottom: -14vw;
    top: auto;
	max-width: 210px;
}
.proList h5 strong {
    font-size: 14px;
    display: block;
}
.proList h5 strong::after {
    width: 26px;
    height: 17px;
}
.fullWidth .container {
    width: 100%;
}
}
 /* end Large devices. Do Not Delete  */


/*******************************************************************************
*
*
*  DO NOT PLACE CUSTOM THEME CSS HERE - ALL CUSTOM THEME CSS GOES AT THE TOP
*  DO NOT PLACE RANDOM MEDIA QUERIES HERE - ALL MEDIA QUERIES SHOULD ALREADY BE DEFINED ABOVE
*  IF YOU ARE ADDING NEW MEDIA QUERIES THEN YOU DONT UNDERSTAND BOOTSTRAP CORE! 
*
*
********************************************************************************/