/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 09 2024 | 15:23:34 */
/* 

**CAUTION** 
THIS CSS FILE IS CALLED ACROSS SEVERAL WEBSITES USING THE SALIENT THEME--
	change.surpass.com
	conference.surpass.com
	tds.surpass.com
	support.schedulemytests.com
	staff.surpass.com

CONTENTS--
    General
	Menu
    Homepage
	Footer
    Buttons
	Forms
	Tabs
	Call to action (theme version in 'Salient > Call to action')
	Cookie Consent Banner

*/

/* General -------------------------------------------------------------------------------------- */

h1 { margin-bottom: 20px;}
h2 { margin-bottom: 20px !important;}
h1 strong, h2 strong {
	font-family: 'Source Sans Pro' !important;
}
h3 { margin: 35px 0 20px 0 !important; }
h4 { margin-top: 30px !important; margin-bottom: 15px !important; }
p, ul {
 	padding-bottom: 0; 
    margin-bottom: 15px;
}
div > h3:first-child { margin-top: 0 !important; }
p.heading-lead {
  color: #2099d5;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 140%;
}

/* Firefox-only */
@-moz-document url-prefix() {
	body h1, body h2 {
		letter-spacing: -1px;
	}
}

a {
    text-decoration: none;
	font-weight: 600;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
 	border-bottom: 2px solid rgba(11,84,147,0);
}
p a, .main-content li a {
 	border-bottom: 2px solid #265063;
}
.main-content [data-midnight="light"] h3 a,
.main-content [data-midnight="light"] p a, 
.main-content [data-midnight="light"] li a, 
.wpb_column[data-cfc="true"] a {
    color: #fdf7b6 !important;
 	border-bottom: 2px solid #fdf7b6 !important;
	opacity: 1 !important;
}
.main-content [data-midnight="light"] h3 a:hover, .main-content [data-midnight="light"] h3 a:focus,
.main-content [data-midnight="light"] p a:hover, .main-content [data-midnight="light"] p a:focus, 
.main-content [data-midnight="light"] li a:hover, .main-content [data-midnight="light"] li a:focus, 
.wpb_column[data-cfc="true"] a:hover, .wpb_column[data-cfc="true"] a:focus {
    color: #fffcda !important;
 	border-bottom: 2px solid #fffcda !important;  
    transition: 0.45s;
}
/* 
.light-links p a, .light p a, .light-links li a, .light li a, .wpb_column[data-cfc="true"] a {
    color: #fdf7b6 !important;
 	border-bottom: 2px solid #fdf7b6;
	opacity: 1 !important;
}
.light-links p a:hover, .light p a:hover, .light-links li a:hover, .light li a:hover, .wpb_column[data-cfc="true"] a:hover {
    color: #fffcda !important;
 	border-bottom: 2px solid #fffcda;  
    transition: 0.45s;
}
*/
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, p a:hover, .main-content li a:hover {
    color: #0b5493;
 	border-bottom: 2px solid rgba(11,84,147,1);  
    transition: 0.45s;
}

li {
  margin-bottom: 8px;
}
li ul {
  margin-top: 8px;
}
.nectar-fancy-ul ul li {
	margin-left: 15px;
	padding-left: 28px;
}

.div-center {
    max-width:800px;
    margin-left: auto;
    margin-right: auto;
  }

.line {
    width:100%;
    height:auto;
    border-top: 3px solid #1166B0;
    margin: 50px 0;
  }

.shadow {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19) !important;
}

iframe, .video iframe, .wpb_video_wrapper iframe, video {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}
.hbspt-form iframe {
    box-shadow: none !important;
}

.scroll-back-to-top-wrapper {
    line-height: 1.5 !important;
  }

div.container.main-content > div.row > div.wpb_row {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
  margin-bottom: 0;
}
@media only screen and (min-width: 691px) and (max-width: 999px) {
  div.container.main-content > div.row > div.wpb_row {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}}
@media only screen and (max-width: 690px) {
  div.container.main-content > div.row > div.wpb_row {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}}

.container-wrap {
  padding: 0 !important;
}

.topmargin, .margin-top { margin-top: 50px; }
.bottommargin, .margin-bottom, div.container.main-content > div.row > div.wpb_row.bottommargin { margin-bottom: 50px; }
.nomargin , div.container.main-content > div.row > div.wpb_row.nomargin { margin: 0 !important; }
.notoppadding, div.container.main-content > div.row > div.wpb_row.notoppadding { padding-top: 0 !important; }
.nobottompadding, div.container.main-content > div.row > div.wpb_row.nobottompadding { padding-bottom: 0 !important; }
.nopadding, div.container.main-content > div.row > div.wpb_row.nopadding { padding: 0 !important; }

@media only screen and (max-width: 690px) {
	.wpb_column:not([class*=vc_col-xs]) {
		margin-bottom: 50px;
}}
@media only screen and (min-width: 691px) and (max-width: 999px) {
    .col, body .vc_row-fluid .wpb_column {
        margin-bottom: 50px;
}}


body #header-outer[data-lhe="default"] #top .container nav ul.sf-menu > li.skip-link > a {
  position: fixed !important;
  left: -9999px;
  top: 45px;
  background-color: #fff;
  border-radius: 4px;
  border: 2px solid #265063;
  padding: 15px 7px !important;
}
body #header-outer[data-lhe="default"] #top .container nav ul.sf-menu > li.skip-link.sfHover:not(#social-in-menu) > a:focus {
  left: 15px;
  color: #265063 !important;
}

.hidden {
  display: none !important;
}

:focus {
  outline: 1px solid #265063 !important;
  outline-offset: 1px;
}
header :focus, #footer-outer :focus, .light :focus {
  outline-color: #EEF6FC !important;
}
body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) a:focus,
body:not(.user-is-tabbing) a:focus:before,
body:not(.user-is-tabbing) select:focus {
  	outline: none !important;
}

.wpb_column[data-shadow="small_depth"] > .vc_column-inner > .column-bg-overlay-wrap, {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19) !important;  
}

.nectar_single_testimonial span, .nectar_single_testimonial .title {
	font-weight: 500;
}

/* END General */



/* Menu -------------------------------------------------------------------------------------- */

#logo img {
	padding-top: 3px;
}
a {
  transition: all 100ms linear !important;  
}
#top nav > ul > .button_solid_color_2 > a:focus:before {
  outline: 1px solid #EEF6FC;
  outline-offset: 1px;
}
#top nav > ul > .button_solid_color_2 > a:focus {
  outline: 0 !important;
}
nav ul.sf-menu > :last-child > a {
  margin-right: 0 !important;
}
.sf-menu>li ul {
    padding-bottom: 7px;
}
.sf-menu>li ul li span.menu-title-text {
	line-height: 20px;	
}
#header-outer[data-lhe="default"] #top nav > ul > li[class*="button_solid_color"] > a,
#header-outer[data-lhe="default"] #top nav .sf-menu > li[class*="button_solid_color"] > a:hover {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
body #header-outer #top nav li.current-menu-ancestor > ul.sub-menu > li.current-menu-item > a {
  color: #fff !important;
}
body #header-outer #top nav li.current-menu-ancestor > ul.sub-menu > li.current-menu-item > a:hover,
body #header-outer #top nav li.current-menu-ancestor > ul.sub-menu > li.current-menu-item > a:focus {
  color: #c6e2f5!important;
}

#header-outer[data-box-shadow="small"], body.material[data-hhun="1"] #header-outer[data-header-resize="0"][data-box-shadow="small"][data-remove-fixed="0"]:not(.transparent):not(.invisible), body.material[data-hhun="1"] #header-outer[data-header-resize="0"][data-box-shadow="small"][data-remove-fixed="1"]:not(.transparent) {
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 50%);
}
.sf-menu >li >ul {
    box-shadow: 0 15px 30px rgb(0 0 0 / 25%);
}


/* Megamenu */

#header-outer .megamenu .sub-menu .sf-with-ul > .menu-title-text {
	font-size: 18px;
    font-weight: 400;
	margin-bottom: 5px;
	cursor: text;
}
.sf-menu >li ul a, #top nav > ul >.megamenu ul li a {
	padding: 0 0 15px 0;
}
#top nav > ul >.megamenu ul li a .menu-title-text {
	display: block;
}
#header-outer .megamenu .sub-menu .item_desc {
	font-size: 12px;
	font-weight: 400;
    line-height: 1.5;
	opacity: .8;
	margin-top: 6px !important;
}

/* Top menu */

body #header-secondary-outer .nectar-center-text { 
  font-size: 11px;
}


/* END Menu */



/* Homepage -------------------------------------------------------------------------------------- */

#home-banner {
	min-height: 300px;
}
#home-banner .row-bg.using-image {
  	background-size: auto;
  	-webkit-background-size: auto;
}

/* END Homepage */



/* Footer -------------------------------------------------------------------------------------- */

#footer-outer h3 {
  margin-bottom: 15px;
  color: #fff;
}
#footer-outer #footer-widgets h4 {
  font-size: 18px;
  font-weight: 400;
	margin-top: 0 !important;
}
#footer-outer #footer-widgets .col p {
  font-size: 14px;
  padding-bottom: 10px;
}
#footer-outer #footer-widgets .col ul li, #footer-outer a:not(.nectar-button) {
  border-bottom: 0 !important;
  color: #C6E2F5 !important;
}
#footer-outer #footer-widgets .menu li a {
  font-size: 14px;
  padding: 6px 0;
  color: #C6E2F5 !important;
}
#footer-outer #footer-widgets .menu li a:hover, #footer-outer a:not(.nectar-button):hover {
  color: #fff!important
}
#footer-outer #footer-widgets > div > div.row {
  border-bottom: 1px solid rgba(221,221,221,.4);
}
#footer-outer .widget {
    margin-bottom: 20px;
}
#footer-widgets[data-has-widgets="false"] {
	display: none;
}

#footer-outer p {
  margin-bottom: 0;
}
#footer-outer #copyright a:not(.nectar-button) {
  color: #C6E2F5 !important;
  border-bottom: 0;
}
#footer-outer #copyright a:not(.nectar-button):hover {
  color: #fff !important;
}
#ajax-content-wrap #footer-outer #copyright {
	border-top: none !important;
}

/* END Footer */



/* Buttons -------------------------------------------------------------------------------------- */

.button {
    display: inline-block;
    background-color: #265063;
    border-radius: 4px;
    padding: 15px 22px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
    transition: 0.45s;
 	margin: 20px 20px 5px 0;
}
.nectar-button { margin: 20px 20px 20px 0; }
p > a.button { margin: 0 20px 5px 0 !important; }


/* Solid Grey Button */ 
.nectar-button.regular.accent-color {
  
}
.nectar-button.regular.accent-color:hover, .button:hover {
    opacity: 1;
    background-color: #3a6a80 !important;
 	 color: #fff;
}
/* Outline Grey Button */ 
.nectar-button.see-through.accent-color {
  	border-color: #265063 !important;
  	color: #333 !important;
}
.nectar-button.see-through.accent-color:hover {
    background-color: rgba(38,80,99,0.08) !important;
}
/* Solid Pale Blue Button */ 
.nectar-button.regular.extra-color-2 {
    color: #333;
}
.nectar-button.regular.extra-color-2:hover {
    opacity: 1;  
    color: #333;  
  	background-color: #d7ecfb !important;
}
/* Outline Pale Blue Button */ 
.nectar-button.see-through.extra-color-2 {
  	border-color: #c6e2f5!important;
  	color: #fff !important;  
}
.nectar-button.see-through.extra-color-2:hover {
    background-color: rgba(198,226,245,0.1) !important;
}
/* Solid Cyan Button */ 
.nectar-button.regular.extra-color-1 {
     
}
.nectar-button.regular.extra-color-1:hover {
    opacity: 1;
  	background-color: #3AABE2 !important;
}
/* Solid Yellow Button */ 
.nectar-button.regular.extra-color-3 {
  color: #333;
}
.nectar-button.regular.extra-color-3:hover {
  opacity: 1;
  color: #333;
  background-color: #f6d33b !important;
}

/* Gutenberg Block Button */
.wp-block-button {
  margin: 25px 0;  
}
.wp-block-button__link {
  background-color: #265063 !important;
  border-radius: 4px;
  font-size: 16px;
}
.wp-block-button__link:hover, .wp-block-button__link:focus {
  background-color: #3a6a80 !important;
}

/* Button Focus */

.nectar-button:focus, .wp-block-button__link:focus {
  outline: 2px solid #265063;
  outline-offset: 1px;
}

/* END Buttons */




/* Forms -------------------------------------------------------------------------------------- */

/* Gravity Forms */

body .gform_wrapper .top_label .gfield_label {
	margin-top: 15px;
}
body .gform_wrapper .top_label fieldset .gfield_label {
	padding-top: 15px;
}
.gform_wrapper input[type=date], .gform_wrapper input[type=email], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper input[type=search], .gform_wrapper input[type=tel], .gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper textarea, .gform_wrapper select, .gform_drop_area {
	background-color: #f5f8fa;
	color: #33475b;
    border: 1px solid #cbd6e2;
	box-shadow: none;
}
body .gform_wrapper input[type=date]:focus, body .gform_wrapper input[type=email]:focus, body .gform_wrapper input[type=number]:focus, body .gform_wrapper input[type=password]:focus, body .gform_wrapper  input[type=search]:focus, body .gform_wrapper input[type=tel]:focus, body .gform_wrapper input[type=text]:focus, body .gform_wrapper input[type=url]:focus, body .gform_wrapper textarea:focus, .gform_wrapper select:focus {
	background-color: #f5f8fa !important;	
	outline: 0 !important;	
    border: 1px solid #265063;
}
.gform_wrapper .button, .gform_wrapper.gravity-theme .gform_previous_button.button {
	margin: 15px 0 0 0;
	padding: 15px 22px!important;
	background-color: #265063;
	color: #fff;
}
body[data-form-submit=regular] .gform_wrapper input[type=submit]:hover {
	opacity: 1;
}
.gform_wrapper.gravity-theme .gform_save_link.button {
	color: #333;
    border-color: #265063;
	padding: 13px 22px!important;
	cursor: pointer;
	font-family: "Open Sans";
}
.gform_wrapper.gravity-theme .gform_save_link.button:hover {
	background-color: rgba(38,80,99,0.08) !important;
}
.gform_button_select_files {
	font-family: 'Open Sans';
	font-weight: 600;
	cursor: pointer;
	border: none;
}
.gform_wrapper.gravity-theme .gfield_checkbox .gfield-choice-input {
	margin-top: 4px;
}
body .gform_wrapper .gsection_title {
	font-size: 24px;
    margin-bottom: 0 !important;
    margin-top: 25px !important;
}
.gform_wrapper.gravity-theme .field_sublabel_above .gfield_description {
	margin-top: 0;
	padding-top: 0;
}

/* END Forms */




/* Tables -------------------------------------------------------------------------------------- */

body .main-content table {
	border-top: 1px solid #6c8894 !important;
}
body .main-content table thead tr {
	background-color: #265063 !important;
	color: #fff;
	font-weight: 600;
}
body .main-content thead tr td {
	border-color: #6c8894 !important;
}
body .main-content td {
	border-color: #6c8894 !important;
}
body .container-wrap .main-content table tr:nth-child(2n) {
    background-color: #f1f1f1;
}

/* END Tables */



/* Tabs -------------------------------------------------------------------------------------- */

/* Vertical tabs */

.tabbed[data-style*=vertical] .wpb_tabs_nav {	
	border-top: 1px solid #dadada !important;
	border-bottom: 1px solid #dadada !important;
}
.tabbed[data-style*=vertical] .wpb_tabs_nav li a {
	border: 1px solid #dadada !important;
	border-left: 0 !important;
	background-color: #f1f1f1;
	padding: 12px 15px;
}
.tabbed[data-style*=vertical] .wpb_tabs_nav li.active-tab a {
	background-color: #fff;
	color: #176F9B;
	border-right: 0 !important;
	border-left: 3px solid #176F9B !important;
}

/* END Tabs */



/* Call to action (theme version in 'Salient > Call to action') -------------------------------------------------------------------------------------- */

#call-to-action .triangle {
	display: none;
}
#call-to-action .nectar-button {
	margin-top: 0;
}

/* END Call to action (theme version in 'Salient > Call to action') */




/* Cookie Consent Banner ------------------------------------------------------------------------------------- */
/* Plugin: CookieYes https://wordpress.org/plugins/cookie-law-info/ */

.cky-notice {
	max-width: 1245px;
    margin-left: auto;
    margin-right: auto;
}
.cky-consent-container.cky-banner-top .cky-consent-bar {
  	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19) !important;
	padding: 30px 24px;
}
	
/* END Cookie Consent Banner */