@import url('https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&amp;display=swap');

/*			RESETS			*/
.vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 0px !important;
}
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner {
    padding-top: 0px !important;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0px !important;
}
.clearfloats{clear:both;}
::-webkit-input-placeholder { /* WebKit browsers */ color: #757575 !important; opacity: 1; } :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #757575 !important; opacity: 1; } ::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #757575 !important; opacity: 1; } :-ms-input-placeholder { /* Internet Explorer 10+ */ color: #757575 !important; opacity: 1; }
.ult-carousel-wrapper {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.wpcf7-not-valid {
    border-color: red !important;
}
span.wpcf7-not-valid-tip {
    display: none !important;
}
.wpcf7-form .wpcf7-mail-sent-ng, .wpcf7-form .wpcf7-validation-errors {
    background-color: #ff00001c !important;
    border: 1px solid red !important;
    color: red !important;
		text-align: center;
}

div#row-water {
    background-position: top center !important;
}
div#row-agreements {
    background-position: top center !important;
    min-height: 900px;
}


/*			GENERAL			*/
@media screen and (min-width: 1560px) {
.new-wrapper-wide {
    max-width: 1560px;
    display: flex !important;
    margin: 0px auto !important;
}
  .column-align .new-wrapper-wide {
    display: flex !important;
}
}
@media screen and (min-width: 1400px) {
.new-wrapper {
    max-width: 1400px;
    display: flex !important;
    margin: 0px auto !important;
}
  .column-align .new-wrapper {
    display: flex !important;
}
}
@media screen and (min-width: 1170px) {
.new-wrapper-thin {
    max-width: 1170px;
    display: flex !important;
    margin: 0px auto !important;
} 
  .column-align .new-wrapper-thin {
    display: flex !important;
}
}
@media screen and (max-width: 1590px) {
.wrapper-padder-wide {
    padding:0px 45px;
}
}
@media screen and (max-width: 1430px) {
.wrapper-padder {
    padding:0px 30px;
}
}
@media screen and (max-width: 1200px) {
.wrapper-padder-thin {
    padding:0px 30px;
}
}

/*          HEADER          */

header.fusion-header-wrapper {
    border-bottom: 3px solid #65e3dd;
    box-shadow: 0px 15px 25px rgba(0,0,0,0.25);
}
.home header.fusion-header-wrapper {
    position: absolute;
    width: 100%;
}
.fusion-top-header .fusion-header {
    background-color: rgb(17, 100, 144) !important;
}
.home .fusion-top-header .fusion-header {
    background-color: rgba(17, 100, 144, 0.95) !important;
}
/*   Menu   */
a.fusion-icon.fusion-icon-bars::before {
    content: '\f0c9';
    display: block;
    margin-top: 18px;
    width: 36px;
    height: 36px;
    font-size: 36px;
    background: linear-gradient(45deg, #65e3dd, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 3px 4px 15px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}
.fusion-mobile-menu li.fusion-mobile-nav-item a {
    font-size: 18px !important;
    line-height: 60px !important;
    height: 60px !important;
    background: #129aab !important;
    color: white !important;
    font-family: 'Rubik';
    font-weight: 500;
    border-color: #0c8998 !important;
		text-align: center;
}
.fusion-mobile-menu li.fusion-mobile-nav-item.fusion-mobile-current-nav-item a {
    background-image: linear-gradient(to right, #12779b, #14a5b8, #12779b) !important;
}
ul#mobile-menu-mobile-menu {
    border-top: 0px;
}
.fusion-main-menu>ul>li {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: 2px;
    text-transform: uppercase;
    transition: all linear 0.2s;
}
.fusion-main-menu>ul>li a {
    padding-right: 18px !important;
    padding-left: 18px !important;
}
.fusion-main-menu>ul>li:hover {
    background: rgba(13, 52, 93, 0.3);
}
.fusion-main-menu>ul>li.current-menu-item {
    background: rgba(13, 52, 93, 0.3);
}
.fusion-main-menu .fusion-dropdown-menu .sub-menu li a {
    font-family: "Open Sans";
    font-weight: 400;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom-color: #139db0 !important;
    color: #ffffff;
    font-size: 18px;
    background: #65e3dd !important;
		transition: all linear 0.2s;
}
.fusion-main-menu .fusion-dropdown-menu .sub-menu li a:hover {
    background: #1194a5 !important;
}

/*   Page Title Bar   */
.fusion-page-title-bar .fusion-page-title-row {
    max-width: 1400px !important;
    margin: 0px auto !important;
    display: block;
}
h1.entry-title {
    font-family: 'Rubik' !important;
    font-weight: bold !important;
    text-transform: uppercase;
    font-style: italic !important;
    background: linear-gradient(to top, #65e3dd 25%, #ffffff 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 3px 4px 15px rgba(0, 0, 0, 0.15);
    padding-left: 5px !important;
}
.fusion-page-title-bar {
    border: 0px !important;
}



/*          HOMEPAGE          */

#row-banner{
		min-height: 800px;
		/*background-attachment: fixed;*/
}
.banner-content{
		margin-top: 60px;
}
.banner-content h2 {
    color: white !important;
    text-align: center;
    font-size: 60px !important;
    font-family: 'Rubik' !important;
    text-transform: uppercase;
    line-height: 1em !important;
    font-weight: bold !important;
    font-style: italic !important;
    text-shadow: 3px 10px 30px rgba(0,0,0,0.3), 0px 2px 3px rgba(0,0,0,0.3);
}
.banner-content span.second-line {
    display: block;
    font-size: 36px;
    color: #65e3dd;
}

.funnel-btn {
    width: 100% !important;
    margin-bottom: 0px;
		transition: all linear 0.15s;
}
.funnel-left {
    border-right: 3px solid #65d3d4;
}
.funnel-left .funnel-btn a:hover {
    background: #1997a8 !important;
}
.funnel-right .funnel-btn a:hover {
    background: #0f5c85 !important;
}
.funnel-btn a {
    width: 100%;
    padding: 60px 100px !important;
    font-family: 'Yantramanav' !important;
    font-weight: bold !important;
    font-size: 30px !important;
    text-transform: uppercase;
	  transition: all linear 0.15s;
		position: relative;
}
.funnel-left .funnel-btn a {
    text-align: right;
}
.funnel-right .funnel-btn a {
    text-align: left;
}
.funnel-btn a::after {
    content: '\f061';
    font-family: 'FontAwesome';
    color: #65e3dd;
    font-size: 30px;
    margin-left: 24px;
	  transition: all linear 0.15s;
		position: relative;
		right: 0px;
}
/* .funnel-left */.funnel-btn:hover a::after { 
    right: -15px;
}

#row-intro .intro-content {
    padding-right: 115px;
}
#row-intro .intro-content h1 {
    font-family: 'Rubik', sans-serif;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-style: italic;
    color: #116490;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 24px;
}
#row-intro .service-title a {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1em !important;
    margin-top: 24px !important;
    display: block;
    font-style: italic;
    font-family: 'Rubik';
    max-width: 175px;
    margin: 24px auto 0 !important;
}
#row-intro .title-policies a {
    color: #65e3dd !important;
}
#row-intro .title-systmntwk a {
    color: #14a5b8;
    margin-top: 30px !important;
}
#row-intro .title-about a {
    color: #116490;
    margin-top: 30px !important;
}

button.slick-prev.default.slick-arrow {
    color: rgb(101, 227, 221);
    display: block;
    background: white;
    height: 1.5em;
    width: 1.5em;
    border-radius: 50%;
    left: -60px;
		box-shadow: 2px 3px 5px rgba(0,0,0,0.2);
}
button.slick-next.default.slick-arrow {
    color: rgb(101, 227, 221);
    display: block;
    background: white;
    height: 1.5em;
    width: 1.5em;
    border-radius: 50%;
    right: -60px;
		box-shadow: 2px 3px 5px rgba(0,0,0,0.2);
}



/*          FOOTER          */

.ult_exp_section_layer.ult-adjust-bottom-margin {
    margin-bottom: 0px !important;
}
.contact-expand div.ult_exp_section {
    padding: 75px 30px;
    background-image: linear-gradient(to right, #12779b, #14a5b8, #12779b) !important;
}
.contact-expand .ult_expheader {
    font-family: 'Rubik', sans-serif;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-style: italic;
    font-size: 60px;
    color: white;
    margin-bottom: 10px;
    line-height: 1em !important;
}
.ult-just-icon-wrapper.ult_exp_icon {
    position: relative;
    top: 0px;
    transition: all linear 0.2s;
}
.contact-expand:hover .ult-just-icon-wrapper.ult_exp_icon {
    top: 10px;
/*     text-shadow: 0px 0px 15px rgba(255, 255, 255,0.3); */
}
span.aio-icon.none.ult_expsection_icon {
		transition: all ease-in-out 0.5s;
}
.ult_active_section span.aio-icon.none.ult_expsection_icon {
    transform: rotate(180deg);
}
.ult_exp_content {
    padding: 60px 15px !important;
    text-align: center;
    background-color: #fafafa;
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
}
input.wpcf7-form-control.wpcf7-text {
    height: 60px;
    margin-bottom: 15px;
		padding: 0px 30px;
}
select.wpcf7-form-control.wpcf7-select {
    height: 60px;
    margin-bottom: 15px;
		padding-left: 30px;
}
.wpcf7-select-parent .select-arrow {
    width: 58px !important;
    height: 56px !important;
    line-height: 58px !important;
    margin-top: 1px;
    margin-right: 1px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    padding: 24px 30px;
    min-height: 240px;
}
label.form-left {
    float: left;
    width: 49%;
    margin-right: 2%;
}
label.form-right {
    float: left;
    width: 49%;
}
input.wpcf7-form-control.wpcf7-submit {
    background-image: linear-gradient(to right, #116490, #14a5b8) !important;
    font-family: 'Rubik' !important;
    font-weight: bold;
    font-style: italic;
    text-transform: none;
    line-height: 60px;
    padding: 0px 60px !important;
    margin-top: 15px !important;
		border: 0px;
}
input.wpcf7-form-control:focus {
    border-image: linear-gradient(-45deg, #116490 0%, #14a5b8 100%);
    border-image-slice: 1;
    border-width: 2px;
}
select.wpcf7-form-control.wpcf7-select:focus {
    border-image: linear-gradient(-45deg, #116490 0%, #14a5b8 100%);
    border-image-slice: 1;
    border-width: 2px;
}
select.wpcf7-form-control.wpcf7-select:focus ~ .select-arrow {
    border-image: linear-gradient(-45deg, #116490 0%, #14a5b8 100%) !important;
    border-image-slice: 1 !important;
    border-width: 2px !important;
}
textarea.wpcf7-form-control.wpcf7-textarea:focus {
    border-image: linear-gradient(-45deg, #116490 0%, #14a5b8 100%);
    border-image-slice: 1;
    border-width: 2px;
}
form label {
    text-align: left !important;
    display: block;
    font-size: 16px !important;
}
span.form-label {
    padding-left: 30px;
    font-size: 14px;
    margin-bottom: 3px;
    display: block;
}

.fusion-column.col-lg-6.col-md-6.col-sm-6 {
    width: 45%;
}
.fusion-column.fusion-column-last.col-lg-6.col-md-6.col-sm-6 {
    width: 55%;
}
h4.widget-title {
    font-style: italic !important;
    font-family: 'Rubik' !important;
}
section#text-2 {
    padding-left: 145px;
}
section#text-3 {
    margin-top: -90px;
    padding-left: 145px;
}
.footer-contect-left {
    float: left;
    margin-right: 100px;
}
.footer-contect-right {
    float: left;
}
footer i {
    color: #65e3dd;
    width: 20px;
    margin-right: 12px;
}
.copybar-new {
    padding: 30px 0 30px 145px;
    background: linear-gradient(to right, rgba(20, 165, 184, 0) 0%, #14a5b8 50%) !important;
    height: 90px !important;
}
#text-4 .textwidget::after {
    content: '';
    display: block;
    height: 90px;
    width: 900px;
    background: #14a5b8;
    position: relative;
    left: 100%;
    top: -90px;
}
section#text-3 {
    margin-top: -90px;
    padding-left: 145px;
    margin-bottom: -90px !important;
}
section#media_image-2 {
    margin-bottom: 0px !important;
}
#text-3 a img {
    margin-top: 5px;
    margin-left: 10px;
}


/*          	SECONDARY PAGES          */
.default-text h2 {
    font-family: 'Rubik', sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-style: italic !important;
    color: #116490 !important;
    font-size: 36px !important;
    line-height: 40px;
    margin-bottom: 18px;
}

/*  About  */
.industry-title p {
    text-align: center;
    color: white;
    font-family: 'Rubik' !important;
    font-weight: 500;
    font-size: 24px;
    display: block;
    line-height: 60px;
    background: #0f5c84;
    font-style: italic;
}
.about-padder {
    padding-right: 60px;
}
.industry-titlebox {
    max-width: 940px;
    margin: 0px auto;
}
div#history-row {
    border-top: 5px solid;
    border-bottom: 0px;
    border-image-source: linear-gradient(45deg, rgb(15, 91, 131), rgb(101, 227, 221));
    border-image-slice: 1;
}
#history-row h2 {
    font-size: 120px !important;
    font-family: 'Rubik' !important;
    font-weight: bold !important;
    font-style: italic !important;
    background: linear-gradient(to top, #ffffff 15%, #eee 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1em !important;
}
#history-row h4 {
    color: #116490 !important;
    font-size: 36px;
    font-family: 'Rubik';
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    line-height: 1em !important;
    margin-bottom: 24px;
}
div#history-row .vc_tta-tab a {
    border: 0px !important;
    padding: 0px 30px 0px 120px;
    line-height: 60px;
    background: white;
    color: #1295a6 !important;
    font-family: 'Rubik';
    font-size: 24px;
    font-weight: bold;
}
div#history-row .vc_tta-tab.vc_active a {
    background: linear-gradient(to right, #fff 1%, #14a5b8 65%, #116490 100%) !important;
    color: white !important;
}

.wpb_text_column.wpb_content_element.pdf-title {
    border: 3px solid #757575;
    border-radius: 10px;
    line-height: 75px;
    padding: 0 60px;
    font-weight: bold;
}

/*  Agreements  */
#row-agreements .agreement-procedure {
    text-align: left;
    color: white !important;
}
#row-agreements .ult_expheader {
    font-size: 30px;
    line-height: 90px !important;
    color: white;
    font-family: 'Rubik';
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
}
#row-agreements .agreement-procedure h3 {
    padding: 0px 40px;
    font-size: 24px;
    line-height: 1em !important;
    margin-bottom: 36px;
    color: white;
    font-family: 'Rubik';
    font-weight: bold;
    font-style: italic;
    background: linear-gradient(145deg, #65e3dd 0%, #ffffff 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 3px 4px 15px rgba(0, 0, 0, 0.15);
}
#row-agreements .agreement-procedure li {
    line-height: 1.2em;
    margin-bottom: 20px;
}
#row-agreements .ult_exp_content.ult_active_section {
    -webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.15);
    box-shadow: inset 0 20px 40px -24px rgba(0,0,0,0.1);
}
#row-agreements .vc_btn3-container.vc_btn3-inline {
    margin-top: 30px;
}
#row-agreements .vc_btn3-container.vc_btn3-inline a {
    border-radius: 0px;
    border: 0px !important;
    padding: 15px 30px;
    font-size: 18px !important;
    font-family: 'Rubik';
    font-weight: bold;
    font-style: italic;
    color: #116490 !important;
    background: linear-gradient(0deg, #65e3dd 0%, #ffffff 60%);
}



/*  Members  */
.member-block {
    border: 2px solid #d7d7d7;
    margin-bottom: 30px !important;
}
.pic-column .vc_column-inner {
    padding: 0px;
}
.member-bio h2 {
    font-family: 'Rubik', sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-style: italic !important;
    color: #116490 !important;
    font-size: 36px !important;
    line-height: 1em !important;
}
.member-bio h3 {
    font-family: 'Rubik', sans-serif !important;
    font-weight: 500;
    text-transform: uppercase;
    color: #129cae !important;
    font-size: 24px !important;
    line-height: 1em !important;
    margin-bottom: 18px;
}
.member-bio {
    padding: 30px 45px;
}
/*  Contact  */
.contact-block {
    max-width: 350px;
    margin: 0px auto;
}
.contact-block h3 {
    background-image: linear-gradient(to right, #14a5b8, #12779b) !important;
    padding: 15px 30px;
    font-size: 24px !important;
    color: white !important;
    font-family: 'Rubik' !important;
    font-style: italic !important;
    text-transform: uppercase;
}
.contact-block h4 {
    background: #0f5981;
    padding: 5px 30px;
    font-size: 18px !important;
    text-transform: uppercase;
    color: white !important;
    margin-bottom: 10px;
}
.contact-block p {
    padding: 0px 30px;
    color: #10608a;
    font-weight: bold;
}
.contact-block p i {
    margin-right: 10px;
		color: #1194a5;
}

/*  Minutes  */
.pdf-button.vc_btn3-container {
    margin-bottom: 0px;
}
.pdf-row-title p {
    font-size: 120px !important;
    font-family: 'Rubik' !important;
    font-weight: bold !important;
    font-style: italic !important;
    background: linear-gradient(to top, #ffffff 15%, #eee 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1em !important;
		margin-bottom: 15px !important;
}
.pdf-row {
    margin-bottom: 15px;
}
.vc_gitem-animated-block {
    display: none;
}
.pdf-button a {
    background-image: linear-gradient(to right, #14a5b8, #12779b) !important;
    color: white !important;
    font-size: 24px !important;
    font-family: 'Rubik';
    font-weight: bold;
    font-style: italic;
    text-align: center;
    display: block;
    width: 100%;
    border-radius: 50px !important;
    padding: 0px !important;
    line-height: 75px !important;
		border:0px !important;
}
.wpb_text_column.wpb_content_element.pdf-title {
    border: 3px solid #757575;
    border-radius: 10px;
    line-height: 75px;
    padding: 0 60px 5px;
    font-weight: bold;
}
.wpb_text_column.wpb_content_element.pdf-title p::before {
    content: '\f1c1';
    display: inline-block;
    margin-right: 24px;
    color: #1194a5 !important;
    font-size: 30px;
    font-family: 'FontAwesome';
    font-weight: 100 !important;
    position: relative;
    top: 5px;
}


/*          RESPONSIVE          */
@media screen and (max-width: 1400px) {
#row-intro .intro-content {
    padding-right: 75px;
}
}

@media screen and (max-width: 1200px) {
.funnel-btn a {
    padding: 60px 45px !important;
}
	.funnel-left .funnel-btn a {
    text-align: center;
}
	.funnel-right .funnel-btn a {
    text-align: center;
}
	#row-intro .intro-content {
    padding-right: 0px;
}
	#row-intro .wpb_column.vc_column_container.vc_col-sm-6 {
    width: 100%;
}
	.wpb_text_column.wpb_content_element.intro-content {
    text-align: center;
    max-width: 760px;
    margin: 0px auto 75px !important;
}
	.about-padder {
    padding-right: 0px !important;
}
	.member-block {
    width: 50%;
    float: left;
}
	.member-block:nth-child(even) {
    float: right;
}
	.member-block .wpb_column {
    width: 100% !important;
}
	.member-pic {
    text-align: center !important;
    margin-top: 15px;
}
	.member-bio {
    padding: 36px 30px 15px !important;
}
	.member-logo {
    padding: 0px 30px;
    margin-bottom: 36px !important;
}
}

@media screen and (max-width: 1120px) {
header.fusion-header-wrapper {
    position: relative;
}
	#row-banner {
    min-height: 540px;
}
.banner-content {
    margin-top: 60px;
    padding: 0px 30px;
}
	section#text-2 {
    padding-left: 60px;
}
	.copybar-new {
    padding: 30px 0 30px 60px;
    height: 90px !important;
}
	section#text-3 {
    margin-top: -90px;
    padding-left: 60px;
    margin-bottom: -15px !important;
}
}

@media screen and (max-width: 1100px) {
	.member-pic {
    margin-top: 0px;
}
	.member-bio h2 {
    font-size: 30px !important;
}
	.member-bio h3 {
    font-size: 18px !important;
}
	.pdf-button a {
    font-size: 18px !important;
}
}

@media screen and (max-width: 960px) {
.funnel-btn a {
    font-size: 24px !important;
}
	.funnel-btn a {
    padding: 45px 15px !important;
}
	.footer-contect-left {
    float: none;
    margin-right: 0px;
    margin-bottom: 18px;
}
	.footer-contect-right {
    float: none;
}
	.copybar-new {
    font-size: 14px !important;
}
	.wpb_text_column.wpb_content_element.pdf-title {
    border: 3px solid #757575;
    border-radius: 10px;
    line-height: 1.5em;
    padding: 20px 60px 25px;
    font-weight: bold;
}
.wpb_text_column.wpb_content_element.pdf-title {
    border: 3px solid #757575;
    line-height: 1.5em;
    padding: 20px 60px 25px;
    font-weight: bold;
}
.pdf-button a {
    background-image: linear-gradient(to right, #14a5b8, #12779b) !important;
    color: white !important;
    font-size: 18px !important;
    font-family: 'Rubik';
    font-weight: bold;
    font-style: italic;
    text-align: center;
    display: block;
    width: 100%;
    padding: 0px !important;
    line-height: 75px !important;
}
}

@media screen and (max-width: 850px) {
	.member-block {
    width: 100%;
    float: none;
    max-width: 500px;
    margin: 0px auto 30px;
}
	.member-block {
    width: 100%;
    float: none;
    max-width: 500px;
    margin: 0px auto 30px;
}
		.member-block:nth-child(even) {
    float: none;
}
}

@media screen and (max-width: 800px) {
		.fusion-column.fusion-column-last.col-lg-6.col-md-6.col-sm-6 {
    position: relative;
    top: -250px;
		margin-bottom: -250px;
}
}

@media screen and (max-width: 767px) {
	.banner-content h2 {
    font-size: 48px !important;
}
	.banner-content span.second-line {
    font-size: 24px;
}
	.funnel-left {
    border-right: 0px;
    border-bottom: 3px solid #65d3d4;
}
	.service-title {
    margin-bottom: 45px !important;
}
	div#row-intro {
    padding-bottom: 0px !important;
}
	.contact-expand div.ult_exp_section {
    padding: 45px 30px;
}
	.contact-expand .ult_expheader {
    font-size: 48px;
}
	.contact-expand span.aio-icon.none.ult_expsection_icon {
    font-size: 36px !important;
}
	label.form-left {
    float: none;
    width: 100%;
    margin-right: 0px;
}
	label.form-right {
    float: none;
    width: 100%;
    margin-right: 0px;
}
	#row-water {
    padding-top: 120px !important;
    padding-bottom: 90px !important;
    background-size: contain;
}
		.wpb_text_column.wpb_content_element.pdf-title {
    border: 3px solid #757575;
    border-radius: 10px;
    line-height: 1.5em;
    padding: 20px 60px 25px;
    font-weight: bold;
}
.wpb_text_column.wpb_content_element.pdf-title {
    border: 3px solid #757575;
    border-radius: 0px;
    line-height: 1.5em;
    padding: 20px 60px 25px;
    font-weight: bold;
    border-bottom: 0px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.pdf-button a {
    background-image: linear-gradient(to right, #14a5b8, #12779b) !important;
    color: white !important;
    font-size: 18px !important;
    font-family: 'Rubik';
    font-weight: bold;
    font-style: italic;
    text-align: center;
    display: block;
    width: 100%;
    border-radius: 0px !important;
    padding: 0px !important;
    line-height: 75px !important;
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border: 3px solid #0f5b83 !important;
    border-top: 0px !important;
}
	.pdf-row {
    margin-bottom: 30px;
}
	.wpb_text_column.wpb_content_element.pdf-title {
    padding: 20px 30px 25px;
}
	.wpb_text_column.wpb_content_element.pdf-title p::before {
    display: none;
}
	.pdf-row-title p {
    font-size: 72px !important;
}
}

@media screen and (max-width: 700px) {
	.fusion-column.fusion-column-last.col-lg-6.col-md-6.col-sm-6 {
    position: relative;
    top: -210px;
		margin-bottom: -210px;
}
}

@media screen and (max-width: 600px) {
#row-banner {
    min-height: 450px;
}
	.fusion-column.fusion-column-last.col-lg-6.col-md-6.col-sm-6 {
    position: relative;
    top: -180px;
		margin-bottom: -180px;
}
}

@media screen and (max-width: 500px) {
.fusion-column.fusion-column-last.col-lg-6.col-md-6.col-sm-6 {
    position: relative;
    top: -145px;
		margin-bottom: -145px;
}
		section#text-2 {
    padding-left: 30px;
}
	.copybar-new {
    padding: 30px 0 30px 30px;
    height: 90px !important;
}
	section#text-3 {
    margin-top: -90px;
    padding-left: 30px;
    margin-bottom: -15px !important;
}
	.wpb_text_column.wpb_content_element.pdf-title {
    background: url(https://crnwsc.ca/wp-content/uploads/2019/10/pdf-fade.png);
    background-repeat: no-repeat;
    background-size: contain;
}
	.wpb_text_column.wpb_content_element.pdf-title {
    text-align: center;
}
}

@media screen and (max-width: 450px) {
	.banner-content h2 {
    font-size: 36px !important;
}
	.banner-content span.second-line {
    font-size: 24px;
		line-height: 1em !important;
}
	.fusion-column.fusion-column-last.col-lg-6.col-md-6.col-sm-6 {
    top: -105px;
		margin-bottom: -105px;
}
}

@media screen and (max-width: 400px) {
			section#text-2 {
    padding-left: 0px;
}
	.copybar-new {
    padding: 30px 0 30px 0px;
    height: 90px !important;
}
	section#text-3 {
    margin-top: -90px;
    padding-left: 0px;
    margin-bottom: -15px !important;
}
	section#text-2 {
    text-align: center;
}
	.fusion-column.fusion-column-last.col-lg-6.col-md-6.col-sm-6 {
    top: -45px;
		margin-bottom: -45px;
}
	.copybar-new {
    padding: 30px 0 30px 0px;
    height: auto !important;
    line-height: 1em !important;
}
	#text-4 .textwidget::after {
    display: none;
}
	.copybar-new {
    padding: 30px 15px;
    height: auto !important;
    line-height: 1em !important;
    margin-left: -30px;
    margin-right: -30px;
}
	section#text-3 {
    margin-top: 0px;
    padding-left: 0px;
    margin-bottom: 0px !important;
}
}

/* Mobile Menu */
body .fusion-open-submenu{
	height:60px;
	line-height:60px;
}
body .fusion-mobile-nav-item .fusion-open-submenu{
	color:#fff;
}
body .fusion-mobile-menu-text-align-left li.fusion-mobile-nav-item li a:before{
	margin-right:5px;
	color:#fff;
}