/***********************************************************************************************
************************************************************************************************
************************************************************************************************
GENERAL STYLES
************************************************************************************************
************************************************************************************************
***********************************************************************************************/ 

h1, h2, h3, h4, h5, h6 {
    clear: none;
}

a {
    outline: none;
    cursor: pointer;
    color: #24a5de;
    transition: all 0.5s ease;

}
a:visited {
    color: #666;
	color: #24a5de;
}
a:hover {
    color: #333;
}
a:hover, a:active, a:focus {
    outline: 0;
}
a.tel {
    white-space: nowrap;
    text-decoration: none;
}
p, h1, h2, h3, h4, h5, h6 {
   /* margin: 0 0 34px 0;*/
	margin: 0 0 25px 0;
    padding: 0;
}
img {
    max-width: 100%;
    border: none;
	height: auto;
}
form {
    margin: 0px;
    padding: 0px;
}
input, textarea, select, option {
    font-size: 1em;
    resize: none;
	outline: none;
}
input, textarea, select {
    border: 1px solid #CCC;
    padding: 5px;
    margin: 2px;
}
input.formBoxWide, textarea.formBoxWide {
    width: 98%;
}
sup {
    font-size: 0.571em; /* 8/14 */
}
ul, ol {
    margin: 0 0 34px 20px;
    /*padding: 0 0 0 20px;*/
	padding:0;
}
ul ul, ol ol {
    margin: 0 0 0 20px;
    padding: 0 0 0 20px;
}
ul li {
    list-style:disc;
    margin: 0 0 0 2px;
    padding: 0 0 3px 2px;
}
iframe {
    border: none;
}
img.alignleft {
    float: left;
    margin: 0 40px 30px 0;
}
img.alignright {
    float: right;
    margin: 0 0 30px 40px;
}
img.aligncenter {
    margin: 20px auto;
    display: block;
}

picture.alignleft {
    float: left;
    margin: 0 40px 30px 0;
}
picture.alignright {
    float: right;
    margin: 0 0 30px 40px;
}
picture.aligncenter {
    margin: 20px auto;
    display: block;
}
picture.aligncenter img{
    margin: auto;
    display: block;
}



img.circle-img {
    border-radius: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-shape-outside: circle(50%);
    shape-outside: circle(50%);
    shape-margin: 20px;
}

.hoverImg:hover, a.hoverImg:hover, a.hoverImg img:hover, input.hoverImg:hover {
    -moz-opacity: 0.65;
    -khtml-opacity: 0.65;
    opacity: 0.65;
}

hr {
    background-color: #ccc;
    margin: 0 auto 34px;
}
hr.hr-shorty {
    max-width: 80px;
}


/***btns***/


a.btn, input.btn {
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    padding: 15px 25px;
    font-size: 1em;
font-weight: 600;
    color: #FFF !important;
    background-color: #ec018d;
    border: none;
    line-height: 1.2;
}


a.btn.transparent, input.btn.transparent {
	background-color: transparent;
	border: 1px solid  #fff;
	color: #fff !important;
}
a.btn.transparent:hover, input.btn.transparent:hover {
	color: #fff !important;
}


a.btn.small, input.btn.small {
        padding: 5px 10px;
    font-size: 14px;
}

a.btn.large,input.btn.large{
	font-size:1.222222em; /*22*/
}

a.btn:hover, input.btn:hover {
    color: #FFF !important;
    background-color:#ab0066;
}

a.btn.blue, input.btn.blue{
   background-color: #24a5de;
	color:#fff;
}
a.btn.blue:hover, input.btn.blue:hover {
    background-color: #007ab0;
	color:#fff;
}

a.btn.green, input.btn.green{
   background-color: #50b848;
	color:#fff;
}
a.btn.green:hover, input.btn.green:hover {
    background-color: #218719;
	color:#fff;
}

a.btn.purple, input.btn.purple{
   background-color: #6f3091;
	color:#fff;
}
a.btn.purple:hover, input.btn.purple:hover {
    background-color: #4f2366;
	color:#fff;
}

a.btn.yellow, input.btn.yellow{
   background-color: #ffcb07;
	color:#000;
}
a.btn.yellow:hover, input.btn.yellow:hover {
    background-color: #af9226;
	color:#fff;
}






ul.standard_btn_links {
    margin: 0 0 24px;
    padding: 0;
}
ul.standard_btn_links li {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    display: inline-block;
}
ul.standard_btn_links li:first-child {
    margin-right: 20px;
}
ul.standard_btn_links .btn {
    margin: 0;
    text-align: center;
}


/* classes */

h1, .title  {
	line-height: 1.2;
    font-size: 2.222em; /*40*/

font-weight:400;
font-style: normal;
	color:#292929;
}


h1 strong, .title strong, h2 strong, h3 strong, h4 strong{
    font-weight: 700;
}

h2, .subtitle  {
	line-height: 1.2;
   
	 font-size: 2em; /*36*/
font-style: normal;
	font-weight: 400;
	color:#292929;
}


h3{
    
	 font-size: 1.777778em; /*32*/
    line-height: 1.2;
    font-weight: 400;
 
    color:#292929;
}

h4, .subtitle2 {
    line-height: 1.2;
	font-size: 1.556em; /*28*/
	/*font-size: 1.444em; 26*/
    font-weight: 400;
	color:#292929;
}

.alertTxt {
    color: #F00;
}
.largeTxt {
    font-size: 1.200em;
}
.smallTxt {
    font-size: 0.800em;
}

.nowrap, .tel {
    white-space: nowrap;
}
.tel {
	/*display: inline-block;
	margin-left: 4px;*/
}
a.tel {
	text-decoration: none;
	color: #f05a28;
}
.floatRight {
    float: right;
}
.floatLeft {
    float: left;
}
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.align-center {
    text-align: center;
}
.circleNumber {
    background-color: #558dd9;
    display: block;
	float: left;
    margin-right: 10px;
	margin-top: -4px;
    width: 36px;
    height: 36px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    color: #FFF;
    line-height: 1;
    text-align: center;
	padding: 4px;
}
.modal-title {
	font-size: 1.250em;
	line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 8px;
}

/************ allow video & maps to resize  **************/
.embed-container {
    position: relative;
    padding-bottom: 56.25%; /*the height of the box equal to % of its width*/
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container.embed-square {
	padding-bottom: 80%; /*the height of the box equal to % of its width*/
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/**home**/
.intro {
    padding-top: 40px;
    font-size: 1.333em;/*24px*/
}
.lrgNumbers-number {
    float: left;
    width: 60px;
    font-weight: 900;
    font-size: 2.778em;/*50px*/
    line-height: 1;
    color: #558dd9;
}
.lrgNumbers-txt {
    float: left;
    width: calc(100% - 60px);
}

