/* Arctic Reservations LLC. base.css */

.body {
    width: 100%;
}
.bodyDiv {
    padding-top: 10px;
    padding-left: 10%;
    padding-right: 10%;
    width: 100%;
}

.header {
    background: #9DC5DC;
    width: 100%;
    height: 130px;
    padding: 15px;
    text-align: center;
}

.mobileHeader {
    background: #9DC5DC;
    width: 100%;
    height: 70px;
    padding: 15px;
    text-align: center;
}

.headerLogoDiv {
    float: left;
    vertical-align: center;
    padding-left: 10px;
    width: 20%;
    height: 100%;
    padding-right: 25px;
}

.headerMenuDiv {
    float: left;
    vertical-align: center;
    padding-left: 10px;
    width: 80%;
}

.icon-bar{
    background-color: white;
}

.mobileHeaderMenuBlockDiv {
    float: right;
    background: #9DC5DC;
    width: 80%;
    margin-top: -20px;
}

.mobileHeaderMenuDiv {
    float: unset;
    background: #9DC5DC;
    margin-bottom: 10px;
    margin-top: 20px;
    padding-bottom: 0px;
    max-height: 175px;
}

img.contact{
 margin-top: -35px;
}

.headerText{
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    margin: -5px;

}

.headerText:hover {
    text-decoration: none;
}

.video{
    max-height: 350px;
}

.screens{
    width: 80%;
    text-align: center;
}

.footerbg {
    background: #BCCBD3;
    width: auto;
    height: 50px;
    padding: 15px;
    text-align: center;
}


.footerText {
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: bold;
    color:#FFFFFF;
}

.mainTitleText {
    font-family: "Trajan";
    font-size: 23px;
    color: #9DC5DC;
}

.subTitleText {
    font-family: "Open Sans";
    font-size: 18px;
    color: #9DC5DC;
    padding-top: 10px;
}

.bodyText {
    font-family: "Open Sans";
    font-size: 13px;
    color: #989898;
    padding-left: 10%;
    padding-right: 10%;
}

.tab > li > a {
    font-family: "Open Sans";
    font-size: 13px;
    color: #9DC5DC !important;
    text-decoration: none;
}

.solutionsCollapseDiv {
    float: left;
    width: 50%;
}

.bodyPillsText {
    font-family: "Open Sans";
    font-size: 13px;
    color: #9DC5DC;
}

.formPageContactText {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: bold;
}

.formPageContactTextBlue {
    color: #9DC5DC;
    font-family: "Open Sans";
    font-size: 13px;
}

.formPageContactTextGrey {
    color: #989898;
    font-family: "Open Sans";
    font-size: 13px;
}

.formPageTitleText {
    font-family: "Open Sans";
    font-size: 14px;
}

.editionsPricingText {
    font-family: "Open Sans";
    font-size: 15px;
}

li {
    list-style: none;
}

.industryBodyDiv {
    padding-left: 10px;
    padding-bottom: 5px;
}

.industrybg {
    width: 100%;
    margin-top: -125px;
    background: transparent;

}

table.features {
    border-spacing:0;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
}

.smcol {
    width: 16%;
}
.textcol {
    width: 52%;
}


table.features th.func {
    text-align:left;
}

table.features .yes {
    background: url('/img/diamond.png') no-repeat;
    background-position:center center;
}

table.features .yes span {
    display:none;

}

table.features .number, table.features .text, table.features .edition {
    text-align:center;
    font-weight: bold;
}


table.features .shadedColumn {
    background-color: #E9F1F6;
}
table.features .nobg {
    background-color: #FFFFFF;
}

table.features .group {
    font-weight: 700;
    font-size: 112%;
    color:#E5E5E5;

}

table.features td {
    padding-top: 7px;
    padding-bottom: 7px;
}

table.features .item {
    color: #9DC5DC;
    font-family: "Open Sans";
    font-size: 13px;
    border-bottom: 1px solid #E5E5E5;
}

table.features .editionNote {
    color: #989898;
    font-family: "Open Sans";
    font-size: 10px;
}

.first {
    border-top: 2px solid #9DC5DC;
}


.contactFormDiv {
    float: left;
    vertical-align: center;
    padding-left: 0;
    width: 50%;
}

.contactFormBG {
    background: url('/img/form_bg.png') no-repeat;
    background-position:center;
    width: 90%;
    height: 400px;

}

.contactFormBGMobile {
    background: url('/img/form_bg.png') no-repeat;
    background-position:center;
    width: 90%;
    height: 400px;
    padding: 4px;

}

.contactFormText {
    font-family: "Open Sans";
    font-size: 13px;
    color: #FFFFFF;
    float: left;
    width: 100px;
    padding-top: 5px;
    padding-right: 10px;
    text-align: right

}

.contactFormTextMobile {
    font-family: "Open Sans";
    font-size: 13px;
    color: #FFFFFF;
    float: left;
    width: 100px;
    padding-top: 20px;
    padding-right: 10px;
    text-align: right

}

table#contact th {
    padding: 4px;
}

.contactFormH4 {
    font-family: "Open Sans";
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
}

.contactMobileHeadText {
    font-family: "Open Sans";
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
}

.wellBG{
    background: url('/img/form_bg.png') no-repeat;
    background-position:center;
    background-size: 200%;
    min-height: 400px;

}

@media (max-width: 767px) {
    .wellBG {
        background: url('/img/form_bg.png') no-repeat;
        background-position:center;
        background-size: 600%;
        min-height: 700px;
        padding: 10px;
    }
}

.form-horizontal .control-group {
    margin-bottom: 18px;
    margin-left: 10px;
}

.form-horizontal .controls {
    color: #1a1a1a;
}

.faqBodyDiv {
    padding-left: 10px;
    padding-bottom: 5px;
}
.faqCollapseDiv {
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 20px;
    font-style: italic;
    color: #989898;
}
.faqbg {
    clear: left;
    width: 100%;
}

.reviewLogos {
    padding-top: 20px;
    padding-bottom: 20px;
    max-height: 300px;

}

.customerLogos {
    max-height: 100%;
    padding-bottom: 2px;
}


@media (max-width: 767px) {
    .customerLogos {
       max-height: 55px;
    }

    .reviewLogos{
        max-height: 200px;
        max-width: 200px;
    }
}

.reviews {
  border: none;
}

.reviews tr, .reviews td {
    padding: 10px;
}

.billing h2 {
    font-family: "Open Sans";
    color: #9DC5DC;
    font-size: 18px;
    font-weight: bold;
}

.billing h3 {
    font-family: "Open Sans";
    color: #9DC5DC;
    font-size: 16px;
    font-weight: bold;
}

.billingBodyText {
    font-family: "Open Sans";
    font-size: 13px;
    color: #989898;
    padding-left: 10px;
    padding-right:10px;
}

.payment-form, .billing-period{
    color: #ffffff;
    font-weight: bold;
}

.legal h2, .legal h3{
    font-family: "Open Sans";
    color: #9DC5DC;
}

ul.arctic li {
    list-style-image: url(../img/fox_bullet.png);
    margin-bottom: .6em
}
#sidebar{
padding: 10px;
}

#sidebar h4 {
    font-family: "Open Sans";
    color: #9DC5DC;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

#sidebar p p {
    text-align: justify;
}

#sidebar a, #sidebar a:visited {
    color: #3b80a7;
}

#twitter-tweets {
    position: relative;
    margin-top: 10px;
    margin-left: 14px
}

#twitter-tweets .simple-box {
    background-color: #d7e7f1;
    padding: 9px 13px;
    margin: 9px 0;
    text-align: justify;
    line-height: 130%;
    font-size: 105%;
    font-style: italic
}

#twitter-tweets .date {
    font-size: x-small;
    color: #fff;
    font-size: normal
}

#twitter-tweets .bird {
    display: block;
    position: absolute;
    top: -10px;
    left: -14px;
    background-image: url(../img/twitter/bird_32_blue.png);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px
}

#blog-recent li {
    margin-bottom: .6em
}

ul.customers {
    padding-left: 10px;
    list-style: none;
    margin-bottom: 12px;
}

ul.customers li {
    float: left;
    width: 170px;
    text-align: center;
    font-size: 82%;
    line-height: 14px;
    padding: 8px 0;
}

ul.customers .customers a:hover, ul.customers a:active {
    text-decoration: none !important
}

ul.customers + * {
    clear: left
}

.testimonial {
    text-align: center
}

.testimonial .quote {
    font-size: 15px;
    line-height: 20px;
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif;
    padding: 0 13px 9px 13px
}

.testimonial .author, .testimonial .company {
    font-size: 82%;
    line-height: 14px
}

.reviewCarousel{
    padding-left: 10%;
    padding-right: 10%;
    width: 100%;
}

table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0
}

@media screen and (max-width: 767px) {
    .table-responsive > .table {
        width: 100%;
    }
}

a {
    color: #749bb2; !important
    text-decoration: none
}

a:hover {
    color: #3b80a7; !important
    text-decoration: underline
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #9DC5DC;
    text-rendering: optimizelegibility
}

.button, input[type="submit"], .button:hover, .button:active, input[type="submit"]:hover, input[type="button"]:hover {

                     background: #9DC5DC;
                     border-top: 1px solid #3b80a7;
                     padding: 7px 16px;
                     border: none;
                     border-radius: 3px;
                     text-shadow: 1px 1px 0 #a5cce3;
                     color: #3b80a7;
                     font-size: 14px;
                     font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
                     text-decoration: none;
                     vertical-align: middle;
                     font-weight: bold;
}


.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #c09853
}

.alert-heading {
    color: inherit
}

.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 18px
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847
}

.alert-danger, .alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px
}

.alert-block > p, .alert-block > ul {
    margin-bottom: 0
}

.alert-block p + p {
    margin-top: 5px
}

.entry-title {
    padding-top: 10px;
    padding-bottom: 10px;
}

.error {
    color: red
}