/*
Theme: VALUTEACHERS PUBLIC SITE / BUSINESS CARD
Parent Theme: PJS.Bootstrap
Author: TKT Consulting – http://www.tktlc.com
Copyright: 2010, Orchard. All Rights Reserved
*/

/* General
***************************************************************/
html, body  {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-size: 14px; 
	height: 100%;  
}

body {
	font-family:  Verdana, Arial, sans-serif; /* Custom Font Kit */
	font-size: 100%;
	color: #333333; 
}

/* Headings */
h1,h2,h3,h4,h5,h6 { color: #000; }

p {
    margin: 10px 0;
}

a:link, a:visited  { 
	color: #003d79; 
	text-decoration: underline; 
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

a:focus, 
a:hover { color: #662530; text-decoration: none; }

.btn, .btn-primary  {
	background-color: #0b3b6c;
	background-image: none;
	color: white !important;
	border: 2px solid white;
}
	
.btn:hover, .btn-primary:hover,
.btn:active, .btn-primary:active,
.btn.focus, .btn-primary:focus,
.btn.disabled, .btn-primary.disabled,
.btn[disabled], .btn-primary[disabled] {
	color: #ffffff;
	background-color: #0b3b6c;
	border: 2px solid white;
}

.container-fluid {
    max-width: 1450px;
}
	
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
	
/* Structure
***************************************************************/

#layout-wrapper { 
	position: relative; 
	width: 100% !important; 
	min-height: 100% !important; 
}

.container-fluid > .row {
    margin: 0 -15px 0 -15px;
	padding: 0;
}

#inner-wrap {
    /* padding-bottom: 215px; */ /* footer height Sticky  */
}

#header {
    position: relative;
    background-color: #0c3c60;
    z-index: 9999;
    padding-bottom: 20px;
}

#header a,
#header a:visited {
    color: white;
}

#header h1 {
    color: white;
    text-transform: uppercase;
}
 
#content { 
	z-index: 9999; 	
	display: block;
	background: transparent;
}
#content .page-header { display: none; }
 
#featured { 
	z-index: 1111;
}


.logo {

    margin: 20px auto 15px auto;
    max-width: 320px;
}

#toTop:hover { opacity: .7; }

.content-container { margin: 10px 0 0 0; }

.no-gutter {
  padding-right:0;
  padding-left:0;
}

.agent-business-card-site {
    display: flex;
    flex-direction: column;
}

.agent-business-card-site span {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.agent-business-card-site span i {
    margin-right: 5px;
}

.zone-locations-served {
    margin-bottom: 30px;
}

.zone-social {
    margin-top: 15px;
}

.facebook-color {
    color: #1a70dd;
}

.linkedin-color::before {
    color: #0077b5;
}

.twitter-color {
    color: #1da1f2;
}

/* Navbar
***************************************************************/
.main-menu {
    height: 40px;
    float: left;
}

/* .login { position: relative; top: 5px; height: 40px; text-align: right;  } */

.login ul { margin: 0; padding: 0; }

.login ul li { 
	display: inline;
 }
 
.login ul li a:link, .login ul li a:visited { 
	background-color: transparent;
	border: 1px solid #587494;
	color: #e3e3e3;
	padding: 2px 12px 4px 12px;
}
 
.login ul li a:hover, .widget-top-bar ul li a:focus { 
	background-color: transparent;
	border: 1px solid #ffffff;
	color: #ffffff;
	text-decoration: none;
}
 
/* Custom Styled NavBar *********************/
.styled-navbar { position: relative;  }
.styled-navbar .navbar-nav {  margin: 0; z-index: 9999;}
.styled-navbar .navbar-nav > li > a {
  color: #e3e3e3;
  padding: 10px 10px 10px 10px;
  border-right: 1px solid #252929;
  border: none;
}
.styled-navbar .navbar-nav > li > a:hover,
.styled-navbar .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}

/* active link */
.styled-navbar .navbar-nav > .active > a,
.styled-navbar .navbar-nav > .active > a:hover,
.styled-navbar .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #245588;
}

.styled-navbar .navbar-nav > .disabled > a,
.styled-navbar .navbar-nav > .disabled > a:hover,
.styled-navbar .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: #181b1b;
}

.styled-navbar .navbar-toggle {
	background-color: transparent;
	border: 1px solid #587494;
	box-shadow: none;
	background: none;
	margin-top: 20px;
}

/*
.styled-navbar .navbar-toggle:hover,
.styled-navbar .navbar-toggle:focus {
  background-color: red;
}
*/

.styled-navbar .navbar-toggle .icon-bar {
 	background-color: #e3e3e3;
}

.styled-navbar .navbar-toggle:hover,
.styled-navbar .navbar-toggle:focus {
    border: 1px solid #ffffff;
}

.styled-navbar .navbar-toggle:hover .icon-bar {
    background-color: #ffffff;
}

.styled-navbar .navbar-collapse,
.styled-navbar .navbar-form {
	padding-bottom: 25px;
}

.styled-navbar .navbar-nav > .open > a,
.styled-navbar .navbar-nav > .open > a:hover,
.styled-navbar .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: transparent;
}

/* Drop Down Menu Container
.styled-navbar .nav > li ul.dropdown-menu { background-color: #b7bcbf; border: none; border-radius: 0; }  
*/

/* Drop Down Menu Container | transparent */
.styled-navbar .nav > li ul.dropdown-menu {   	
	background-color: #0b2f57; /* Fall-back for browsers that don't support rgba */
	border: none; 
	border-radius: 0; 
}

/* Dropdown Link */
.styled-navbar .nav > li > .dropdown-menu a:before  {
	color: #ffffff;
	content: "\00BB \00a0";	/* >> AND space */
}
.styled-navbar .nav > li > .dropdown-menu a  {
	color: #e3e3e3;
	text-transform: none; 
}

/* Dropdown Link Hover */
.styled-navbar .nav > li > .dropdown-menu a:hover  {
	color: #ffffff;
	background-color: transparent;
	text-transform: none; 
}

.styled-navbar .nav > li > .dropdown-menu .active > a,
.styled-navbar .nav > li > .dropdown-menu .active > a:hover,
.styled-navbar .nav > li > .dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #990000;
  outline: 0;
}

/* Add bottom border to dropdown-menu items */
.styled-navbar .nav > li > .dropdown-menu li  {
	/* border-bottom: 1px solid #2a2a2a; */
}

/* Remvove bottom border to dropdown-menu items */
.styled-navbar .nav > li > .dropdown-menu li:last-child  {
	border: none;
}
/* .styled-navbar .nav > li > .dropdown-menu a:last-child { border: none; } */

 
  /* Business Card Widget *************
************************************/
.businesscard { 
    margin-top: 30px;
}

.businesscard span { 
	margin: 0px 3px 10px 3px;
	display: inline-block;
}

.businesscard i { 
	padding: 3px;
}

.email { 
	word-break: break-all;
}

.circular-agent {
    display: block;
    border-radius: 50%;
    overflow: hidden;
    height: 220px;
    width: 220px;
    border: 6px solid #d4d4d4;
    box-shadow: 0.00px 0.00px 14px 0px rgba(0,0,0,0.2);
}

.circular-agent img { 
	display: block;
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.fa-facebook-square { color: #3b589e; }
.fa-twitter-square { color: #2faff9; }
.fa-youtube-square { color: #cf3427; }


.flex-full-bg {
    display: flex;
    margin: 0 auto;
}

.col-full-bg {
    display: flex;
    flex: 1 1 50%;
    justify-content: center;
    align-items: center;
}

.col-full-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section {
    margin: 40px 0;
}

section.section-join {
    background: #c7c7c7;
    margin-bottom: 0;
}

.contact-info {
    display: flex;
    flex-direction: column;
}

.agent-name {
    font-size: 26px;
}

.designations {
    font-size: larger;
    color: gray;
}


.join-info {
    max-width: 500px;
    margin: 45px;
    text-align: center;
}

.join-info .review,
.join-info .referral-form-link {
    display: none;
}

.referral-form-link {
    margin-bottom: 20px !important;
}

.smaller-text {
    color: #0C3C60;
}

.bio-row {
    margin: 10px !important;
}

.zone-bio {
    padding: 15px 0;
}

.zone-licensed {
    margin-top: 30px;
}

.broker-button {
    max-width: 160px;
    margin: 10px auto;
}

.custom-button {
    margin: 10px;
    text-decoration: none !important;
}

.border-button,
.border-button:visited {
    display: inline-block;
    background: white;
    font-weight: bold;
    color: #0c3c60 !important;
    border: 1px solid #0c3c60;
    padding: 12px 35px;
    text-decoration: none;
}

.border-button:hover,
.border-button:focus {
    background: #3179af;
    color: white !important;
}

.filled-button,
.filled-button:visited {
    display: inline-block;
    background: #0c3c60;
    font-weight: bold;
    color: white !important;
    border: 1px solid #0c3c60;
    padding: 12px 35px;
    text-decoration: none;
}

.filled-button:hover,
.filled-button:focus {
    background: white;
    color: #0c3c60 !important;
}

.sliced-component {
    position: relative;
    padding: 20px;
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.svg-slice {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.svg-slice svg {
    position: absolute;
    width: 100%;
    height: 100%;
    fill: #0c3c60;
    transform: scale(-1, 1);
}

.slice-heading {
    display: block;
    position: relative;
    color: white;
    text-align: center;
    margin: 0;
    padding: 0;
    background: #0c3c60;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 10% 50%);
}

.slice-padding {
    margin-left: auto;
    margin-right: 0;
    padding: 10px 15px 10px 15px;
    width: 90%;
}



@media (max-width: 992px) {
    .flex-full-bg {
        flex-direction: column;
    }
}


/* Pages *******************************************************
***************************************************************/

/* Responsive Video Wrapper **************************************/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
	margin-bottom: 0px;
}
 
.video-container iframe,
.video-container object,
.video-container embed, 
.holder #clock {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Featured Header *********************************************
***************************************************************/
#featured-header { width: 100%; }
#featured-header .row { margin: 0; padding: 0; }
#featured-header img { width: 100%; }
 
.career-header { position: relative; }
.career-action-button { position: absolute; }

/* Featured Sub ************************************************
***************************************************************/
#featured-sub { margin-top: -70px; border-bottom: 1px solid #c6c6c6; }
.featured-sub-content { margin: 90px 0px 0 -30px; }
.featured-sub-content h2 { font-family: "Times New Roman", Times, serif; font-weight: normal; color: #153866; }
 
/* Contact Form ************************************************
***************************************************************/
.widget-contactForm { 
	padding:35px;
}
.widget-contactForm form {  }
.widget-contactForm h2 { 
	font-weight: normal; 
	font-size: 17px; 
	padding: 0; 
	text-transform:none; 
}
.widget-contactForm label {
	display: none;
} 
.widget-contactForm input {
	color: #333333;
	padding: 2px;
	margin: 3px 0 3px 0;
} 
.widget-contactForm fieldset {
	display: block;
} 

.widget-contactForm textarea {
	color: #333333;
	max-width: 95%;
} 

span.hint { display: block; }

/* Dynamic Referral Form *************************************
***************************************************************/
.dynamic-form label::after {
    content: "*";
    color: red;
    margin-left: 5px;
}

.dynamic-form input {
    border: none;
    border-bottom: 2px solid black;
}

.dynamic-form input:focus,
.dynamic-form input:focus-visible {
    border: none;
    border-bottom: 1px solid black;
    outline: none;
}

.dynamic-form .input-validation-error,
.dynamic-form input.text.input-validation-error {
    border: none;
    border-bottom: 2px solid red;
    outline: none;
}

.field-validation-error {
    position: relative;
    top: -5px;
    font-size: 12px;
    color: red;
}

.referral-btn {
    background: black;
    border-radius: 25px;
    border: 2px solid black;
    padding: 10px 35px;
    color: white;
}

.referral-btn:hover,
.referral-btn:focus {
    background: transparent;
    border-radius: 25px;
    border: 2px solid black;
    color: black;
}

.alert-info {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    text-align: center;
}

/* Sticky Footer ***********************************************
***************************************************************/
/* Footer **********************/
#footer {
    position: relative;
    bottom: 0;
    display: block;
    background-color: white;
    height: auto;
    width: 100%;
    padding: 45px 15px;
}

/* responsive */

.footer-inner { 
	padding: 0;
	margin: 0 auto;
}

.footer-logo {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 275px;
}

.footer-logo::after {
    position: absolute;
    left: 0px;
    bottom: 0;
    font-size: 12px;
    content: "COMMITED TO YOUR SUCCESS";
    text-align: center;
    width: 100%;
    max-width: 275px;
    padding-left: 65px;
}

.footer-logos {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.footer-logos img {
    flex-basis: 20%;
    width: 100%;
    max-width: 200px;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
}

.copyright {
    margin: 20px 0;
}

/* BACK TO TOP */
#toTop { position: fixed; right: 5px; bottom: 10px; cursor: pointer; display: none; text-align: center; z-index: 500; }
#toTop h1 { border: none; }


/* Pager
************************/
.pager a:link, .pager a:visited { color: #691121; }

/* Media Queries *****************************************************************
**********************************************************************************/
/* Medium Devices, Desktops */
@media (min-width : 1200px) {
}

@media (min-width: 1121px){	

	
}

/* Change when navbar collapses
=================================================================== */
@media (max-width: 1120px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }
}

@media (max-width: 992px){

}



@media (max-width: 768px)  {
    .circular-agent {
        margin: 0 auto;
    }
}

@media (max-width: 480px) {

}

