/*
	Theme Name: United 4 Success Custom Theme
	Theme URI: http://united4success.com
	Description: United 4 Success Custom Theme
	Version: 1.0
	Author: Ille Sutt 
	Author URI: http://savedlayers.com
	Tags: Custom, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/

#animatedgif {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 9999;
    text-align: center;
    background: url('http://www.united4success.com/wp-content/uploads/2016/07/transparent-bg-2.png') repeat;
    display: none;
}
#animatedgif img {
    margin: 25% auto;
}
*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use */

html {
    min-height: 100%;
    /* make sure it is at least as tall as the viewport */
    
    position: relative;
    font-size: 62.5%;
}
body {
    font: 14px/1.6 Arial, sans-serif;
    color: #3b3b3b;
    height: 100%;
    /* force the BODY element to match the height of the HTML element */
}
/* clear */

.clear:before,
.clear:after {
    content: ' ';
    display: table;
}
.clear:after {
    clear: both;
}
.clear {
    *zoom: 1;
}
img {
    max-width: 100%;
    vertical-align: bottom;
}
a {
    color: #444;
    text-decoration: none;
}
a:hover {
    color: #444;
}
a:focus {
    outline: 0;
}
a:hover,
a:active {
    outline: 0;
}
a.post-edit-link {
    color: #9AB04D;
    text-decoration: none;
    border-bottom: 1px dashed #9AB04D;
}
a.post-edit-link:hover {
    border: 0;
}
input:focus {
    outline: 0;
    border: 1px solid #04A4CC;
}
hr {
    border: 0;
    border-top: 1px dashed #cdcdcd;
    margin: 0;
}
hr.footerhr {
    border: 0;
    border-top: 1px solid #cacac7;
    border-bottom: 1px solid #e7e9e6;
    margin: 20px 0;
}
.nav {
    text-align: right;
    font-family: Arvo;
    font-size: 14px;
    text-transform: uppercase;
}
.nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.nav ul li {
    display: inline-block;
    margin: 6px 0;
    padding: 0px 20px;
    border-right: 1px solid #c8c5c0;
}
.nav ul li:last-child {
    border-right: 0;
    padding: 0px 0px 0px 20px;
}
.nav ul li a {
    color: #572d02;
}
.nav ul li a:hover {
    opacity: 0.9;
}
.u4s-logo {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 248px;
    height: 148px;
}
.u4s-logo-compact {
    position: absolute;
    top: 0px;
    left: -125px;
    margin-left: 50%;
    width: 248px;
    height: 148px;
}
h4.cursive {
    margin: 0;
    padding: 0 0 10px 0;
    font-family: 'Great Vibes', cursive;
    font-size: 38px;
    color: #9ab04d;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* header */

.top-banner {
    z-index: 200;
    position: relative;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
.top-line {
    height: 37px;
    background: url('img/bg-top.png') repeat-x;
    padding-top: 9px;
}
.top-line p {
    text-align: right;
    color: #cdcdcd;
    margin: 0;
    padding: 0;
    font-family: Arvo;
    font-size: 14px;
}
.top-line p span {
    color: #ffffff;
    font-weight: bold;
}
.top-line p a {
    color: #b9c91f;
    text-decoration: none;
    border-bottom: 1px dashed #b9c91f;
}
.top-line p a:hover {
    border-bottom: 0;
}
.bottom-line {
    background: url('img/bg-header2.png') repeat;
    padding: 0px 0 4px 0;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
}
.bottom-line .right-block {
    float: right;
    width: 31%;
}
.bottom-line .right-block .block-img {
    float: left;
    margin: 20px 20px 20px 0;
}
.bottom-line .right-block h4 {
    margin: 0;
    padding: 0;
    padding-top: 12px;
    font-family: Arvo;
    font-size: 18px;
    color: #444444;
    font-weight: normal;
}
.bottom-line .right-block p.email {
    margin: 0;
    padding: 0;
    color: #888;
    font-family: Arvo;
    font-size: 14px;
}
.bottom-line .right-block p.email a {
    color: #9AB04D;
    text-decoration: none;
    border-bottom: 1px dashed #9AB04D;
}
.bottom-line .right-block p.email a:hover {
    border-bottom: 0;
}
.bottom-line .right-block p.phone {
    margin: 0;
    padding: 0;
    padding-top: 15px;
    font-family: Arvo;
    font-size: 18px;
    color: #444444;
    font-weight: normal;
}
.bottom-line .right-block p.phone span {
    color: #888;
    font-size: 14px;
}
.bottom-line .right-block p.time {
    font-size: 11px;
    background: rgba(0, 0, 0, 0.05);
    padding: 1px 5px 3px;
    border-radius: 4px;
    width: 170px;
    top: -1px;
    margin: 2px 3px 0 1px;
    margin-left: 55px;
    color: #333333;
}
.ebook-box {
    border: 5px solid #b2c135;
    background: #ffffff;
    /* color: #cc6633; */
    
    box-shadow: 0 0 4px rgba(0, 0, 0, .7);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .7);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .7);
    height: 249px;
}
img.shadow {
    box-shadow: 0 0 4px rgba(0, 0, 0, .7);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .7);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .7);
}
/* wrapper */

.wrapper {
    max-width: 980px;
    width: 95%;
    margin: 0 auto;
    position: relative;
}
.one-half {
    width: 50%;
    float: left;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
}
.one-half .footer-img {
    float: left;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 4px rgba(0, 0, 0, .7);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .7);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .7);
}
.one-half .side {
    float: left;
    width: 310px;
    margin-left: 20px;
}
.one-half h5 {
    margin: 0;
    padding: 0;
    font-family: Arvo;
    font-weight: normal;
    font-size: 18px;
    color: #444444;
}
.one-half h5 span {
    color: #888;
    font-size: 14px;
    display: block;
}
.one-half p {
    color: #444444;
    font-family: Arvo;
    font-size: 14px;
}
.one-half p a {
    color: #b2c135;
    color: #cc6633;
    text-decoration: none;
    border-bottom: 1px dashed #cc6633;
}
.one-half p a:hover {
    border-bottom: 0;
}
.page-content section.single a {
    color: #9AB04D;
    text-decoration: none;
    border-bottom: 1px dashed #9AB04D;
}
.page-content section.single a:hover {
    border: 0;
}
.one-half .additional-info p.mobile {
    margin: 0;
    padding: 0;
    padding-top: 25px;
    font-family: Arvo;
    font-size: 18px;
    color: #444444;
    font-weight: normal;
}
.one-half .additional-info p.mobile span {
    color: #888;
    font-size: 14px;
}
.one-half .additional-info p.office {
    margin: 0;
    padding: 0;
    padding-top: 5px;
    font-family: Arvo;
    font-size: 18px;
    color: #444444;
    font-weight: normal;
}
.one-half .additional-info p.office span {
    color: #888;
    font-size: 14px;
}
.one-half .additional-info p.email {
    margin: 0;
    padding: 0;
    padding-top: 5px;
    font-family: Arvo;
    color: #888;
    font-size: 14px;
    font-weight: normal;
}
p.copyright {
    font-family: Arvo;
    color: #888;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
}
p.copyright a {
    color: #888;
}
/*------------------------------------*\
    Home
\*------------------------------------*/

.revsliderr {
    background: #e6e6e6;
}
.call-to-action {
    z-index: 190;
    position: relative;
    padding: 10px 0;
    color: #fff;
    font-family: Arvo;
    background: #b9c91f;
}
.call-to-action p {
    width: 70%;
    float: left;
    font-size: 22px;
}
.call-to-action p.home-btn {
    width: 30%;
    float: left;
    text-align: right;
    padding-top: 20px;
}
.call-to-action p.home-btn a:hover {
    opacity: 0.9;
}
.call-to-action h2 {
    font-size: 24px;
    font-weight: normal;
}
.page-content {
    background: url('img/bg-header2.png') repeat;
    z-index: 99;
    position: relative;
    padding: 4px 0;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
.page-content h2,
.page-content h3, .articleboxcontent a {
    font-family: Arvo;
    font-size: 20px;
    text-transform: uppercase;
    color: #572d02;
    font-weight: normal;
    /*border-top: 1px solid #c8c5c0; border-bottom: 1px solid #c8c5c0; */
    
    padding: 5px 0;
    margin: 0;
}

a#readmoreLink {
	
	font-family: Arvo;
    font-size: 14px;
    color: #572d02;
    font-weight: 200;
    /*border-top: 1px solid #c8c5c0; border-bottom: 1px solid #c8c5c0; */
    padding: 5px 0;
    margin: 0;

	
	
	 
 }

.page-content .inner-content {
    padding: 40px 0;
}
.half-left {
    width: 44%;
    float: left;
}
.half-right {
    width: 50%;
    float: right;
}
.page-content .inner-content ul.green {
    color: #b2c135;
    font-family: Arvo;
    font-size: 14px;
    padding-left: 20px;
}
.page-content .inner-content ul.green li {
    margin: 1px 0px 2px 0px;
    padding: 0;
    color: #444444;
}
.page-content p {
    font-family: Arvo;
    font-size: 14px;
    color: #444444;
    margin: 0 0 1em 0;
}
.page-content section {
    min-height: 300px;
}
.page-content .seventy-left {
    width: 67%;
    float: left;
}
.page-content .sidebar {
    width: 30%;
    float: right;
}
.page-content h4.post-link {
    margin: 0;
}
.page-content h4.post-link a {
    text-transform: none;
    color: #572d02;
    font-family: Arvo;
    font-size: 20px;
    font-weight: normal;
}
.page-content .post-img img {
    border: 7px solid #F9F6F5;
    float: left;
    margin: 0 30px 30px 0;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.page-content .post-article {
    padding: 0px 0 10px 0;
    margin: 0px 0 20px 0;
    border-bottom: 1px dashed #cdcdcd;
}
.page-content .post-article p {
    margin: 0;
}
.postmeta {
    margin: 5px 0;
}
.view-article {
    float: left;
    font-family: Helvetica, Arial, sans-serif;
    text-decoration: none;
    text-align: center;
    position: relative;
    display: block;
    cursor: pointer;
    padding: 5px 0 3px;
    width: 120px;
    margin: 15px 0 10px 0;
    color: #fff;
    font-weight: bold;
    border: none;
    border-bottom: 1px solid rgba(250, 250, 250, 0.5);
    background: #888;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-shadow: rgba(0, 0, 0, 0.3) 0 1px 0px;
    -webkit-transition: all 0.06s ease-in-out;
    -moz-transition: all 0.06s ease-in-out;
    -o-transition: all 0.06s ease-in-out;
    transition: all 0.06s ease-in-out;
    -webkit-box-shadow: 0 2px 0 #b9c91f, 0 4px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 0 #b9c91f, 0 4px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 0 #b9c91f, 0 4px 5px rgba(0, 0, 0, 0.1);
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b9c91f), color-stop(100%, #dee565));
    background-image: -webkit-linear-gradient(#b9c91f, #dee565);
    background-image: -moz-linear-gradient(#b9c91f, #dee565);
    background-image: -o-linear-gradient(#b9c91f, #dee565);
    background-image: linear-gradient(#b9c91f, #dee565);
    -webkit-text-size-adjust: 100%
}
.view-article:hover {
    color: #ffffff !important;
    background: #9c9c9c;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dee565), color-stop(100%, #b9c91f));
    background-image: -webkit-linear-gradient(#dee565, #b9c91f);
    background-image: -moz-linear-gradient(#dee565, #b9c91f);
    background-image: -o-linear-gradient(#dee565, #b9c91f);
    background-image: linear-gradient(#dee565, #b9c91f)
}
.hentry .alignleft {
    border: 7px solid #F9F6F5;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.hentry .contact-info {
    float: left;
    clear: left;
}
.hentry .contact-info h2 {
    border: 0;
    text-transform: none;
    margin: 0;
    padding: 0;
}
.hentry .member-bio h3 {
    border: 0;
    margin: 5px 0 0 0;
    padding: 0;
}
.hentry .contact-info em {
    font-size: 0.9em;
    color: #777777;
}
p.nopadding {
    margin: 0;
    padding: 0;
}
.hentry .contact-img {
    float: left;
}
.hentry .member-bio {
    float: right;
    width: 530px;
}
.hentry p a {
    color: #9AB04D;
    text-decoration: none;
    border-bottom: 1px dashed #9AB04D;
}
.hentry p a:hover {
    border: 0;
}
.sidebar-with-bg {
    padding: 30px;
    border: 1px solid #e6e4df;
    background: #faf9f5;
}
/*------------------------------------*\
    Team page
\*------------------------------------*/

ul.team-testimonials {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.team-testimonials li {
    list-style-type: none;
    margin: 0 0 30px 0;
    padding: 0;
}
ul.team-testimonials li .tleft {
    width: 10%;
    float: left;
    clear: left;
}
ul.team-testimonials li .tright {
    width: 90%;
    float: left;
    font-size: 1em;
}
ul.team-testimonials li .tright strong {
    display: block
}
ul.team-testimonials li .tright em {
    display: block;
    margin: 0 0 10px 0;
}
ul.team-testimonials li .tleft img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 4px rgba(0, 0, 0, .7);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .7);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .7);
}
ul.rest-of-the-team {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.rest-of-the-team li {
    margin: 0 22px 0 0;
    padding: 0;
    display: inline-block;
    width: 225px;
    height: 271px;
}
ul.rest-of-the-team li:nth-child(4n+0) {
    margin: 0;
}
ul.rest-of-the-team li img.imgpop {
    padding: 6px;
    border: 1px solid #e6e4df;
    background: #faf9f5;
    width: 225px;
}
ul.rest-of-the-team li img.imgpop:hover {
    border: 1px solid #b9c91f;
    background: #b9c91f;
}
ul.rest-of-the-team li img.imgpopsm {
    border: 2px solid #b9c91f;
    float: left;
    margin: 0 20px 10px 0;
}
/*ul.rest-of-the-team li div { padding: 20px 40px 20px 0px; }*/

ul.rest-of-the-team li h5 {
    text-align: center;
    font-family: Arvo;
    padding: 0;
    margin: 10px 0;
    font-size: 16px;
    color: #572d02;
    font-weight: 400;
}
ul.rest-of-the-team li h5:hover {
    color: #b9c91f;
}
/* Scroll */

div.popup-content div {
    direction: rtl;
    overflow: auto;
    height: 350px;
}
div.popup-content div {
    direction: ltr;
}
/*------------------------------------*\
    Footer
\*------------------------------------*/

.footer {
    background: url('img/bg-footer.png') repeat;
    padding: 20px 0;
}
/* contact form */

#contactform h6 {
    text-align: center;
    margin: 0;
    padding: 0 0 10px 0;
    font-family: 'Great Vibes', cursive;
    font-size: 38px;
    color: #9ab04d;
}
#contactform {
    width: 100%;
    float: left;
}
#contactform #subject,
#contactform #message {
    width: 100%;
}
#contactform table,
#contactform select {
    width: 100%;
}
#contactform select {
    margin-bottom: 15px;
}
form input[type="text"],
form input[type="password"],
form textarea {
    background: #FFF url('img/content-form-bg.png') repeat;
    width: 100%;
    border: 1px solid #d9d7d2;
    padding: 5px 10px;
    float: left;
    clear: both;
    resize: none;
}
button[type="button"],
input[type="submit"],
input[type="reset"] {
    font-size: 16px;
    font-family: Helvetica, Arial, sans-serif;
    text-decoration: none;
    text-align: center;
    position: relative;
    display: block;
    cursor: pointer;
    padding: 13px 0 10px 0;
    width: 150px;
    margin: 15px auto 0 auto;
    color: #fff;
    font-weight: bold;
    border: none;
    border-bottom: 1px solid rgba(250, 250, 250, 0.5);
    background: #888;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-shadow: rgba(0, 0, 0, 0.3) 0 1px 0px;
    -webkit-transition: all 0.06s ease-in-out;
    -moz-transition: all 0.06s ease-in-out;
    -o-transition: all 0.06s ease-in-out;
    transition: all 0.06s ease-in-out;
    -webkit-box-shadow: 0 2px 0 #b9c91f, 0 4px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 0 #b9c91f, 0 4px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 0 #b9c91f, 0 4px 5px rgba(0, 0, 0, 0.1);
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b9c91f), color-stop(100%, #dee565));
    background-image: -webkit-linear-gradient(#b9c91f, #dee565);
    background-image: -moz-linear-gradient(#b9c91f, #dee565);
    background-image: -o-linear-gradient(#b9c91f, #dee565);
    background-image: linear-gradient(#b9c91f, #dee565);
    -webkit-text-size-adjust: 100%
}
form {
    padding: 30px;
    border: 1px solid #e6e4df;
    background: #faf9f5;
}
form div.formrow {
    float: left;
    margin-bottom: 10px;
    display: block;
}
form div.formrow2 {
    clear: both;
    padding-top: 1px;
    display: block;
    text-align: center;
}
form div.formhalfrow {
    float: left;
    width: 46%;
}
form div.first {
    margin-right: 8%;
}
form label {
    float: left;
    margin-bottom: 5px;
}
form .ebook {
    clear: left;
    float: left;
    margin: 5px 0;
    text-align: center;
}
.bbb-form {
    padding-top: 20px;
    float: left;
}
.page-content .bbb-form p {
    font-size: 12px;
    line-height: 1.2em;
    margin: 0.5em 0;
}
form #message-area {
    color: red;
    float: left;
    clear: left;
}
p a.green {
    color: #9ab04d;
    text-decoration: none;
    border-bottom: 1px dashed #b2c135;
}
p a.green:hover {
    border: 0;
}
/* Pop up*/

#popup_window {
    padding: 10px;
    background: #267E8A;
    cursor: pointer;
    color: #FCFCFC;
    margin: 200px 0px 0px 200px;
}
.popup-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(196, 196, 196, .85);
    top: 0;
    left: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}
.overlay .popup-overlay {
    opacity: 1;
    z-index: 300;
    left: 0
}
.popup {
    z-index: 400;
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: -9999;
}
.popup .popup-body {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f7f7f7));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
    opacity: 0;
    min-height: 150px;
    width: 600px;
    margin-left: -300px;
    padding: 20px 20px 10px 20px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    position: relative;
    -moz-box-shadow: 1px 2px 3px 1px rgb(185, 185, 185);
    -webkit-box-shadow: 1px 2px 3px 1px rgb(185, 185, 185);
    box-shadow: 1px 2px 3px 1px rgb(185, 185, 185);
    text-align: center;
    border: 1px solid #e9e9e9;
}
.popup.visible,
.popup.transitioning {
    z-index: 9999;
}
.popup.visible .popup-body {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.popup .popup-exit {
    cursor: pointer;
    display: block;
    width: 100%;
    margin-top: 5px;
    height: 36px;
    background: url("img/quit.png") no-repeat center bottom;
}
.popup .popup-content {
    overflow-y: auto;
}
.popup-content .popup-title {
    font-size: 20px;
}
.popup-content h6 {
    margin: 0;
    padding: 0 0 10px 0;
    color: #888;
    font-size: 14px;
    font-family: Arvo;
    font-weight: normal;
}
.popup-content p {
    font-size: 13px;
    text-align: justify;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    
    .hide {
        display: none
    }
    .u4s-logo {
        position: absolute;
        top: 0px;
        left: -125px;
        margin-left: 50%;
        width: 248px;
        height: 148px;
    }
    .bottom-line .logowrapper {
        padding-top: 148px;
    }
    .nav {
        text-align: center;
    }
    .nav ul li {
        display: block;
        border: none;
    }
    .call-to-action p {
        width: 100%;
        float: none;
        font-size: 16px;
        text-align: center;
    }
    .call-to-action p.home-btn {
        width: 100%;
        float: none;
        text-align: center;
        padding-top: 0px;
    }
    .page-content .seventy-left {
        width: 100%;
        float: none;
    }
    .page-content .sidebar {
        width: 100%;
        text-align: center;
    }
    .half-left {
        width: 100%;
    }
    .half-right {
        width: 100%;
    }
    .page-content .inner-content {
        padding: 10px 0;
    }
    ul.team-testimonials li .tright {
        width: 100%;
        float: none;
        font-size: 0.9em;
    }
    .one-half {
        width: 100%;
        float: none;
        text-align: center;
    }
    .one-half table td {
        width: 100%;
        float: left;
        text-align: center;
    }
    .one-half .footer-img {
        float: none;
    }
    .footerpadding {
        margin-top: 40px;
    }
    .one-half h5.footerpaddingtwo {
        margin-top: 40px;
    }
}
/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}
::-webkit-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}
::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 0px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.sticky {} .bypostauthor {}
/* Webinar page */

.page-content dt {
    font-weight: bold;
    margin: 10px 0 0 0;
    padding: 0;
}
.page-content dd {
    color: #9ab04d;
    font-family: Arvo;
    display: inline-block;
    font-size: 0.8 em;
    margin: 0 5px 0 0;
    padding: 0 3px;
}
.page-content dd:first-of-type {
    padding: 0 3px 0 0px;
}
.text-form {
    padding: 20px 0 0 0;
    text-align: center;
    font-size: 12px;
}
form div.formrow3 {
    float: left;
    display: block;
}
form #datepicker {
    background: url('img/calendar-bg.png') no-repeat right #ffffff;
}
.styled-select select {
    width: 100% !important;
    padding: 5px 10px;
    border-radius: 0;
    -webkit-appearance: none;
    background: url('img/select-bg.png') no-repeat right #ffffff;
    border: 1px solid #d9d7d2;
}
.styled-select {
    width: 100%;
}
input,
textarea,
select,
a {
    outline: none;
}
/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        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) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}