/*
Section styles
*/

section.section_wrapper {
    min-width: 1100px;
    display: block;
    background: #fff;
    width: 100%;
    margin: auto auto;
    height: 500px;
    position: absolute;
}
.vertical_align {
    display: table-cell !important;
    vertical-align: middle;
}
.align_center {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}
.content {
    height: inherit;
    width: 1100px;
    max-width: 1100px;
    margin: 0 auto;
    display: block;
    background: inherit;
}
.section_overflow {
    overflow: hidden;
}
.no_overflow {
    z-index: 51 !important;
}
.no-bg {
    background: none !important;
}
section.section_wrapper a {
    font-size: 22px;
    line-height: 26px;
    font-family: HelveticaThin, ProximaLight, LatoThin, Sans-Serif;
}
section.section_wrapper h1,
section.section_wrapper h2 {
     padding: 0px;
     margin: 0px;
     font-size: 72px;
     font-family: HelveticaLight, ProximaRegular, LatoReg, Sans-Serif;
     line-height: 74px;
     padding-top: 2%;
     font-weight: normal;
     letter-spacing: -1px;
 }
section.section_wrapper h2 {
    font-family: HelveticaThin, ProximaLight, LatoReg, Sans-Serif;
    font-size: 46px;
    line-height: 48px;
}
section.section_wrapper p {
    font-size: 22px;
    line-height: 26px;
    font-family: HelveticaThin, ProximaLight, LatoThin, Sans-Serif;
    font-weight: normal;
    letter-spacing: 0px;
}
/*
* Border Dark styles
*/
.border-right {
    width: 1px;
    position: relative;
    float:right;
    height: inherit;
    z-index: 2;
    background: #ddd;
    background-image: -webkit-linear-gradient(top, #fff, #999, #fff);
    background-image: -moz-linear-gradient(top, #fff, #999, #fff);
    background-image: -ms-linear-gradient(top, #fff, #999, #fff);
    background-image: -o-linear-gradient(top, #fff, #999, #fff);
    background-image: linear-gradient(top, #fff, #999, #fff);
}
.border-left {
    width: 1px;
    position: relative;
    float:left;
    z-index: 2;
    height: inherit;
    background: #ddd;
    background-image: -webkit-linear-gradient(top, #fff, #999, #fff);
    background-image: -moz-linear-gradient(top, #fff, #999, #fff);
    background-image: -ms-linear-gradient(top, #fff, #999, #fff);
    background-image: -o-linear-gradient(top, #fff, #999, #fff);
    background-image: linear-gradient(top, #fff, #999, #fff);
}
.border-top {
    top: 0;
    z-index: 2 !important;
    width: inherit;
    position: absolute;
    height: 1px;
    background: #ddd;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#fff), to(#fff), color-stop(50%, #999));
}
.border-bottom {
    z-index: 2 !important;
    bottom: 0;
    width: inherit;
    position: absolute;
    height: 1px;
    background: #ddd;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#fff), to(#fff), color-stop(50%, #999));
}
/*
* Border Light styles
*/
.border-right-light {
    z-index: 2;
    width: 1px;
    right: 0;
    position: absolute;
    margin: auto 0;
    height: 100%;
    background: rgba(255,255,255,0.1);
}
.border-left-light {
    z-index: 2;
    width: 1px;
    left: 0;
    position: absolute;
    height: inherit;
    background: rgba(255,255,255,0.1);
}
.border-top-light {
    z-index: 2;
    top: 0;
    width: inherit;
    position: absolute;
    height: 0px;
    background: rgba(255,255,255,0.1);
}
.border-bottom-light {
    z-index: 2;
    bottom: 0;
    width: inherit;
    position: absolute;
    height: 0px;
    background: rgba(255,255,255,0.1);
}
/*
* Column styles
*/
.text_column {
    height: 100%;
    display: block;
    z-index:250 !important;
    word-wrap: break-word;
    position:relative;
}
.text_move {
    height: 100%;
    width: 100%;
}
.image_column {
    z-index: 0 !important;
    margin: 0;
    padding: 0;
    position:relative;
}
.image_column img {
    z-index: 1 !important;
}
.image_column.no_overflow img {
    position: relative;
}
.text_move {
    display: table;
    height: 100%;
}
.section_video .text_column {
    display: block !important;
    min-width: 100%;
    width: 100% !important;
    clear: both;
 }
.text_wrap.normal {
    max-width: 720px;
}
video {
    object-fit: contain;
    margin: 0 auto;
}
video#bgvid {
    position: absolute; right: 0; bottom: 0;;
    min-width: 100%; min-height: 100%;
    z-index: -100;
    background-size: cover;
    margin: auto;
    max-width: 135%;
}
.wide {
    width: 100% !important;
}
.widest {
    width: 100% !important;
    max-width: 100% !important;
}
.video_column {
    width: 100%;
    height: inherit;
    position: absolute !important;
    top: 0;
}
.section_video .video_column,
.section_video .text_column {
    min-width:1100px;
    max-width: 1100px;
    position: relative;
    background: transparent;
}
.video_column.fixed {
    max-width: 100% !important;
    max-height: inherit !important;
    left: 0 !important;
    object-fit: contain !important;
    max-width: 100%;
}
.section_video {
    background: rgba(0,0,0,0) !important;
    z-index: 10 !important;
}
.video_wrap {
    height: inherit;
    width: 100%;
    position: relative;
}
.text_wrap a:hover {
    color: inherit;
    opacity: 0.8;
}
/* Column width styles */
#right_col {
    float:right;
}
.narrow_col {
    width: 29% !important;
}
.normal_col {
    width: 49% !important;
}
.wide_col {
    width: 69% !important;
}
.transparent {
    background: transparent !important;
}
.text_column.full {
    height: 10%;
    z-index: 150 !important;
    position: relative;
}
.image_column.full {
    z-index: 1;
}
.left_reset {
    margin-left: 25px !important;
}
.video_text_reset {
    margin-left: 0px !important;
    padding-left: 0px !important;
}
.right_reset {
    margin-left: 50px !important;
}
.padding_reset {
    padding-left: 0% !important;
    padding-right: 70% !important;
}
.pull_left {

}
.sections {
    position: relative;
    width: 100%;
    height: 100%;
}
.text_column a {
    position: relative;
    z-index: 1000 !important;
}
.overflow_y {
    overflow-y: hidden !important;
}

