  /*   
Theme Name: 91ºÚÁÏÍø
Theme URI: https://www.websterfirst.com/
Description: Custom WordPress theme for 91ºÚÁÏÍø
Author: Yelling Mule
Author URI: https://www.yellingmule.com
Version: 1.0
*/

@CHARSET "UTF-8";

/* =WordPress Core from http://codex.wordpress.org/CSS#WordPress_Generated_Classes
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/*CUSTOM SCSS
-------------------------------------------------------------- */

/*Required Styles*/

html, body{
    margin:0;
    padding:0;
    width:100%;
    overflow-x:hidden;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
a:hover, a:active, a:visited, a:focus{
    text-decoration:none;
}
h1, h2, h3, h4, h5{
    font-family: Georgia, Times, "Times New Roman", serif;
    font-weight: 700; 
}
h1{
    font-size:40px;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-weight: 700; 
    margin:0 0 1rem;
    color:#004A8F;
}
h2, h3, h4, h5{
    color: #004A8F;
}
h2{
    font-size: 30px;
}
h3{
    font-size: 24px;
}
h4{
    font-size: 20px;
}
h5{
    font-size: 16px;
}
p{
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #373736;
}
p.small{
    font-size: 14px;
	width:100%;
}
p a,
.ym_content ul a,
.ym_split_content ul a{
    color: #004A8F;
    text-decoration: underline;
}
p a:hover,
.ym_content ul a:hover,
.ym_split_content ul a:hover{
    color: #FFC810;
}
ul{
    font-size: 16px;
    color: #373736;
}
.centered{
    text-align:center;
}
.right{
    text-align:right;
}
.left{
    text-align:left;
}
.mt3{
    margin-top: 3rem;
}

/*BUTTONS*/

.ym_button{
    display:inline-block;
    padding:0.5rem 1.5rem;
    color:white;
    border:none;
    background: #004A8F;
    border-radius: 21px;
    font-family: Georgia, Times, "Times New Roman", serif;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 700;
}
.ym_button:hover{
    color:#004A8F;
    background:transparent;
    border: 1px solid #004A8F;
    padding: calc(0.5rem - 1px) calc(1.5rem - 1px);
}
.ym_button.white {
	background: none;
	border: 2px solid white;
	color: white;
	color:#004A8F !important;
    background:white !important;
}
.ym_button.white:hover{
    background: none !important;
	border: 2px solid white;
	color: white !important;
	padding:0.5rem 1.5rem;
}
.ym_link_header{
    font-family: Georgia, Times, "Times New Roman", serif;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 700;
    color: #004A8F;
    display: inline-block;
    position: relative;
    text-decoration: none;
}
.ym_link{
    font-family: Georgia, Times, "Times New Roman", serif;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 700;
    color: #004A8F;
    display: inline-block;
    position: relative;
    text-decoration: none;
}
.ym_link::after{
    content: '';
    width: 10px;
    height: 10px;
    background-image: url(/wp-content/themes/websterfirst/public/img/arrow.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin: -2px 0 0 1rem;
    display: inline-block;
    vertical-align: middle;
    transition-duration: 0.5s;
}
.ym_link:hover::after{
    margin: -2px 0 0 1.5rem;
}
.ym_link:hover::before{
    content: '';
    width: 100%;
    height: 1px;
    background: #004A8F;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
}
.ym_link.margin_right {
    margin-right: 40px;
}
.ym_linked_image{
    display: inline-block;
    margin-right: 1rem;
}

/*HEADER*/

.ym_header{
    width:100%;
/*     position:fixed; */
    z-index:1000;
    box-shadow: 0 0 5px rgba(0,0,0,0.25);
}
.ym_mobile_header{
    display: none;
}
.ym_header_top{
    background: #F0F3F5;
    text-align: right;
    padding: 0 5%;
    position: relative;
}
.ym_header_top_nav{
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    display: inline-block;
}
.ym_header_top_nav li{
    display: inline-block;
}
.ym_header_top_nav li a{
    color: #262F35;
    display: block;
    padding: 0.5rem 1rem;
}
.ym_header_top_nav li a:hover{
    color: #004A8F;
}
.ym_header_top form{
	display: inline-block;
}
.ym_header_search{
    display: inline-block;
    margin-left: 1rem;
}
.ym_header_search input{
    background: transparent;
    border: 1px solid lightgrey;
    border-radius: 10px;
    padding:.3rem .5rem !important;
    font-size: 14px;
    width: 85px;
    transition-duration: 0.5s;
    color: #262F35;
}
.ym_header_search input:focus{
    width: 200px;
}
.ym_header_search input[type="submit"]{
	height: 100%;
	width: 33px;
	padding: 0.6rem;
	position: absolute;
	right: 0;
	top: 0;
	color: transparent;
	background: transparent;
	border: none;
}
/*.ym_header_search::after{
	content: '\f002';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #262F35;
	pointer-events: none;
	padding: 0.6rem;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
}*/
.ym_header_main, .ym_header_logo{
    height:100px;
}
.ym_header_main{
    background: white;
    padding: 0 5%;
}
.ym_header_logo a{
    display:block;
    height:100%;
    width:100%;
}
.ym_header_logo img{
    height:100%;
    padding:0.75rem 0;
}
.ym_header_mobile{
    display:none;
}
.ym_header_right{
    text-align:right;
}
.ym_header_nav{
    list-style:none;
    margin:0;
    padding:0;
    display:inline-block;
    font-size: 18px;
}
.ym_header_nav li{
    display:inline-block;
    position:relative;
}
.ym_header_nav li a{
    display:block;
    padding:2.282rem 1rem;
    color:#262F35;
}
.ym_header_nav li a:not(.ym_link):hover::after,
.ym_header_nav li:hover > a:not(.ym_link)::after,
.ym_header_nav li.current-menu-item a:not(.ym_link)::after{
    content: '';
    width: 52px;
    height: 3px;
/*     background-image: url(/wp-content/themes/websterfirst/public/img/quill.svg);
    background-size: contain;
    background-repeat: no-repeat; */
	background-color:#ffc80f;
    background-position: center center;
    display: block;
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translate(-50%,0);
}
.ym_header_nav li .ym_header_megamenu{
    display:none;
    position: fixed;
    width: 890px;
    background: white;
    padding: 0 1rem 1rem;
    left: auto;
    right: 5vw;
    box-shadow: 0 5px 5px rgba(0,0,0,0.15);
    text-align: left;
	z-index:100001;
}
.ym_header_nav li .ym_header_submenu{
    display: none;
    position: absolute;
    width: 200px;
    background: white;
    box-shadow: 0 5px 5px rgba(0,0,0,0.15);
    text-align: left;
}
.ym_header_megamenu_list{
    list-style: none;
    margin: 0;
    padding: 0;
    -moz-columns: 3;
         columns: 3;
    font-size: 15px;
    font-weight: 700;
}
.ym_header_megamenu_list li{
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    display: block;
    margin: 0 0 0.5rem;
}
.ym_header_megamenu_list li a{
    padding:0.25rem 0;
}
.ym_header_nav .ym_header_megamenu_list li a:hover,
.ym_header_nav .ym_header_megamenu_list li:hover > a,
.ym_header_nav .ym_header_megamenu_list li.current-menu-item a{
    color: #004A8F;
}
.ym_header_nav .ym_header_megamenu_list li a:hover::after,
.ym_header_nav .ym_header_megamenu_list li:hover > a::after,
.ym_header_nav .ym_header_megamenu_list li.current-menu-item a::after{
    content: none;
}
.ym_header_megamenu_list li ul{
    font-size: 14px;
    font-weight: 400;
    margin: 0.5rem 0 0;
    padding: 0;
}
.ym_header_megamenu_list li ul li{
    margin: 0 0 0.5rem;
}
.ym_header_nav li:hover .ym_header_megamenu,
.ym_header_nav li:hover .ym_header_submenu{
    display:block;
}
.ym_header_megamenu_feature{
    padding: 0;
    text-align: center;
}
.ym_header_megamenu_feature p{
    color: #373736;
    font-size: 14px;
    padding: 1rem 0;
    margin: 0;
}
.ym_header_megamenu_feature .ym_link{
    padding: 0;
    color: #004A8F;
    display: inline-block;
}
.ym_header_megamenu_image{
    width: 100%;
    padding-bottom: 70%;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.ym_header_button{
    display:inline-block;
    margin-left:3rem;
}
.ym_insurance_header .ym_header_nav li a:not(.ym_header_megamenu_list li a):not(.ym_header_submenu li a){
    padding: 2.282rem 1.5rem;
}
.ym_header_submenu{
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
}
.ym_header_submenu li{
    display: block;
}
.ym_header_submenu li a{
    padding:1rem 1.5rem;
}
.ym_header_submenu li a:hover{
    color: #004A8F;
}
.ym_header_submenu li:hover a::after{
    content: none !important;
}
.header_icon {
    font-size: 14px;
    padding-right: 5px;
}

/*HERO*/

.ym_hero{
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.ym_hero_overlay{
    background: rgba(38,47,53,0.6);
    width: 100%;
    height: 100%;
}
.ym_hero_content{
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
}
.ym_hero_content .ym_button:hover{
    background: white;
}
.ym_hero_content h1{
    color:white;
    font-size:50px;
}
.ym_hero_content p{
    color: white;
    font-size: 22px;
    margin: 2rem 0;
}
.ym_hero_login{
    background: white;
    padding: 1rem;
    width: calc(100% - 30px);
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    box-shadow: 0 0 5px rgba(55,55,54,0.5);
	max-width: 400px;
}
.ym_hero_login .ym_button{
    margin: 0.5rem 0;
}
.ym_hero_login a:not(.ym_button):not(.ym_link){
    font-size: 12px;
    color: #004A8F;
    text-align: center;
    display: block;
}
.ym_hero_login a:not(.ym_button):not(.ym_link):hover{
    text-decoration: underline;
}
.ym_hero_login .ym_link{
    font-size: 12px;
    margin: 1rem 0 0;
}
.ym_hero_login .ym_link::after{
    margin: -2px 0 0 0.25rem;
}
.ym_hero_overlay_image{
    position:absolute;
    right:5%;
    top:50%;
    transform:translate(0,-50%);
    width:250px;
}
.ym_hero_overlay_image img{
    max-width:100%;
    height:auto;
}
#flags {
    padding-top:10px;
}

#flags ul li {
    margin-right:5px;
}

/* Hero dropdown select */
.dropbtn {
  background-color: #004A8F;
  color: white;
  padding: 0px;
  border: none;
  cursor: pointer;
  margin-left: 30px;
  width:500px; 
  font-size:34px; 
  border-bottom:2px solid white; 
  height:51px; 
  overflow:hidden;
}

.dropbtn i {
    font-size:30px; 
    margin-left:20px; 
    position:absolute; 
    right:0; 
    top:25%;
}

.ym_content.blue_bar {
    background:#004A8F; 
    color:white; 
    padding:1rem 0;
}

.i_want_to {
    font-size:34px; 
    top:-13px; 
    position:relative;
}

.dropdown {
  position: relative;
  display: inline-block;
}

#home-dropdown {
    text-transform: lowercase;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #004A8F;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  width: 500px;
  margin-left: 30px;
  font-size: 18px;
}

.dropdown-content a {
  color: white;
  padding: 6px 10px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
    background-color: #ECEEF0 !important;
  color: #004A8F !important;
}

.dropdown-content a:hover {background-color: #004A8F}

.dropdown:hover .dropdown-content {
  display: block;
}

/* The container must be positioned relative: */
.ym_custom_select {
  position: relative;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 700;
}

.ym_custom_select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: #004A8F;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 20px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: #ffffff;
  padding: 10px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #004A8F;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}



/*CONTENT STANDARDS*/

.ym_content{
    padding: 4rem 0;
}
.ym_content_grey{
    background: #ECEEF0;
}
.ym_content_blue{
    background:#004A8F;
}
.ym_content_bordered{
    border-top: 1px solid #ECEEF0;
}
.ym_content_bg{
    padding: 6rem 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.ym_content_small_top{
    padding-top: 2rem;
}
.ym_content_small_bottom{
    padding-bottom: 2rem;
}
.ym_content_top{
    padding-top: 0;
}
.ym_content_bottom{
    padding-bottom: 0;
}
.ym_content_buttons .ym_button:not(:first-child){
    margin-left: 1rem;
}
.ym_content_text h1{
    color: #004A8F;
    font-size: 30px;
    margin: 0 0 2rem;
}
.ym_content_text h2{
    margin: 0 0 2rem;
}
.ym_content_text img{
    max-width: 100%;
    height: auto;
}
h2.ym_quill{
    text-align: center;
    margin: 0 0 1.5rem;
}
h2.ym_quill::after{
    content: '';
    width: 250px;
    height: 2px;
	background-color:#ffc80f;
/*     background-image: url(/wp-content/themes/websterfirst/public/img/quill.svg);
    background-size: contain;
    background-repeat: no-repeat; */
    background-position: center center;
    display: block;
    margin: 1rem auto 0;
}

.ym_content_blue h1,
.ym_content_blue h2,
.ym_content_blue h3,
.ym_content_blue h4,
.ym_content_blue h5,
.ym_content_blue h6,
.ym_content_blue p,
.ym_content_blue ul,
.ym_content_blue ol,
.ym_content_blue li,
.ym_content_blue a{
    color:white;
}
.ym_content_blue .ym_button{
    background:white;
    color:#004A8F;
    border: 1px solid white;
}
.ym_content_blue .ym_button:hover{
    background:transparent;
    color:white;
    border: 1px solid white;
    padding:0.5rem 1.5rem;
}
.ym_content_blue .ym_link::after{
    -webkit-filter:brightness(0) invert(1);
    filter:brightness(0) invert(1);
}
.ym_content_blue .ym_link:hover::before{
    background:white;
}

/*ICON SLIDER*/

.ym_slider .slick-arrow{
    width: 48px;
    height: 48px;
    border: 1px solid #004A8F;
    border-radius: 50%;
    background: transparent;
    z-index: 100;
}
.ym_slider .slick-arrow::before{
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/themes/websterfirst/public/img/arrow.svg);
    background-size: 33%;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    opacity: 1;
}
.ym_slider .slick-arrow:hover{
    background: #004A8F;
}
.ym_slider .slick-arrow:hover::before{
    background-image: url(/wp-content/themes/websterfirst/public/img/arrow-white.svg);
}
.ym_slider .slick-arrow.slick-prev:before{
    transform: scaleX(-1);
}
.ym_slider .slick-arrow.slick-prev,
.ym_icon_slider .slick-arrow.slick-prev{
    margin-left: -3rem;
}
.ym_slider .slick-arrow.slick-next,
.ym_icon_slider .slick-arrow.slick-next{
    margin-right: -3rem;
}
.ym_icon_slide{
    text-align: center;
    margin: 0 1.5rem;
}
.ym_icon_slide_icon{
    width: 60px;
    height: 60px;
    position: relative;
    margin: 0 auto;
}
.ym_icon_slide_icon img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.ym_icon_slide h5{
    margin: 0.5rem 0 1rem;
    position: relative;
    display: inline-block;
}
.ym_icon_slide p{
    font-size: 14px;
    margin: 0;
}
.ym_icon_slide a:hover h5::after{
    content: '';
    width: 100%;
    height: 1px;
    background: #004A8F;
    position: absolute;
    bottom: -5px;
    left: 0;
}
.ym_icon_button{
    width: 100%;
    background: #004A8F;
    text-align: center;
    border: 1px solid #004A8F;
}
.ym_icon_button a{
    display: block;
    padding: 1.5rem;
}
.ym_icon_button_icon{
    width: 60px;
    height: 60px;
    position: relative;
    margin: 0 auto 1rem;
}
.ym_icon_button_icon img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.ym_icon_button h5{
    color: white;
}
.ym_icon_button:hover{
    background: transparent;
}
.ym_icon_button:hover h5{
    color: #004A8F;
}
.ym_icon_button:hover .ym_icon_button_icon img{
    -webkit-filter: none;
    filter: none;
}

/*IMAGE BLOCKS*/

.ym_image_blocks{
    padding-top: 2rem;
    padding-bottom: 0.5rem;
}
.ym_image_blocks .col-md-4 {
    margin-bottom: 30px;
}
.ym_image_blocks .row{
    justify-content: center;
}
.ym_image_block{
    text-align: center;
    background: white;
    box-shadow: 0 0 10px #DFE3E6;
    height: 100%;
    transition-duration: 0.5s;
    position: relative;
}
.ym_image_block.ym_post{
    text-align: left;
}
.ym_image_block_content{
    padding: 1.5rem;
}
.ym_image_block_content .ym_link{
    margin: 1rem 0 0;
}
.ym_image_block_image{
    width: 100%;
    padding-bottom: 70%;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.ym_image_block h4{
    margin: 0 0 1rem;
}
.ym_image_block:hover{
    top: -0.5rem;
}
.ym_image_block a:hover span.ym_link::before{
    content: '';
    width: 100%;
    height: 1px;
    background: #004A8F;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
}
.ym_image_block p:last-child{
    margin: 0;
}
.ym_image_block ul,
ul.ym_checks,
.ym_icon_block ul{
    color: #373736;
    font-size: 16px;
    font-weight: 400;
    list-style: none;
    margin: 0 0 1rem;
    padding: 0 0 0 1rem;
    text-align: left;
}
.ym_image_block ul li,
ul.ym_checks li,
.ym_icon_block ul li{
    position: relative;
    padding-left: 1.5rem;
    margin: 0 0 0.5rem;
}
.ym_image_block ul li::before,
ul.ym_checks li::before,
.ym_icon_block ul li::before{
    content: '';
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: 0;
    top: 3px;
    background-image: url(/wp-content/themes/websterfirst/public/img/check.svg);
    background-size: 80%;
    background-position: center center;
    background-repeat: no-repeat;
}
.ym_side_image_block{
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.ym_side_image_block .row{
    margin: 0;
}
.ym_side_image_block .col-lg-6{
    padding: 0;
}
.ym_side_image_block_text{
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 2rem;
    background:white;
}
.ym_side_image_block_image{
    width: 100%;
    padding-bottom: 150%;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.ym_image_block .ym_icon_block_icon{
    margin-top: -47px;
}

/*HALVED/SPLIT CONTENT*/

.ym_content_halved_image{
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.ym_content_halved_image_full{
    padding-bottom: 60%;
    background-size: contain;
}
.ym_content_halved_image::after{
    content: '';
    width: 110%;
    height: 30px;
    background-image: url(/wp-content/themes/websterfirst/public/img/quill.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    bottom: -12px;
    left: -10px;
}
.ym_content_halved_image_full::after{
    content: none;
}
.ym_content_halved_text{
    display: flex;
    height: 100%;
    align-items: center;
}
.ym_content_halved_text h2{
    margin: 0 0 1.5rem;
}
.ym_content_halved_text img{
    max-width: 100%;
    margin-top: 2rem;
    display: block;
}
.ym_content_halved_text a img{
    display: inline-block;
    max-width: 140px;
    max-height: 45px;
}
.ym_content_halved_text_images img{
    margin: 2rem 2rem 0 0;
}
.ym_content_halved_text .ym_button{
    margin: 1rem 0 0;
}
.ym_content_halved_text .ym_link:hover{
    color: #004A8F;
}
.ym_split_content{
    position: relative;
}
.ym_split_content_image{
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.ym_split_content_image_right{
    right: 0;
    left: auto;
}
.ym_split_content .ym_content_halved_text{
    height: auto;
    display: block;
    padding: 4rem 0;
    min-height: 450px;
    display: flex;
    align-items: center;
    height: 100%;
}
.ym_split_content .ym_content_halved_text blockquote{
    padding: 1rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    background: white;
}
.ym_split_content .ym_content_halved_text blockquote p:last-child{
    margin: 0;
}

/*AWARDS*/

.ym_award{
    text-align: center;
}
.ym_award_image{
    width: 100%;
    padding-bottom: 85%;
    position: relative;
}
.ym_award_image img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 1.5rem;
}
.ym_award p{
    font-family: Georgia, Times, "Times New Roman", serif;
}

/*FOOTER*/

#cn-notice-text a {
    color: white;
    text-decoration: underline;
}

.ym_footer{
    padding: 4rem 0 1rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.ym_footer_logo{
    width: 160px;
    margin: 0 0 1rem;
}
.ym_footer_logo img{
    width: 100%;
}
.ym_footer_contact p{
    font-size: 14px;
    margin: 0 0 0.5rem;
}
.ym_footer_social{
    list-style: none;
    margin: 1.5rem 0 0;
    padding: 0;
}
.ym_footer_social li{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    vertical-align: middle;
    border: 1px solid #004A8F;
    margin-right: 0.25rem;
}
.ym_footer_social li a{
    display: block;
    background: #004A8F;
    color: white;
}
.ym_footer_social li a:hover{
    background: white;
    color: #004A8F;
}
.ym_footer h4{
    color: #262F35;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
}
.ym_footer h4 a{
    color: #262F35;
}
.ym_footer h4 a:hover{
    color: #004A8F;
}
.ym_footer_list{
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.ym_footer_list li a{
    color: #262F34;
    padding: 0.5rem 0;
    display: block;
}
.ym_footer_list li a:hover{
    color: #004A8F;
}
.ym_footer_nav{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 14px;
}
.ym_footer_nav li{
    display: inline-block;
    margin: 0;
}
.ym_footer_nav li a{
    color: #262F35;
    display:block;
    padding:1rem;
}
.ym_footer_nav li a:hover{
    color: #004A8F;
}
.ym_footer_copy p{
    font-size: 12px;
    text-align: left;
}
.ym_insurance_footer{
    padding: 2rem 0 1rem;
}
.ym_insurance_footer p{
    margin: 1.25rem 0 0;
}

/*TITLE BAR*/

.ym_title_bar{
    width: 100%;
    height: 200px;
    background: rgb(2,84,146);
    background: linear-gradient(0deg, rgba(2,84,146,1) 0%, rgba(73,143,173,1) 100%);
    text-align: center;
    position: relative;
}
.ym_title_bar::after{
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    width: 100%;
    height: 40px;
    /*background-image: url(/wp-content/themes/websterfirst/public/img/ripped-edge.svg);*/
    background-size: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    display: block;
}
.ym_title_bar h1,
.ym_title_bar span{
    padding: 4.5rem 0 0;
    margin:0;
    color: white;
    font-size: 50px;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-weight: 700; 
    display: block;
    color:white !important;
}

/*BREADCRUMBS*/

.ym_breadcrumbs{
    padding: 1rem 0;
}
.ym_breadcrumbs ul,
.ym_breadcrumbs span{
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.ym_breadcrumbs ul li{
    display: inline-block;
}
.ym_breadcrumbs ul li:not(:last-child)::after,
.ym_breadcrumbs span span a::after{
    content: '';
    width: 10px;
    height: 10px;
    background-image: url(/wp-content/themes/websterfirst/public/img/arrow.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0 1rem;
}
.ym_breadcrumbs ul li a,
.ym_breadcrumbs span span a{
    color: #373736;
    text-decoration: none;
}
.ym_breadcrumbs ul li:last-child a,
.ym_breadcrumbs span.breadcrumb_last{
    color: #004A8F;
    text-decoration: underline;
}
.ym_breadcrumbs span span a:hover{
    color: #004A8F;
}

/*ICON BLOCKS*/

.ym_icon_blocks{
    margin-top: -1rem;
}
.ym_icon_blocks .row{
    justify-content: center;
}
.ym_icon_blocks .col-md-4,
.ym_icon_blocks .col-md-3{
    margin: 6rem 0 0;
}
.ym_icon_block{
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    background: white;
    padding: 2rem 1rem;
    position: relative;
    height: 100%;;
}
.ym_icon_block_icon{
    width: 94px;
    height: 94px;
    position: relative;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    background: white;
    margin-top: calc(-47px - 2rem);
}
.ym_icon_block_icon img{
    position: absolute;
    width: auto;
    height: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.ym_icon_block span,
.ym_icon_slide span{
    margin: 1rem 0;
    font-size: 16px;
    font-weight:700;
    color:#004A8F;
    font-family:Georgia, Times, "Times New Roman", serif;
    display:block;
}
.ym_icon_block span:not(.ym_link),
.ym_icon_block_content span:not(.ym_link),
.ym_image_block span:not(.ym_link),
.ym_image_block_content span:not(.ym_link),
.ym_side_image_block span:not(.ym_link),
.ym_side_image_block_text span:not(.ym_link){
    margin: 1rem 0;
    font-weight:700;
    color:#004A8F;
    font-family:Georgia, Times, "Times New Roman", serif;
    font-size:18px;
    display:block;
}
.ym_icon_block p{
    padding: 0 1rem;
    margin: 0;
}
.ym_icon_block .ym_link::after{
    margin: -2px 0 0 0.5rem;
}
.ym_icon_block .ym_link:hover::after,
.ym_icon_block:hover .ym_link::after{
    margin: -2px 0 0 1rem;
}
.ym_icon_block:hover .ym_link::before{
    content: '';
    width: 100%;
    height: 1px;
    background: #004A8F;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
}
.ym_icon_block ul{
    margin: 1.5rem 0 0;
}

/*MOBILE DEMO*/
.mobile_heading {
	margin-bottom:70px;
}
.ym_mobile_demo_content{
    height: 100%;
    display: flex;
    align-items: center;
}
.ym_mobile_demo_slider_container{
    position: relative;
}
.ym_mobile_store_links{
    bottom: 3rem;
    left: 59%;
}
.ym_mobile_demo_content .ym_mobile_store_links{
    position: relative;
    bottom: auto;
    left: auto;
    margin: 1.5rem 0 0;
}
.ym_mobile_demo_screen{
    padding: 0 10%;
}
.ym_mobile_demo_screen,
.ym_mobile_demo_screen img{
    width: 100%;
}
.ym_mobile_store_links a{
    display: inline-block;
    margin: 0.25rem 0;
}
.ym_mobile_demo_arrows{
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    padding: 3rem 9%;
    z-index: 100;
}
.ym_mobile_demo_arrows .slick-arrow{
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none;
    display: inline-block;
    margin-right: 0.5rem;
}
.ym_mobile_demo_caption_slider_container,
.ym_mobile_demo_caption_slider,
.ym_mobile_demo_caption_slider .slick-list,
.ym_mobile_demo_caption_slider .slick-track,
.ym_mobile_demo_caption_slide{
    height: 100%;
}
.ym_mobile_demo_caption_slide{
    position: relative;
}
.ym_mobile_demo_caption{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    padding: 0 10%;
}
.ym_mobile_demo_caption p,
.ym_mobile_demo_caption ul{
    font-size: 14px;
    color: #373736;
}
.ym_mobile_demo_slider.ym_slider .slick-arrow.slick-next{
    margin-right:-1rem;
}
.ym_mobile_demo_slider.ym_slider .slick-arrow.slick-prev{
    margin-left:-1rem;
}

/*TABLES*/

.ym_table_container{
    border: 1px solid #ECEEF0;
    padding: 2rem;
}
.ym_table_container_title{
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
}
.ym_table table{
    width: 100%;
    background: white;
    border: 1px solid #E3E7E9;
    margin: 1.5rem 0 0;
}
.ym_table_container .ym_table table{
    margin: 0;
}
.ym_table table tr{
    border-bottom: 1px solid #E3E7E9;
}
.ym_table table td,
.ym_table table th{
    padding: 1.5rem 1rem;
    text-align: center;
}
.ym_table table th{
    color: white;
    background: #004A8F;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.14px;
}
.ym_table table td{
    color: #373736;
    font-size: 14px;
}
.ym_table table td a{
    color: #004A8F;
    text-decoration: underline;
}
.ym_table table td a:hover{
    color: #FFC810;
}

/*PROCESS/STEPS*/

.ym_process{
    margin: 3rem 0 0;
    position: relative;
}
.ym_process .row{
    justify-content: center;
}
.ym_process::before{
    content: '';
    width: 75%;
    height: 1px;
    background: #004A8F;
    position: absolute;
    left: 50%;
    top: 124px;
    transform: translate(-50%,0);
}
.ym_process_3::before{
    width: 50%;
}
.ym_process_2::before{
    width: 25%;
}
.ym_process_step{
    text-align: center;
}
.ym_process_step .ym_icon_block_icon{
    margin: 0 auto;
}
.ym_process_step span{
    width: 26px;
    height: 26px;
    background: white;
    border: 1px solid #004A8F;
    color: #004A8F;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    border-radius: 50%;
    font-family: Georgia, Times, "Times New Roman", serif;
    line-height: 22px;
    margin: 1rem 0;
}
.ym_step{
    margin: 3rem 0 0;
}
.ym_step span{
    width: 26px;
    height: 26px;
    background: white;
    border: 1px solid #004A8F;
    color: #004A8F;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    float: left;
    border-radius: 50%;
    font-family: Georgia, Times, "Times New Roman", serif;
    line-height: 22px;
    margin: 0.25rem 1rem 0 0;
    text-align: center;
}
.ym_step img{
    width: 100%;
}

/*CTA BOX*/

.ym_cta_box{
    padding: 4rem 2rem;
    background: white;
}
.ym_cta_box h2,
.ym_cta_box p:last-of-type{
    margin: 0 0 2rem;
}

/*WYSIWYG IMAGES WITH CAPTIONS*/

.wp-caption{
    background: transparent;
    border: none;
    max-width: 100%;
    padding: 0 0.5rem;
    text-align: center;
    float: left;
    margin: 1rem 0;
}
.wp-caption img{
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text{
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    padding: 1rem 0;
    font-style: italic;
}

/*IMAGE SLIDER*/

.ym_image_slider .slick-dots{
    top: 83%;
    bottom: auto;
}
.ym_image_slider .slick-dots li button{
    position: relative;
    width: 10px;
    height: 10px;
}
.ym_image_slider .slick-dots li button:before,
.ym_image_slider .slick-dots li.slick-active button:before{
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid white;
}
.ym_image_slider .slick-dots li.slick-active button:after{
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FFC709;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.ym_image_slide_image{
    width: 100%;
    padding-bottom: 35%;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.ym_image_slide p{
    font-style: italic;
    padding: 1rem;
    margin: 0;
    text-align: center;
}
.ym_image_slide_image .ym_image_slide_content{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    width: 100%;
    left: 0;
    right: 0;
    text-align: left;
}
.ym_image_slide_image .ym_image_slide_content p{
    font-style: normal;
    text-align: left;
    padding: 0;
}

/*SOCIAL*/

.ym_social{
    list-style: none;
    margin: 2rem 0 0;
    padding: 0;
    display: block;
}
.ym_social li{
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    font-size: 20px;
    line-height: 42px;
    vertical-align: middle;
    border: 1px solid #004A8F;
    margin: 0 0.25rem;
}
.ym_social li a{
    display: block;
    background: #004A8F;
    color: white;
}
.ym_social li a:hover{
    background: white;
    color: #004A8F;
}
.ym_social .addtoany_list a:not(.addtoany_special_service)>span{
	border-radius: 50% !important;
}
.ym_social .a2a_svg svg{
	height: 75% !important;
	top: 3px;
}

/*BLOG POST*/

.ym_post_heading{
    border-top: 1px solid #ECEEF0;
    border-bottom: 1px solid #ECEEF0;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    text-align: center;
    margin: 1rem 0 0;
    background: white;
}
.ym_post_heading ul:not(.ym_social){
    list-style: none;
    margin: 0;
    padding: 0;
}
.ym_post_heading ul li:not(.ym_social li){
    display: inline-block;
    padding: 1.5rem;
    border-right: 1px solid #ECEEF0;
}
.ym_post_heading ul li:not(.ym_social li):first-child{
    border-left: 1px solid #ECEEF0;
}
.ym_post_heading ul h5,
.ym_post_heading ul .ym_social{
    display: inline-block;
}
.ym_post_heading .ym_social{
    margin: 0 0 0 1rem;
}
.ym_post_heading .ym_social li{
    width: 24px;
    height: 24px;
    font-size: 10px;
    line-height: 24px;
}
.ym_post_content h1{
    text-align: left;
    color: #004A8F;
    font-size: 30px;
    padding:0;
    margin: 0 0 1rem;
}
.ym_post_content p{
    line-height: 1.75;
}
.ym_post_content h4{
    margin: 2rem 0 1rem;
}
.ym_post_content a,
.ym_post_content p a,
.ym_post_content li a{
    color:#004A8F;
    text-decoration: underline;
}
.ym_post_content .ym_button{
    color:white;
    text-decoration: none;
}
.ym_post_content a:hover,
.ym_post_content p a:hover,
.ym_post_content li a:hover{
    color: #FFC810;
}
.ym_post_image{
    margin: 0 0 1rem;
}
.ym_post_image img{
    width:100%;
}
.ym_post_cats{
    list-style: none;
    margin: 1rem 0;
    padding: 0;
}
.ym_post_cats li{
    display:inline-block;
    color: #373736;
    font-size: 16px;
    text-align: left;
    margin:0;
    padding:0;
}
.ym_post_cats li:not(:last-child)::after{
    content:'|';
    margin:0 0.5rem 0 0.75rem;
    display:inline-block;
    color:#373736;
}
.ym_post_cats li a{
    text-decoration: underline;
    color: #004A8F;
}
.ym_post_cats li a:hover{
    text-decoration: underline;
}
.ym_post_pagination{
    border-top: 1px solid #ECEEF0;
    margin: 2rem 0 0;
    padding: 2rem 0;
}
.ym_post_pagination a{
    font-family: Georgia, Times, "Times New Roman", serif;
    font-weight: 700;
    font-size: 16px;
    color: #004A8F;
    display: inline-block;
    position: relative;
    padding: 0 2rem;
    transition-duration: 0.5s;
}
.ym_post_pagination a:hover{
	padding: 0 2.5rem;
}
.ym_post_pagination a.inactive{
    opacity: 0.5;
    cursor: not-allowed;
}
.ym_post_pagination .col-6:first-of-type a::before{
    content: '';
    width: 10px;
    height: 10px;
    background-image: url(/wp-content/themes/websterfirst/public/img/arrow.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin: -2px 1rem 0 0;
    display: inline-block;
    vertical-align: middle;
    transition-duration: 0.5s;
    transform: scaleX(-1) translate(0,-50%);
    position: absolute;
    left: 0;
    top: 50%;
}
.ym_post_pagination .col-6:last-of-type a::after{
    content: '';
    width: 10px;
    height: 10px;
    background-image: url(/wp-content/themes/websterfirst/public/img/arrow.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin: -2px 0 0 1rem;
    display: inline-block;
    vertical-align: middle;
    transition-duration: 0.5s;
    position: absolute;
    right: 0;
    transform: translate(0,-50%);
}

/*INTERNAL NAV*/

.ym_internal_nav{
    border-top: 1px solid #ECEEF0;
    border-bottom: 1px solid #ECEEF0;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    text-align: center;
    margin: 1rem 0 0;
    background: white;
}
.ym_internal_nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.ym_internal_nav ul li{
    display: inline-block;
    border-right: 1px solid #ECEEF0;
}
.ym_internal_nav ul li a{
    display: block;
    padding: 1.5rem;
}
.ym_internal_nav ul li:first-child{
    border-left: 1px solid #ECEEF0;
}
.ym_internal_nav ul li:hover a{
    background: #F0F3F5;
}
.ym_internal_nav ul li h5{
    margin: 0;
}

/*ACCORDIONS*/

.ym_accordion{
    text-align:left;
    margin:3rem 0 0;
}
.ym_accordion_section{
    position:relative;
    margin:0;
    border-bottom:1px solid lightgrey;
}
.ym_accordion .ym_accordion_section:last-of-type{
    margin-bottom:0;
}
.ym_accordion_q{
    position:relative;
    cursor:pointer;
    padding: 1.5rem 1rem;
}
.ym_accordion_q h5{
    text-align: left;
    margin: 0;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #373736;
    font-weight:700;
    padding-right:40px;
}
.ym_accordion_section::after{
    content:'+';
    font-weight: 300;
    position:absolute;
    right:1rem;
    top:1.25rem;
    pointer-events: none;
    text-align: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #004A8F;
    color: #004A8F;
    font-size: 16px;
    line-height: 26px;
}
.ym_accordion_section.opened::after{
    content: '-';
}
.ym_accordion_a{
    display:none;
    padding:0 1rem 2rem;
}
.ym_accordion_a p,
.ym_accordion_a ul,
.ym_accordion_a ol{
    font-size:16px;
    color: #373736;
    font-weight: 400;
}
.ym_accordion_a p a,
.ym_accordion_a ul a,
.ym_accordion_a ol a{
    color: #004A8F;
}
.ym_accordion_a p a:hover,
.ym_accordion_a ul a:hover,
.ym_accordion_a ol a:hover{
    color: #FFC810;
}
.ym_accordion_a p:last-child{
    margin:0;
}
.ym_accordion_a .ym_table{
    margin: 0 0 2rem;
}

/*TEXT BLOCKS*/

.ym_text_blocks .row{
    justify-content: center;
}
.ym_text_block{
    padding: 1.5rem;
    background: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin: 2rem 0 0;
}
.ym_text_block p{
    font-size: 14px;
}
.ym_text_block p:last-child{
    margin: 0;
}



.ym_post_heading_mobile{
    display: none;
    
}
.ym_post_heading_mobile .ym_social{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 2rem auto 0;
}
.ym_post_heading_mobile h5{
    text-align: center;
    margin: 2rem 0 0rem;

}

/*ALERT BAR*/

.njt-nofi-container{
    position:absolute !important;
    z-index:1000;
}

.njt-nofi-notification-bar .njt-nofi-button .njt-nofi-button-text{
    font-family: Georgia, Times, "Times New Roman", serif;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 700;
    color: white;
    display: inline-block;
    position: relative;
    padding: 0;
}
.njt-nofi-notification-bar .njt-nofi-button .njt-nofi-button-text::after{
    content: '';
    width: 10px;
    height: 10px;
    background-image: url(/wp-content/themes/websterfirst/public/img/arrow-white.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin: -2px 0 0 1rem;
    display: inline-block;
    vertical-align: middle;
    transition-duration: 0.5s;
}
.njt-nofi-notification-bar .njt-nofi-button .njt-nofi-button-text:hover::after{
    margin: -2px 0 0 1.5rem;
}
.njt-nofi-notification-bar .njt-nofi-button .njt-nofi-button-text:hover::before{
    content: '';
    width: 100%;
    height: 1px;
    background: white;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
}
.njt-nofi-notification-bar .njt-nofi-button:hover{
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
}



/*PRIVACY POLICY*/

.privacy-policy-table {
	margin: 1em 0;
    width: 100%;
	border: solid 1px #000;
}

.privacy-policy-table td {vertical-align:top;}
.privacy-policy-table ul, .privacy-policy-table ul li {
	margin:auto 1em !important;
	padding:auto !important;
	list-style-position:outside !important;
	list-style-type:disc !important;
	background:none !important;
	border: none !important;
}
.privacy-policy-h1 {
	background-color: #000;
	border: solid 1px #000;
	font-size: 1.5em;
	padding:4px;
	color: #fff;
	font-weight:bold;
}
.privacy-policy-c1 {
	background-color: #fff;
	border-bottom: solid 1px #000;
	font-size: 1.2em;
	padding:4px;
	color: #000;
	font-weight:bold;
}

.privacy-policy-h2 {
	background-color: #aeaeae;
	border: solid 1px #000;
	font-size: 1.2em;
	padding:4px;
	color: #fff;
	font-weight:bold;
}
.privacy-policy-c2 {
	background-color: #fff;
	border: solid 1px #000;
	padding:4px;
	font-size: 1em;
	color: #000;
}
.privacy-policy-h3 {
	background-color: #aeaeae;
	border: solid 1px #000;
	font-size: 1em;
	padding:4px;
	color: #fff;
	font-weight:bold;
	text-align:center;
}

.privacy-policy-centertext {text-align:center;}
.privacy-policy-table-noborder {border:none;}


/*FORMS*/

.gform_wrapper .gfield_required{
    color: #004A8F;
}
.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea{
    border: 1px solid lightgrey;
    border-radius: 10px;
    padding: 0.75rem 1rem !important;
}
.gform_wrapper.gravity-theme .gform_footer button,
.gform_wrapper.gravity-theme .gform_footer input,
.gform_wrapper.gravity-theme .gform_page_footer button,
.gform_wrapper.gravity-theme .gform_page_footer input{
    display: inline-block;
    padding: 0.5rem 1.5rem;
    color: white;
    border: none;
    background: #004A8F;
    border-radius: 21px;
    font-family: Georgia, Times, "Times New Roman", serif;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 700;
}
.gform_wrapper.gravity-theme .gform_footer button:hover,
.gform_wrapper.gravity-theme .gform_footer input:hover,
.gform_wrapper.gravity-theme .gform_page_footer button:hover,
.gform_wrapper.gravity-theme .gform_page_footer input:hover{
    color: #004A8F;
    background: transparent;
    border: 1px solid #004A8F;
    padding: calc(0.5rem - 1px) calc(1.5rem - 1px);
}

nav.navigation.pagination {
	justify-content: center;
}
nav.navigation.pagination a.page-numbers{
	padding: 15px;
	font-family: Georgia, Times, "Times New Roman", serif;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 700;
    color: #004A8F;
	text-decoration: underline;
}
nav.navigation.pagination span.page-numbers{
	padding: 15px;
	font-family: Georgia, Times, "Times New Roman", serif;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 700;
    color: #373736;
	
}

/*STICKY NAVIGATION*/

.ym_sticky_nav{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background:white;
    z-index:1000;
    box-shadow: 0 0 5px rgba(0,0,0,0.25);
    display:none;
}
.logged-in .ym_sticky_nav{
    top:32px;
}
.ym_sticky_nav .ym_nav{
    list-style:none;
    margin:0;
    padding:0;
    font-size:18px;
}
.ym_sticky_nav .ym_nav li{
    display:inline-block;
}
.ym_sticky_nav .ym_nav li a{
    display:block;
    padding:1rem;
    color:#262F35;
}
.ym_sticky_nav .ym_nav li a:hover{
    color:#004A8F;
}
.ym_sticky_nav_button{
    padding:0.75rem 0;
    text-align:right;
}

/*ICON CONTENT BLOCKS*/

.ym_icon_contents .ym_col{
    margin:1.5rem 0 0;
}
.ym_icon_content{
    display:flex;
    align-items:top;
}
.ym_icon_content .ym_icon{
    width:70px;
    height:70px;
    background-size:contain;
    background-position: center center;
    background-repeat: no-repeat;
    flex:0 0 70px;
}
.ym_icon_content .ym_text_content{
    padding-left:1rem;
}

/*CONTENT COLUMNS*/

.ym_content_columns_row{
    margin:0 -1.5rem;
}
.ym_content_columns_row .ym_col{
    padding:0 1.5rem;
}












