/**
 * Add Custom Css here, please comment before start adding styles to each section, also respect mediaquires too :);
 */

/*===== Styles for ___ section ===*/


/**
 * Media-Quires
 */

/* Note: styles for viewport width between 768px 1024px */
@media only screen and (min-width: 768px) {

.grid-content h3 a {
    clear: both;
    display: block;
    font-size: 22px;
}
.image-tile-block h2, .unity-detail h2 {
    bottom: 28px;
    color: #fff;
    font-family: "aleobold",Arial,Helvetica,sans-serif;
    font-size: 28px;
    left: 0;
    padding: 0 0 11px 16px;
    position: absolute;
}

footer .unity-bar ul li {
    float: left;
    font-family: "gothamblackregular",Arial,Helvetica,sans-serif;
    font-size: 11px;
    letter-spacing: -1px;
    padding: 0 20px 0 0;
    text-transform: uppercase;
}
.dailyword-box h1 {
    font-family: "aleobold",Arial,Helvetica,sans-serif;
    font-size: 34px;
    padding-bottom: 0;
    text-align: center;
}

.dailyword-box p {
    color: #005f72;
    font-size: 13px;
    line-height: 19px;
    padding-bottom: 0;
}

.dailyword-box .box-right {
    display: inline-block;
    float: none;
    height: 152px;
    padding: 30px 40px;
    vertical-align: middle;
    width: 65.6%;
}

.dailyword-box .box-left {
    background: rgba(0, 0, 0, 0) url("../images/bg02.png") no-repeat scroll 0 0 / 510px 152px;
    display: inline-block;
    float: none;
    height: 152px;
    vertical-align: middle;
    width: 33.3%;
}

header nav ul li {
    color: #005f72;
    float: left;
    font-family: "gothamblackregular",Arial,Helvetica,sans-serif;
    font-size: 13px !important;
    letter-spacing: -1px;
    padding: 0 18px 0 0 !important;
    text-transform: uppercase;
}
footer .footer-logo {
    background: none repeat scroll 0 0 #fff;
    display: inline-block;
    float: none;
    margin-bottom: -70px;
    padding: 0 0 17px;
    position: relative;
    text-align: center;
    width: 190px;
    z-index: 20;
}
.footer-logo img {
    margin-left: 5px;
    margin-top: 20px;
}

.top-links ul li {
    background: rgba(0, 0, 0, 0) url("../images/divider01.png") no-repeat scroll left center;
    color: #008da9;
    float: left;
    font-family: "gothammediumregular",Arial,Helvetica,sans-serif;
    font-size: 13px;
    padding: 0 !important;
    text-transform: none;
}

.sub-menu li {
    padding-right: 0 !important;
}




.content-block.txt-block > ol li, .content-block.txt-block > ul li {
    list-style: outside none decimal;
	list-style:decimal;
    margin-left: 20px;
    padding-left: 17px;
}
.content-block.txt-block > ul {
    margin-bottom: 20px;
}

.content-block.txt-block > ul li {
    list-style: outside none disc;
    margin-left: 20px;
    padding-left: 17px;
}


.child-page.content-grid.row {
    margin-bottom: 20px;
    margin-top: 20px;
}
.sidebar-primary .left-panel {
    float: left;
    padding-left: 0;
    padding-right: 0;
    width: 63%;
}


.section-1 .media-center {
    margin: auto !important;
    padding: 0 10px;
    width: 32.33%;
}
.audio-articles h5 {
    margin: 0 0 7px !important;
	border:0px !important;
	padding:0px !important;
}
.audio-article aside h5 {
    margin: 0 !important;
    padding: 0 !important;
	border:0px !important;
}


.right-panel .content-block {
    clear: both;
    margin-bottom: 30px;
    padding-bottom: 25px;
}
.audio-article {
    background: #f4f4f4 none repeat scroll 0 0;
    border-bottom: 1px solid #e2e2e2;
    float: left;
    margin-bottom: 5px;
    padding: 4px 5px 4px 13px !important;
    width: 100%;
}


.grid-content a {
    font-size: 14px;display:block; clear:both;
}

h6 {
    border-bottom: 1px dotted #dedede ;
    border-top: 1px dotted #dedede ;
    line-height: 1.3em ;
    margin-bottom: 10px ;
    margin-top: 0 ;
    padding-bottom: 7px ;
    padding-top: 7px ;
    text-transform: none ;
    font-size: 18px;
}


.gfield_checkbox label {
    margin-left: 20px !important;
    padding: 0;
}
.image-tile-block h6, .unity-detail h6 {
    border: 0 none;
    color: #fefefe;
    font-family: "gothambookregular",Arial,Helvetica,sans-serif;
    font-size: 14px;
    margin: -5px 14px 0 -4px !important;
    padding: 5px !important;
}

.content-block.image-tile-block.sideber-block h2 {
    bottom: -8px;
}

.content-block.image-tile-block.sideber-block h6 {
    padding-left: 24px !important;
}



}


/* Note: styles for viewport width under 768px */
 @media only screen and (max-width: 767px) {


 }

/* Note: styles for viewport width under 480px */
@media only screen and (max-width: 479px) {

}


.content-block h5 {
    border-bottom: 1px dotted #dedede;
    border-top: 1px dotted #dedede;
    line-height: 1.3em;
    margin-top: 10px;
    padding-bottom: 20px;
    padding-top: 20px;
    text-transform: none !important;
}

.smallbutton{padding:3px; display:block; background:#f4f4f4; color:#626262;  border:1px dotted #dedede; float:left;}

.gform_wrapper .ginput_complex .name_first, .gform_wrapper .ginput_complex .name_last {
    float: left;
    margin-right: 8px;
    width: 48% !important;
}
.header-butons {
    float: right;
    display: block;
}
.header-butons .btn{
    float: left;
    display: block;
    margin-left: 10px;
    opacity: .9;
}
.header-butons .btn:hover{
    opacity: 1;
}


.page-id-3856 .heading-text {
    display: none !important;
}


.page-id-3856 .banner-inner aside {
    background: rgba(0, 0, 0, 0) url("../images/trans02.png") repeat scroll 0 0;
    float: left;
    padding: 20px 35px;
    text-align: center;
    width: 83%;
}
.bwidth-full {
    width: 100%!important;
}