/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
    position: relative;
    width: 1060px;
    margin: 0 auto;
    padding: 2em 20px;
    box-sizing: border-box;
}

.container .container {
    max-width: 100%;
    padding-left: 0;
}

.column,
.columns {
    width: 100%;
    float: left;
    box-sizing: border-box;
}

.column,
.columns {
    margin-left: 4%;
}

.column:first-child,
.columns:first-child {
    margin-left: 0;
}

.one.column,
.one.columns {
    width: 4.66666666667%;
}

.two.columns {
    width: 13.3333333333%;
}

.three.columns {
    width: 22%;
}

.four.columns {
    width: 30.6666666667%;
}

.five.columns {
    width: 39.3333333333%;
}

.six.columns {
    width: 48%;
}

.seven.columns {
    width: 56.6666666667%;
}

.eight.columns {
    width: 65.3333333333%;
}

.nine.columns {
    width: 74.0%;
}

.ten.columns {
    width: 82.6666666667%;
}

.eleven.columns {
    width: 91.3333333333%;
}

.twelve.columns {
    width: 100%;
    margin-left: 0;
}

.one-third.column {
    width: 30%;
}

.two-thirds.column {
    width: 65.3333333333%;
}

.one-half.column {
    width: 48%;
}

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
    font-size: 62.5%;
}

body {
    font-size: 1.8em; /* currently ems cause chrome bug misinterpreting rems on body element */
    line-height: 1.9;
    font-weight: 300;
    font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
    margin: 0;
}

strong {
    font-weight: 600;
}

hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 1em;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 600;
}

h1 {
    font-size: 2.4rem;
    line-height: 1;
    padding-top: .5em;
    font-weight: normal;
}

h2 {
    font-size: 2.4rem;
    line-height: 1.25;
    font-weight: normal;
    vertical-align: middle;
}

h3 {
    font-size: 1.8rem;
    line-height: 1.3;
}

h4 {
    font-size: 1.4rem;
    line-height: 1.35;
}

p {
    margin-top: 0;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
    color: #217abf;
    text-decoration: none;
}

a:hover {
    color: #0FA0CE;
    text-decoration: underline;
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.btn,
button,
input[type="submit"] {
    display: inline-block;
    height: 60px;
    width: 100%;
    margin-top: 0.8em;
    padding: 0 25px;
    color: #fff;
    background-color: #6c990a;
    text-align: center;
    font-family: "Raleway", Arial, sans-serif;
    font-size: 2rem;
    line-height: 60px;
    letter-spacing: 0;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    box-sizing: border-box;
}

.btn:hover, .btn:focus,
button:hover, button:focus,
input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #0FA0CE;
    color: #fff;
}

.btn {
    font-size: 2.4rem;
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */

fieldset {
    border: none;
}

legend {
    color: #6c990a;
    font-size: 2rem;
}

label, input {
    display: block;
}

input, select {
    width: 100%;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: .25em;
}

input[type="button"] {
    min-width: 220px;
    width: auto;
    text-align: center;

}

.form_instructions {
    font-size: 1.2rem;
    color: #6c990a;
    margin-top: -1em;
}

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */

ol, ul {
    padding-left: 1.5em;
    margin-top: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin: 1.5rem 0 1.5rem 0;
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
    margin-bottom: 1rem;
}

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.fl {
    float: left;
    width: auto;
}

.fr {
    float: right;
    width: auto;
}

.center-text {
    text-align: center;

}

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
    content: "";
    display: table;
    clear: both;
}

/* Other
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.main {
    width: 100%;
}

.logo {
    margin-right: 1em;

}

.logo-tag {
    width: 80%;
}

.tagline {
    display: block;
    font-size: 3.2rem;
}

.banner {
    background: url(../images/shutterstock_411942079.jpg) top center no-repeat;
    background-size: cover;
    min-height: 370px;
    width: auto;
    text-align: center;
    position: relative;
    margin-bottom: -4em;
}

.intro {
    padding: 1em;
    position: absolute;
    right: 0;
    top: 100px;
    background: #fff;
    opacity: .8;
    width: 600px;
    text-align: left;
    line-height: 2;
}
p.p-edit {
    margin-bottom: 0;
}
img.img-custom {
    position: absolute;
    right: 0;
    top: 16rem;
}
a.left.carousel-control {
    background: transparent;
}

a.right.carousel-control {
    background: transparent !important;
}

span.glyphicon.glyphicon-chevron-left {
    margin-left: -126px;
    color: #053885;
    font-size: 40px;
}

span.glyphicon.glyphicon-chevron-right {
    margin-right: -126px;
    color: #053885;
    font-size: 40px;
}
img.img-custom-1 {
    position: absolute;
    right: 0;
    top: 12rem;
}

h3.new-h3 {
    margin-top: 3rem;
}
.custom-h3{
color:#504747;
    background: #fff;
    opacity: .8;
    margin: 0 auto;
    width: 600px;
    position: relative;
    top: -1rem;
    text-align: center;
    line-height: 2;
    text-shadow: none;
}

.container__box {
    font-size: 1.7rem;
}

.container__box h2 {
    padding: 1em;
    color: #fff;
    font-size: 2rem;
}

.container__content {
    padding: 0 1em;
    line-height: 1.4;
}

.container__orange {
    border: 1px solid #f57a0c;
}

.container__orange h2 {
    background: #f57a0c;
}

.container__red {
    border: 1px solid #c4112f;
}

.container__red h2 {
    background: #c4112f;
}

.container__blue {
    border: 1px solid #217abf;
}

.container__blue h2 {
    background: #217abf;
}

.container__purple {
    border: 1px solid #666699;
}

.container__purple h2 {
    background: #666699;
}

.page-title__banner {
    background-color: #f57a0c;
    padding: 1em 0;
}

.page-title__banner.green {
    background-color: #6c990a;
}

.page-title__banner.red {
    background-color: #c4112f;

}

.page-title__banner.blue {
    background-color: #217abf;
}

.page-title__banner.purple {
    background-color: #666699;
}

.page-title {
    padding: 0;
    padding-left:10px;
    color: #fff;
    font-weight: normal;
}

.example {
    max-width: 100%;
}

.note {
    font-size: 1.4rem;
}

.asterisk {
    color: red;
}

.icon {
    vertical-align: middle;
    margin-right: .25em;
}

.homenav {
    margin-top: 5px;
    font-size: .70em;
}

#header #logo {
    vertical-align: middle;
    width: 200px;
    float: left;
    margin: 20px 20px 10px 60px;
    border: 0;
}

#logo2 {
    float: right;
    width: 200px;
    margin: 15px 0px 10px 20px;
    text-align: right;
    border: 0;

}

#wrapper {
    width: 960px;
    background: #fff;
    border-right: 2px solid #ccc;
    border-left: 2px solid #ccc;
    min-height: 600px;
    background-color: #FFFFFF;
    height: auto !important;
    min-height: 100%;
    margin: 0 auto;
    overflow: auto;

}

#main_content {
    width: 860px;
    margin: 0 0 1em 0;
    padding: 10px 0 0 50px;
    background: #fff;
}

#main_content p, #contactbox p, #linkbox p, #bottom_content p {
    padding-left: 10px;
    padding-right: 10px;
}

#top_content {
    width: 860px;
    margin: .5em 0 1em 0;
    padding: 0px 0 0 50px;
}

a.right-nav {
    position: relative;
    /* top: 8%; */
    top: 8rem;
    right: -10rem;
}

.fktable-new {
    position: relative;
    top: -4%;
    /* left: 0%; */
    width: 50%;
    float: right;
    padding: 0;
    margin: 30px;
    /* background-color: #ffffff; */
    /* border: 1px solid black; */
    /* opacity: 0.6; */
    filter: alpha(opacity=60);
    margin-left: 0;
    margin-right: 0;

}

.fktable p {
    font-size: 1.2rem;
}
.fktable p:after{
    position: relative;
    text-align: left;
    width: 40px;
    left: 10px;
}

a.a-style {
    color: #090936;
    font-weight: bold;
    font-size: 2rem;
    margin: 5%;
}

.fktable {
    rules: all;
    width: 94%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}

.fktable td {
    padding: 0px 5px 0px 5px;
}

#team td {
	text-align: center;
}

p.Bold {
    font-size: 2.1rem;
}

.tableshade {
    background: #e3e8f0;
}

#creditcard, #wiretransfer, #corpinfo, #tsdnoblock, #paymentblock {

    clear: both;
    display: none;
}

.float_left_img {
    float: left;
    margin: 0 1em .25em 0;
    clear: left;
}

/** Quote Styles **/

.footer__quotes {
    background-color: #888;
    color: #fff;
}

.footer__quotes h3 {
    font-weight: normal;
}

.quote__box {
    font-size: 1.4rem;
    width: 29.6667%;
    padding-right: 3%;
    padding-left: 3%;
    margin-right: 1%;
}

.quote__text {
    position: relative;

}

.quotation-mark {
    color: #a0a0a0;
    font-size: 8em;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: -10px;
    left: -50px;
    overflow: hidden;
}

.img-circle {
    border-radius: 50%;
}
.img-circle-1 {
    border-radius: 50%;
    height:90px;
    width: 90px;
}
.first {
    position: relative;
    left: 10px;
}

a.custom {
    position: relative;
    left: -19px;
}
a.custom-1 {
    position: relative;
    left: -11px;
}
.custom-2 {
    position: relative;
    left: -5px;
}

.width {
    width: 50%;
}

.format {
    width: 200px;
    float: left;
}

.format-form {
    width: 400px;
    float: left;
}

.bottom {
    position: relative;
    top: 5px;
}

input#cpamemail {
    position: relative;
    top: -1.3rem;
}

input#cpsdmemail {
    position: relative;
    top: -1.3rem;
}

.under-text {
    position: relative;
    left: 10px;
    float: right;
    width: 458px;
    font-size: 15px;
}

.under-text-1 {
    float: left;
    font-size: 15px;
    font-style: normal;
    position: relative;
    color: #005596;
    padding-right: 27px;
}

.page-title__banner_new {
    background-color: #c0cff7;
    padding: 1em 0;
    border-radius: 5px;
    padding-left: 5px;
    /* padding-bottom: 13px; */
    margin-bottom: 10px;
    /* margin: 5px; */
    margin-top: 10px;
}

select#country {
    width: 51%;
}

.font_color {
    color: black !important;
    font-size: 2.2rem;
}

select#state {
    width: 51%;
}

select#cpcertification {
    width: 52%;
}

select#cbcountry {
    width: 51%;
}

select#cbstate {
    width: 51%;
}

select#ccardtype {
    width: 51%;
}

select#cexpmonth {
    width: 51%;
}

select#cexpyear {
    width: 51%;
}

select#rrduration {
    width: 51%;
}

.font-style-1 {
    font-size: 1.6rem !important;
}

.sup_styles {
    vertical-align: top;
    position: relative;
    top: 1.5em;
    left: -1.1rem;
}

.btn-new {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

.btn-new:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}

span.required {
    color: red;
}

.backgrnd {
    width: 920px;
    opacity: 1;
}

.container-1 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

div#myCarousel {
    /* min-height: 370px; */
    /* width: auto; */
    text-align: center;
    position: relative;
    margin-bottom: -4em;
}
.carousel-inner {
    position: relative;
    width: 100%;
    /* height: 500px; */
    overflow: hidden;
}
div#myCarousel {
    /* min-height: 370px; */
    /* width: auto; */
    text-align: center;
    position: relative;
    margin-bottom: -4em;
    min-height: 370px;
    width: auto;
    text-align: center;
    position: relative;
    margin-bottom: -4em;
}
