﻿
#colorbox, #cboxOverlay, #cboxWrapper {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 99999;
}
#cboxOverlay {
    height: 100%;
    position: fixed;
    width: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}
#cboxContent {
    position: relative;
}
#cboxLoadedContent {
    overflow: auto;
}
#cboxTitle {
    margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5000;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}
.cboxPhoto {
    border: 0 none;
    display: block;
    float: left;
    margin: auto;
}
.cboxIframe {
    border: 0 none;
    display: block;
    height: 100%;
    width: 100%;
}
#cboxOverlay {
    background: none repeat scroll 0 0 #000000;
}
#colorbox {
}
#cboxContent {
    margin-top: 32px;
    overflow: visible;
}
.cboxIframe {
    background: none repeat scroll 0 0 #FFFFFF;
}
#cboxError {
    border: 1px solid #CCCCCC;
    padding: 50px;
}
#cboxLoadedContent {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 0;
}
#cboxLoadingGraphic {
    background: url("images/loading.gif") no-repeat scroll center center transparent;
}
#cboxLoadingOverlay {
    background: none repeat scroll 0 0 #000000;
}
#cboxTitle {
    color: #000000;
    left: 0;
    position: absolute;
    top: -22px;
}
#cboxCurrent {
    position: absolute;
    right: 205px;
    text-indent: -9999px;
    top: -22px;
}
#cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose {
    background: url("images/controls.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    height: 20px;
    position: absolute;
    text-indent: -9999px;
    top: -20px;
    width: 20px;
}
#cboxPrevious {
    background-position: 0 0;
    right: 44px;
}
#cboxPrevious:hover {
    background-position: 0 -25px;
}
#cboxNext {
    background-position: -25px 0;
    right: 22px;
}
#cboxNext:hover {
    background-position: -25px -25px;
}
#cboxClose {
    background: url("images/control.png") no-repeat scroll 0 0 transparent;
    height: 42px;
    right: -15px;
    width: 42px;
    z-index: 10000;
}
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
    right: 66px;
}
.cboxSlideshow_on #cboxSlideshow {
    background-position: -75px -25px;
    right: 44px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
    background-position: -100px -25px;
}
.cboxSlideshow_off #cboxSlideshow {
    background-position: -100px 0;
    right: 44px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
    background-position: -75px -25px;
}
.theme-SGP #cboxClose {
    background: url("images/SGP-control.png") no-repeat scroll 0 0 transparent;
    height: 35px;
    right: 10px;
    top: 10px;
    transition: all 0.25s ease-in-out 0s;
    width: 35px;
    z-index: 10000;
}
.theme-SGP #cboxClose:hover {
    background-position: 0 -35px;
    transition: all 0.25s ease-in-out 0s;
}

#cboxLoadedContent a {
    color: #A38F63;
    text-decoration: none;
}

#cboxLoadedContent #formSignIn {
    color: #002F5D;
}


.col-content .formHead h2,
.col-r h3,
.col-r p,
.formRow label {
    color: #666666;
}

.col-r p,
.formRow label,
.col-content .formHead p {
    font-size: 12px;
}

.col-r h3 {
    font-size: 27.6px;
    font-weight: normal;
    /*font-family: 'FSJackRegular';*/
}

.col-r p.marketing,
.col-r p.marketing-last
{
    font-size: 15.6px;
}

.col-content .formHead h2 {
    font-size: 35px;
    margin-bottom: 20px;
}


.col-content .formHead p {
    padding-top: 10px;
}

.formRow input.input-text {
    padding: 5px;
}