﻿.module {
    width: 100%;
    margin: auto;
    font-family: "Segoe UI", Tahoma, Helvetica, Arial, Verdana, sans-serif;
    clear: both;
}

.bg-black {
    background-color: #000;
    color: #fff;
}

.bg-black a {
    color: #5DC21E;
}

.bg-almostblack {
    background-color: #101010;
    color: #fff;
}

.bg-almostblack a {
    color: #5DC21E;
}

.bg-lightblack {
    background-color: #222222;
    color: #fff;
}

.bg-lightblack a {
    color: #5DC21E;
}

.bg-darkestgrey {
    background-color: #3B3B3B;
    color: #fff;
}

.bg-darkestgrey a {
    color: #5DC21E;
}

.bg-darkgrey {
    background-color: #6B6B6B;
}
.bg-grey {
    background-color: #C2C2C2;
}

.bg-lightgrey {
    background-color: #F2F2F2;
    color: #222222;
}

.bg-lightgrey a {
    color: #107c10;
}


.bg-darkgreen {
    background-color: #107C10;
    color: #fff;
}

.bg-darkgreen .button {
    background-color: #fff;
    color: #107C10 !important;
}

.bg-darkgreen a {
    color: #fff;
}

.bg-green {
    background-color: #299C10;
}

.bg-lightgreen {
    background-color: #5DC21E;
}

.bg-lightgreen a {
    color: #fff;
}

.bg-lightgreen a:after {
    content: ' >';
}

.bg-white {
    background-color: #fff;
    color: #222222;
}

.bg-white a {
    color: #107c10;
}

.bg-legal {
    background-color: #333333;
    color: #a9a9ae;
}

.hero img {
    width: 1156px;
    margin: 0px auto;
    display: block;
}

.text {
    padding-top: 20px;
    padding-bottom: 65px;
}

.text.withRule {
    padding-top: 0px;
}

.text.titleOnly {
    padding-bottom: 20px;
}

.text .content {
    width: 960px;
    margin: 0px auto;
    display: block;
    font-size: 0;
}

.text.withRule .content {
    margin-top: 0;
    padding-top: 7px;
    border-top: 1px solid #222222;
}

.bg-darkgreen.text.withRule .content,
.bg-darkestgrey.text.withRule .content {
    border-top: 1px solid #fff;
}

.button {
    display: inline-block;
    padding: 15px;
    color: #fff !important;
    background-color: #107c10;
    font-size: 15px;
    font-family: 'Segoe UI';
}

.content header {
    font-family: 'Segoe UI Light';
    font-size: 30px;
    line-height: 34px;
    max-height: none;
    overflow: hidden;
    white-space: normal;
    max-width: 715px;
}

.mainHeader {
    font-size: 40px !important;
    line-height: 42px !important;
}

.content .textContent {
    font-family: 'Segoe UI';
    font-size: 15px;
    line-height: 18px;
    margin-top: 15px;
    max-width: 715px;
}

.textContent .button {
    margin-top: 5px;
}

.cta {
    margin-top: 15px;
}

.content a {
    font-family: 'Segoe UI Semibold';
    font-weight: normal;
    font-size: 18px;
    min-height: 26px;
    max-width: 90%;
    overflow: hidden;
    white-space: normal;
    display: inline-block;
    line-height: 26px;
}

a.button {
    font-family: 'Segoe UI';
    font-weight: normal;
    font-size: 15px;
    max-width: 90%;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}

.textCols3 .textColumn {
    width: 306px;
    display: inline-block;
    vertical-align: top;
}

.textCols3 .spacer {
    width: 21px;
    display: inline-block;
}

.textCols4 .textColumn {
    width: 225px;
    display: inline-block;
    vertical-align: top;
}

.textCols4 .spacer {
    width: 20px;
    display: inline-block;
}

.textColumn header {
    padding-top: 0px;
    padding-bottom: 15px;
    white-space: normal;
}

.textColumn .textContent {
    margin-top: 0;
}

.gallery {
    width: 1450px;
    margin: auto;
    font-size: 0;
    overflow: hidden;
    position: relative;
}

.galleryDisplay {
    display: none;
    height: 549px;
    position: absolute;
    z-index: 21;
    width: 1450px;
}

.galleryDisplay .displayContainer {
    width: 960px;
    margin: auto;
    height: 100%;
    position: relative;
}

.galleryItems {
    /*white-space: nowrap;*/
    position: relative;
}

/*.galleryItems .owl-item {
    display: inline-block;
}*/

.galleryItemsButton {
    position: absolute;
    z-index: 23;
    cursor: pointer;
    /*background-color: black;*/
    /*background-color: rgba(0, 0, 0, .9);*/
    background-position: center center;
    background-repeat: no-repeat;
}

.galleryItemsButton.next {
    right: 3px;
    top: 81px;
    width: 48px;
    height: 40px;
    background-image: url('../Images/arrow_right_square.png');
}

.galleryItemsButton.previous {
    left: 0;
    top: 81px;
    width: 48px;
    height: 40px;
    background-image: url('../Images/arrow_left_square.png');
}

.galleryButton {
    position: absolute;
    z-index: 23;
    cursor: pointer;
}

.close {
    right: 0px;
    top: 20px;
    width: 20px;
    height: 20px;
    background-image: url('../Images/close_icon.png');
}

.next {
    right: 0px;
    top: 263px;
    width: 14px;
    height: 23px;
    background-image: url('../Images/arrow_right_white.png');
}

.previous {
    left: 0px;
    top: 263px;
    width: 14px;
    height: 23px;
    background-image: url('../Images/arrow_left_white.png');
}

.galleryDisplay.bg-white .close, .galleryDisplay.bg-lightgrey .close {
    background-image: url('../Images/Close_icon_black.png');
}

.galleryDisplay.bg-white .galleryButton.next, .galleryDisplay.bg-lightgrey .galleryButton.next {
    background-image: url('../Images/arrow_right_black.png');
}

.galleryDisplay.bg-white .galleryButton.previous, .galleryDisplay.bg-lightgrey .galleryButton.previous {
    background-image: url('../Images/arrow_left_black.png');
}

.gallery .owl-theme .owl-controls {
    margin-top: 0;
}

.gallery .owl-buttons {
    width: 960px;
    margin: auto;
    text-align: left;
}

.gallery .owl-theme .owl-controls .owl-buttons div {
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
}

.owl-buttons span {
    font-size: 15px;
    line-height: 15px;
    position: relative;
    top: -15px;
}

.gallery .owl-theme .owl-controls div.owl-next {
    width: 26px;
    height: 26px;
    background-image: url('../Images/arrow_right_white.png');
    background-position: center center;
    background-repeat: no-repeat;
}

.gallery .owl-theme .owl-controls div.owl-prev {
    width: 20px;
    height: 26px;
    margin-left: 0;
    padding-left: 0;
    background-image: url('../Images/arrow_left_white.png');
    background-position: left center;
    background-repeat: no-repeat;
}

.bg-white .gallery .owl-theme .owl-controls div.owl-next,
.bg-grey .gallery .owl-theme .owl-controls div.owl-next {
    background-image: url('../Images/arrow_right_black.png');
}

.bg-white .gallery .owl-theme .owl-controls div.owl-prev,
.bg-grey .gallery .owl-theme .owl-controls div.owl-prev {
    background-image: url('../Images/arrow_left_black.png');
}

.pageCounter {
    position: absolute;
    bottom: 0;
    right: 32px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #fff;
}

.bg-white .pageCounter {
    color: #222222;
}

.galleryContent {
    position: absolute;
    z-index: 22;
    left: 32px;
    right: 32px;
    height: 504px;
}

.galleryImage {
    width: 100%;
    height: 100%;
    margin: auto;
}

.galleryItem {
    display: inline-block;
    width: 359px;
    height: 202px;
    position: relative;
    cursor: pointer;
}

.viewAll {
    background-color: #107c10;
    color: #fff;
    margin-bottom: 0px;
}

.bg-darkgreen .viewAll {
    background-color: #222222;
    color: #5dc21e;
    margin-bottom: 0px;
}

.galleryShare {
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.bg-white .galleryShare {
    position: absolute;
    bottom: 1px;
    left: 1px;
    z-index: 1;
}


.hidden {
    display: none;
}

.galleryItem img {
    width: 100%;
    height: 100%;
}

.productGallery .galleryBackground {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1733px;
}

.productGallery {
    width: 960px;
    margin: auto;
    padding-top: 65px;
    padding-bottom: 65px;
}

.productGallery .galleryTitle {
    display:block;
    width: 960px;
    max-height: 1em;
    padding-bottom: 20px;
    font-family: Segoe UI Light;
    font-size: 30px;
    line-height: 34px !important;
}

.productGallery .galleryDisplay {
    display: block;
    position: relative;
    width: 960px;
}

.productGallery .galleryControls {
    font-size: 0;
    margin-top: 6px;
    white-space: nowrap;
}

.productGallery .galleryThumbs {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    width: 848px;
}

.productGallery .galleryThumbs div {
    display: inline-block;
    position: relative;
}

.productGallery .galleryItem {
    width: auto;
    height: auto;
}

.productGallery .galleryItem.withSpacer {
    margin-right: 2px;
}

.productGallery .galleryItem img {
    width: 160px;
    height: 90px;
    padding: 0px;
    border: 2px solid transparent;
    margin: 2px;
}

.bg-white .productGallery .galleryItem img {
    border: 2px solid rgba(0, 0, 0, .2);
}

.productGallery  .selected .thumb {
    border: 2px solid white;
}

.bg-white .productGallery .selected .thumb {
    padding: 2px;
    margin: 0px;
    border: 2px solid #222222;
}

.productGallery .galleryButton {
    display: inline-block;
    position: relative;
    left: 0;
    top: 0;
    height: 90px;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: top;
}

.productGallery div {
    height: auto;
    line-height: 0;
}

.productGallery .galleryContent {
    position: relative;
    left: auto;
    right: auto;
    height: auto;
    z-index: 0;
}

#galleryShare {
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.bg-white #galleryShare {
    position: absolute;
    bottom: 1px;
    left: 1px;
    z-index: 1;
}

.productGallery .galleryContent img {
    width: 960px;
    height: 540px;
}

.bg-white .productGallery .galleryContent img {
    width: 958px;
    height: 538px;
    border: 1px solid rgba(0, 0, 0, .2);
}

.productGallery .next {
    margin-left: 44px;
}

.productGallery .previous {
    margin-right: 44px;
}

.productGallery .pageCounter {
    display: block;
    position: relative;
    margin: auto;
    margin-top: 10px;
    text-align: center;
    left: auto;
    bottom: auto;
    padding-bottom: 65px;
    font-size: 15px;
    line-height: 18px;
}

.productGallery .galleryItem .playIcon {
    display: none;
}

.productGallery .galleryItem.video .playIcon {
    display: block;
    z-index: 23;
}

.galleryItem p {
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    bottom: 0px;
    left: 0px;
    font-size: 15px;
    line-height: 22px;
    font-weight: normal;
    margin: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #fff;

    max-height: 22px;
    overflow: hidden;
    word-wrap: normal;
    width: 100%;
}

.galleryItem p span {
    display: block;
    padding-left: 8px;
    padding-right: 8px;
}

.galleryItem .playIcon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: url('/Content/Images/play-button-white.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 49px 48px;
}

.withSpacer {
    margin-right: 4px;
}

.tall {
    min-height: 650px;
}

.noTopMargin {
    margin-top: 0 !important;
}

.narrowContent {
    width: 470px;
}

.narrowContent img {
    height: 265px;
    width: auto !important;
}

.copyWrapper {
    margin-top: 0px;
}

.pushDown {
    padding-top: 65px;
}

.copyWrapper .content {
    width: 470px;
    padding-bottom: 65px;
    padding-top: 20px;
}

.richContent {
    width: 1450px;
    margin: auto;
}

.richContent.leftImageOnly.rightImageOnly {
    font-size: 0;
}

.richContent.leftImageOnly.rightTextOnly .leftImageOnly {
    padding-bottom: 65px;
}

.richContent.rightImageOnly.leftTextOnly .rightImageOnly {
    padding-bottom: 65px;
}

.richContent.leftRawHtml.rightRawHtml {
    padding-top: 20px;
    padding-bottom: 65px;
}

.article .richContent.leftImageOnly:not(.rightImageOnly),
.article .richContent.rightImageOnly:not(.leftImageOnly)
{
    padding-bottom: 65px;
}

.leftSide {
    float: left;
    width: 715px;
    margin-right: 20px;
}

.rightSide {
    float: right;
    width: 715px;
}

.leftSide .copyWrapper {
    float: right;
}

.leftSide .imageWrapper {
    float: right;
}

.imageWrapper {
    font-size: 0;
}

.imageWrapper img {
    max-width: 100%;
}

.imageLeft .copyWrapper {
    float: right;
    display: block;
    width: 715px;
}

.imageLeft .imageWrapper {
    float: left;
    width: 715px;
    margin-right: 20px;
}

.imageRight .copyWrapper {
    float: left;
    display: block;
    width: 715px;
    text-align: right;
}

.imageRight .imageWrapper {
    float: right;
    width: 715px;
    margin-left: 20px;
}

.richContent header {
    padding-top: 0px;
    padding-bottom: 15px;
    white-space: normal;
}

.richContent .textContent {
    margin-bottom: 0;
    margin-top: 0;
}

.imageRight .content {
    text-align: left;
    float: right;
}

.rawContent {
    font-family: 'Segoe UI';
    font-size: 15px;
    line-height: 18px;
}

.leftSide .rawContent {
    float: right;
}

.rightSide .rawContent {
    float: left;
}

.rawContent header {
    font-family: 'Segoe UI Light';
    font-size: 30px;
    line-height: 34px;
    padding-bottom: 15px;
}

.rawContent p {
    font-family: 'Segoe UI';
    padding-bottom: 15px;
    margin: 0;
}

.rawContent b {
    font-family: 'Segoe UI Semibold';
    font-weight: normal;
}

.rawContent ul {
    padding-bottom: 15px;
    margin: 0;
}

.itemsList {
    width: 960px;
    margin: auto;
    font-size: 0;
}

.itemsList .spacer {
    width: 20px;
    display: inline-block;
}

.itemsList .item {
    display: inline-block;
    margin-bottom: 65px;
    font-size: 15px;
    line-height: 18px;
    vertical-align: top;
}

.square .item .textContent {
    float: right;
    width: 225px;
}

.item header {
    font-family: 'Segoe UI Semibold';
    overflow: hidden;
}

.item p {
    margin-top: 0;
}

.square .item {
    width: 470px;
}

.rectangle .item {
    width: 225px;
}

.square .item img {
    float: left;
    width: 225px;
    margin-right: 20px;
}

.rectangle .item img {
    width: 184px;
    margin-bottom: 20px;
}

.rawcontent {
    font-size: 15px;
    line-height: 18px;
}

.rawcontent .container {
    width: 960px;
    margin: auto;
}

.spacer {
    height: 65px;
}

.legalText {
    width: 960px;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 85px;
    font-style: italic;
    font-size: 12px;
    line-height: 18px;
    color: #A9A9AE;
    font-family: 'Segoe UI';
}

.legalText a {
    color: #5CC21F;
    font-weight: normal;
}

.shareControl {
    padding: 13px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .5);
    display: inline-block;
    cursor: pointer;
}

.gallery .displayContainer .shareControl {
    position: absolute;
    bottom: 45px;
    left: 32px;
    z-index: 22;
}

.shareControl .icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-top: 0px;
    margin-right: 6px;
}

.shareControl .icon.share {
    margin-right: 0px;
}

.shareControl .shareText {
    display: inline-block;
    margin-left: 0;
    margin-top: 0;
    font-family: 'Segoe UI';
    font-size: 15px;
    line-height: 18px;
    color: #fff;
}

.share {
    background-image: url('/Content/Images/sharing_icon_white.png');
}

.twitter {
    background-image: url('/Content/Images/icon_twitter.png');
    margin-left: 13px;
}

.facebook {
    background-image: url('/Content/Images/icon_facebook.png');
}

.tumblr {
    background-image: url('/Content/Images/icon_tumblr.png');
}

.mail {
    background-image: url('/Content/Images/icon_mail.png');
}
