/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #000;
    font-size: 1em;
    line-height: 1.4;
    height: 100%;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/** Common Styles **/
body{
    position: relative;
    min-height: 100%;
    width: 100%;
    float: left;
    font-family: Arial;
    overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6{
    color: #383640;
    font-size: 32.19px;
    font-weight: bold;
}

p{
    font-size: 16.8px;
}

a{
    font-size: 16.8px;
    color: #fff;
}

a:hover{
    opacity: 0.8;
}

.category-content-part-width a, .category-content-full-width a, .row a{
    color: #000;
}

button:hover{
    opacity: 0.8;
}

#container{
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: relative;
}

.center{
    display: block;
    width: 95%;
    position: relative;
    max-width: 1198px;
    margin: 0 auto;
}

.row{
    float: left;
    width: 100%;
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
}

.bold{
    font-weight: bold;
}

/** Header Styles **/

header{
    background-color: #1d1d1b;
    float: left;
    width: 100%;
    position: relative;
    background-size: 100% 100%;
    height: 159px;
    border-bottom: 1px solid #80807f;
}

.header-bottom-border{
    height: 1px;
    width: 100%;
    background-color: #fff;
    float: left;
}

.logo{
    top: 0px;
    position: absolute;
    width: 40%;
    max-width: 290px;
    min-width: 200px;
    transition:all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s;
}

.logo a img{
    width: 376.5px;
    height: 159px;
}

.logo a:hover{
    opacity: 1.0;
}

.elevate-logo{
    width: 255.75px;
    position: absolute;
    right: 300px;
    top: 43px;
}

.elevate-logo img{
    width: 100%;
}

.header-right{
    height: 159px;
    width: 50%;
    float: right;
    position: relative;
    transition:all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s;
}

.header-right .search{
    z-index: 7;
    position: relative;
    float: right;
    right: 0px;
    transition:all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s;
}

.form-search button{
    background-image: url('/img/frontend/search-icon.jpg');
    background-size: 100% 100%;
    width: 30px;
    text-indent: -9999px;
    border: none;
    margin-left: 0px;
    width: 41px;
    height: 40px;
    padding:0px;
    transition:all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s;
}

.frontend-logout-link{
    color: #fff;
    text-decoration: none;
    font-size: 18.3px;
}

.frontend-contacts-and-profile-link{
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.view-profile-link{
    width: 100%;
    background-color: #61666a;
    position: relative;
    float: left;
    padding-top: 10px;
    height: 35px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
}
.update-profile-link{
    width: 100%;
    background-color: #61666a;
    position: relative;
    float: left;
    height: 35px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
}

.frontend-top-links-container{
    float: right;
    margin-top: 1%;
    position: absolute;
    right: 0;
    bottom: 4px;
}

.header-right .search .form-search input{
    margin-top: 87px;
}

.form-search input{
    border: none;
    height: 40px;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    padding-left: 20px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#top_section{
    width: 100%;
    height: 49px;
    background-image: url('/img/frontend/top-content-bg.png');
    background-size: 100% 100%;
    /*background-color: #d7d7d7;*/
    position: absolute;
    z-index: 10;
}


.top_section_container{
    float: left;
    width: 100%;
    height: 0px;
}

.blanked-out-email{
    height: 30px;
    margin: 0;
    width: 95%;
    padding-left: 5%;
    padding-top: 5px;
    border: 0px solid;
    background-color: #3c3c3c;
    color: #fff;
}

.blanked-out-large{
    height: auto;
    margin: 0;
    width: 95%;
    padding-left: 5%;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 0px solid;
    background-color: #3c3c3c;
    color: #fff;
    min-height: 100px;
}
/** Carousel Styles **/

#carousel{
    float: left;
    width: 100%;
    position: relative;
    background-color: #000;
}

.slide-container .slide img{
    width: 100%;
}

#static_banner{
    background-image: url('/img/frontend/slides/Homepage_main_image.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 100%;
    float: left;
    height: auto;
}

#static_banner .center{
   text-align: center;
}

#static_banner .center img{
    margin-top: 75px;
    width: 100%;
    margin-bottom: 100px;
}

#mobile-only-search{
    display: none;
    background-color: #1d1d1b;
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    height: 70px;
    padding-top: 10px;
    padding-bottom: 0px;
}

#mobile-only-search .search{
    display: inline-block;
}

#mobile-only-search .frontend-logout-link{
    float: left;
    width: 100%;
    font-size: 14.3px;
}

/** Content Styles **/

#main{
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 100px;
    padding-top: 15px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dadbe2+0,e5e7eb+5,ffffff+7,ffffff+100 */
    background: #dadbe2; /* Old browsers */
    background: -moz-linear-gradient(top, #dadbe2 0%, #e5e7eb 10px, #ffffff 7%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #dadbe2 0%,#e5e7eb 10px,#ffffff 7%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #dadbe2 0%,#e5e7eb 10px,#ffffff 7%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadbe2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.r1{
	float: left;
	width: 12%;
	position: relative;
}
.r2{
	float: left;
	width: 30%;
	text-align: left;
}
.r3{
	float: right;
	width: 40%;
	text-align: right;
}
.title-panel{
    width: 100%;
    position: relative;
    float: left;
    border-bottom: 3px solid #61666a;
}

.title-panel h1{
    width: 50%;
    position: relative;
    float: left;
    color: #383640;
    transition:all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s;
    margin-bottom: 16px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

#documents-assigned-to-this-category > .document-row:nth-child(1){
    /*border-top: 2px solid #67686c; */
}

.document-row{
    width: 100%;
    position: relative;
    float: left;
    border-bottom: 2px solid #67686c;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
}

.document-icon{
    float: left;
    width: 9%;
    max-width: 70px;
	min-width: 40px;
    position: relative;
}

.document-icon img{
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
}

.right-align{
	text-align: right;
	float: right;
}

.document-row:hover{
    background-color: #e5e5e5;
}

.document-description{
    float: right;
    width: 88%;
    padding-top: 25px;
    transition:all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s;
}

.document-description a{
    color: #000;
    text-decoration: none;
    font-size: 18px;
    transition:all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s;
}

.document-description a:hover{
    color: #fec818;
    text-decoration: none;
    transition:all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s;
}

.document-tags{
    position: absolute;
    right: 0;
    width: 30%;
    text-align: right;
    top: 10px;
    font-style: italic;
}

#backBtn{
    float: right;
    position: relative;
    background-image: url('/img/frontend/back-btn.png');
    background-size: 100% 100%;
    text-indent: -9999px;
    height: 38px;
    width: 90px;
    border: 0;
    margin-bottom: 10px;
    margin-right: 5px;
    transition:all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s;
}

/* Overriding Icon Category Styles */
.overriding_icon{
    width: 20%;
    float: left;
}

.overriding_icon img{
    width: 100%;
}

.category-content-part-width{
    width: 77%;
    padding-left: 2%;
    float: left;
    border-left: 1px solid #000;
    margin-top: 6px;
}

.category-content-full-width{
    width: 100%;
    float: left;
}

/* End Overriding Icon Category Styles */

#homeBtn{
    float: right;
    position: relative;
    background-image: url('/img/frontend/home-btn.png');
    background-size: 100% 100%;
    text-indent: -9999px;
    height: 38px;
    width: 109px;
    border: 0;
    margin-bottom: 10px;
    transition:all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s;
}

#viewProfileBtn{
    float: right;
    position: relative;
    background-image: url('/img/frontend/Login-Profile-Button.png');
    background-size: 100% 100%;
    text-indent: -9999px;
    height: 38px;
    width: 221px;
    border: 0;
    margin-bottom: 10px;
    margin-right: 5px;
    transition:all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s;
}

.macmanual-opening-text{
    width: 60%;
    padding-right: 40%;
}

.macmanual-panels-row{
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 1%;
}

.new-content-icon{
    position: absolute;
    z-index: 9;
    width: 10%;
    top: 2px;
    left: 2px;
}

.new-content-icon img{
    width: 100%;
}

.panel{
    width: 33.33333%;
    float: left;
    position: relative;
    transition:all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s;
}


.panel img{
    width: 98%;
    padding-right: 2%;
    padding-bottom: 2%;
    float: left;
    position: relative;
    transition:all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s;
}

.panel-type-b{
    width: 20%;
    float: left;
    position: relative;
    transition:all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s;
}


.panel-type-b img{
    width: 98%;
    padding-right: 2%;
    padding-bottom: 2%;
    float: left;
    position: relative;
    transition:all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s;
}

.blank_btn_text{
    position: absolute;
    color: #fff;
    width: 100%;
    text-align: center;
    bottom: 50%;
    font-size: 22px;
	text-transform: uppercase;
    font-family: 'Jura', sans-serif;
}

.no-image-panel{
    background-color: #61666a;
    text-align: center;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 98%;
    margin-bottom: 5px;
    float: left;
}
.no-image-panel a{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
}

.input-label{
    width: 30%;
    float: left;
    /*background-color: #24292e;*/
    background-color: #fff;
    height: 35px;
    color: #383640;
    text-align: center;
}

.contacts-container{
    width: 50%;
    float: left;
}

.input-label-for-about-me{
    width: 100%;
    float: left;
    /*background-color: #24292e;*/
    background-color: #666;
    height: 35px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.input-label-for-about-me p{
    float: left;
    /*background-color: #24292e;*/
    background-color: #666;
    height: 35px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 5px;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 16px;
}

.right-side-container{
    float: right;
    width: 70%;
    height: auto;
}

.user-profile-pic{
    float: left;
    width: 25%;
    height: auto;
    margin-right: 5%;
}

.user-profile-pic img{
    width: 100%;
}

.wide-profile-pic{
    float: left;
    width: 100%;
    height: auto;
}

.wide-profile-pic img{
    width: 100%;
}

.my-profile-container, .view-profile-container{
    width: 100%;
    position: relative;
    float: left;
}

.profile-sub-container{
     width:49%;
     padding-right:1%;
     position: relative;
     float: left;
 }

.franchisee-profile-sub-container{
    width:15.5%;
    padding-right:1%;
    position: relative;
    float: left;
}
.franchisee-profile-sub-container .input-label p, .franchisee-profile-sub-container .blanked-out-email {
    font-size: 12px;
}
.franchisee-profile-sub-container .input-label{
    height: 40px;
}
.franchisee-profile-sub-container .blanked-out-email{
    height: 35px;
}
.filter-franchisees-btn{
    background-color: #61666a;
    color: #fff;
    border: none;
    padding-top: 3px;
    padding-bottom: 3px;
    text-transform: uppercase;
    padding-left: 5px;
    padding-right: 5px;
}
.macpartners-container{
    width: 100%;
    position: relative;
    float: left;
}

.macpartner-panel{
    width: 24%;
    float: left;
    padding-right: 1%;
    position: relative;
    transition:all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s;
}

.macpartner-panel h2{
    font-size: 20px;
    text-align: center;
    height: 50px;
}

.all-staff-container{
    width: 100%;
    float: left;
}

.staff-profile{
    width: 15.5%;
    float: left;
    padding-right: 1%;
}
.staff-profile h2{
    font-size: 16px;
    min-height: 30px;
    max-height: 30px;
    text-align: center;
}

.gallery-images-container{
    width: 100%;
    float: left;
    position: relative;
}

.gallery-image-container{
    width: 24%;
    padding-right: 1%;
    float: left;
}

.gallery-image-container a img{
    width: 100%;
    float: left;
}

.gallery-thumbnail-container{
     width: 24%;
     padding-right: 1%;
     margin-bottom: 10px;
     float: left;
 }

.gallery-thumbnail{
    width: 100%;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.input-label p{
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 16px;
    text-align: left;
    top: 5px;
    font-weight: 600;
}

.login-button, .btn-register, .common-btn {
    background-color: #61666a;
    width: 209px;
    height: 35px;
    border: none;
    color: #fff;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
    float: left;
    font-size: 16px;
}

.login-button{
    background-image: url('/img/frontend/Log_on_button.png');
    width: 159px;
    height: 46px;
    border: none;
    text-indent: -9999px;
    padding: 0;
    margin: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
}

.reset-password-container{
    width: 50%;
    float: left;
}

.remember-me-container{
    top: 15px;
    position: absolute;
    left: 209px;
}

.remember-me-container p{
    float: left;
    padding: 0px;
    margin-left: 10px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#remember_me_checkbox{
    margin-left: 10px;
    float: left;
}

#login-form a{
    color: #575756;
}

#login-form{
    width: 50%;
    float: left;
}

form{
    width: 100%;
    float: left;
}

.input-container{
    width: 50%;
    float: left;
}

.input-container input{
    width: 95%;
    height: 33px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 5%;
    margin: 0;
    font-size: 12px;
    background-color: #efeff0;
    border: 1px solid #efeff0;
}

.input-container-for-about-me{
    width: 100%;
    float: left;
}

.input-container-for-about-me textarea{
    width: 96%;
    float: left;
    position: relative;
    margin: 0;
    padding: 2%;
    border: none;
    background-color: #efeff0;
}

.forgotten-password-container{
    position: relative;
    float: left;
    width: 48%;
    margin-top: 55px;
    padding-left: 2%;
}

.forgotten-password-container a {
    color: #575756;
    text-decoration: none;
}

.macpartner-image-container{
    max-width: 508px;
    width: 100%;
    float: left;
    clear: both;
}

.macpartner-image-container-b{
     max-width: 508px;
     width: 100%;
     height: 250px;
     background: #fff;
     background-position: center;
     background-repeat: no-repeat;
     background-size: contain;
     float: left;
     clear: both;
}

.macpartner-image-container-c{
    max-width: 508px;
    width: 100%;
    height: 186px;
    background: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    clear: both;
}

.macpartner-image-container img{
    width: 100%;
}

.error-block{
    color: #61666a;
    margin-top: 15px;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.alert-success{
    margin-top: 15px;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.pagination{
    list-style: none;
    width: 100%;
    float: left;
    padding: 0;
}

.pagination li{
    display: inline-block;
    float: left;
    width: 30px;
    color: #fff;
}

.pagination li a{
    color: #fff;
    text-decoration: none;
}

.all-franchisees-nav li{
    color: #575756;
}

.all-franchisees-nav .pagination li a{
    color: #575756;
}

.set-password-container{
	width: 50%;
	float: left;
	position: relative;
}

/** Footer Styles **/

footer{
    background-color: #61666a;
    float: left;
    position: relative;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

footer .footer-links-a{
    position: relative;
    float: left;
    width: 250px;
}

footer .footer-links-a a{
    position: relative;
    float: left;
    width: 100%;
    text-decoration: none;
    color: #fff;
    padding-top: 5px;
	font-size: 16.8px;
}

footer .footer-links-b{
    position: relative;
    float: left;
    width: 260px;
}

footer .footer-links-b a{
    position: relative;
    float: left;
    width: 100%;
    text-decoration: none;
    color: #fff;
    padding-top: 5px;
	font-size: 16.8px;
}

.footer-logo{
    width: 176.25px;
    position: relative;
    float: left;
}

.footer-logo p, .footer-logo a{
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
}

.footer-logo img{
    width: 100%;
}

.footer-links-container{
    transition:all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s;
    height: auto;
    float: right;
    width: 510px;
}

.alert{
	background-color: #61666a;
	padding: 10px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	z-index: 32000;
	position: relative;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
	cursor: pointer;
}

.sef-family-of-brands{
    float: left;
    width: 100%;
    margin-top: 70px;
}

.sef-family-divider-line{
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 2px;
    background-color: #fff;
}

.sef-family-of-brands .brands img{
    float: right;
    max-width: 727.5px;
    width: 100%;
}

.sef-family-of-brands .main-text img{
    max-width: 537.75px;
    width: 100%;
}

.footer-lower{
    float: left;
    width: 100%;
    margin-top: 50px;
    color: #fff;
}

.footer-lower .copyright{
    float: left;
    width: 47%;
}

.footer-lower .copyright p{
    font-size: 14px;
    padding: 0;
}

.footer-lower .privacy-policy{
    float: left;
    width: 18%;
}

.footer-lower .privacy-policy a{
    text-decoration: none;
    font-size: 14px;
}

.footer-lower .website-brand{
    float: right;
    text-align: right;
    font-weight: 600;
}

.footer-lower .website-brand p{
    font-size: 16.8px;
}

.website-brand a{
	text-decoration: none;
}

.footer-lower p{
    margin: 0;
    padding: 0px;
    line-height: 14px;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
