﻿@import 'reset.css';
@import 'defaults.css';

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/fonts/glyphicons-halflings-regular.eot);
    src: url(//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/fonts/glyphicons-halflings-regular.woff) format('woff'), url(//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}

body {
    background: #ffffff;
    font-weight: 300;
}

h1, h2, h3 {
    margin-bottom: 15px;
    font-weight: 300;
    color: #35a2db;
}

#main h1 {
    font-size: 28.24pt;
}

#main h2 {
    font-size: 28.24pt;
    color: #273645;
}

a:link {
    color: #fc4349;
}

a:visited {
    color: #fc4349;
}

a:hover {
    color: #000000;
}

#editLinks {
    position: absolute !important;
    width: 100%;
}

#container {
    position: relative;
    width: 1170px;
    margin: 0 auto;
    padding: 0px;
}

#header {
    height: 154px;
    background: url(../image/header_bg.jpg) top center no-repeat;
}

.headerContent {
    max-width: 1170px;
    margin: auto;
    padding: 10px 15px 0px 0px;
    position: relative;
}

/*#header #logo{
    If needed to position logo
}*/

#phone, #callToAction {
    float: right;
    clear: right;
    font-family: 'Open Sans', sans-serif;
}

#phone {
    font-size: 22.59pt;
    color: #fff;
}

#callToAction {
    background-color: #fc4349;
    color: #fff;
    text-decoration: none;
    font-size: 12.98pt;
    padding: 2px 20px 3px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

#mainImage {
    min-height: 50px;
    /*background-color: #fff;*/
}

#main {
    background: #fff;
    font-size: 10.59pt;
    color: #7b7b7b;
}

    #main .padding {
        padding: 20px;
    }

#footer {
    min-height: 200px;
    background: #273645;
    color: #6dbcdb;
    padding: 30px 0px;
    box-sizing: border-box;
    font-size: 9.18pt;
}

.footerContainer {
    width: 1110px;
    margin: auto;
    padding: 0px 30px;
}

#footer a {
    color: #6dbcdb;
    text-decoration: none;
}

.heroCenter {
    Width: 1920px;
    Margin-left: -375px; /*  (1920 - container width) / 2   */
    position: relative;
}
/*
#ds_left, #ds_right {
	position: absolute;
	top: 0;
	width: 25px;
	height: 420px;
}
#ds_left {
	left: 0;
	background: url(../image/ds_left.png) top left no-repeat;
}
#ds_right {
	right: 0;
	background: url(../image/ds_right.png) top left no-repeat;
}

*/

.AccountStatus {
    font-size: 10px;
    position: absolute;
    top: 0px;
    right: 0px;
}

/*---	Theme Settings			---
-----------------------------------*/

.primary {
    color: #2681f3;
}

.secondary {
    color: #333;
}

.tertiary {
    color: #5F5F5F;
}

.btn.primary {
    background-color: #0C65CF;
}

.btn.secondary {
    background-color: #222;
}

.btn.tertiary {
    background-color: #5F5F5F;
}

.btn {
    display: inline-block;
    background-repeat: repeat-x;
    border: none;
    color: #fff !important;
    text-decoration: none !important;
    cursor: pointer;
}

    .btn img {
        vertical-align: middle; /* Middle align images (such as arrows) on buttons. */
    }

.btn_21 {
    padding: 3px 6px;
    background-image: url(../image/btn_highGloss_21_trans.png);
    font-size: 11px;
    line-height: 16px;
}

a.btn_21 {
    padding: 4px 6px 5px;
}

.btn_24 {
    padding: 3px 12px;
    background-image: url(/File/Content/image/btn_highGloss_24_trans.png);
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
}

.form_simple input[type='submit'] {
    font-family: 'open sans', sans-serif;
    font-size: 18px;
    font-weight: 100;
    padding: 3px 25px 5px;
    border: none;
    cursor: pointer;
}

.copyright {
    width: 100%;
    padding: 5px;
}

.social i {
    background-color: #333333; /*This sets the background color for the circle*/
    border-radius: 50%; /*Makes the circle*/
    width: 36px; /*sets the width of the circle*/
    height: 36px; /*sets the height of the circle*/
    font-size: 25px; /*sets the size of the icon itself*/
    padding: 6px 3px; /*sets the positioning of the icon within the circle*/
    box-sizing: border-box; /*keeps the dimensions of the circle*/
    text-align: center; /*centers the icon in the circle*/
    margin: 0px 3px; /*gives spacing between the icons*/
    float: right; /*sets the positioning on the right*/
}

    .social i.fa {
        color: #eee; /* use this to change the color of the icon in the circle*/
    }

        .social i.fa:hover {
            color: #aaa; /* use this to change the color of the icon on the hover event */
        }

.red {
    background-color: #fc4349;
    color: #fff !important;
    text-decoration: none !important;
}

.button {
    display: block;
    /* background-color: #fc4349; */
    width: 200px;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    box-sizing: border-box;
}
