@charset "utf-8";

/* CSS Document */



/********************************************************************

 * Common styles                                              *

 ********************************************************************/



/* ==========================================================================

   Font-face

   ========================================================================== */

@font-face {

    font-family: 'raleway-semibold';

    src: url('fonts/Raleway-SemiBold.ttf');

}

@font-face {

    font-family: 'raleway';

    src: url('fonts/Raleway-Regular.ttf');

}

@font-face {

    font-family: 'raleway-bold';

    src: url('fonts/Raleway-Bold.ttf');

}

@font-face {

    font-family: "Franklin-Gothic-Demi";

    src: url('fonts/Franklin-Gothic-Demi.ttf');
}



/* ==========================================================================

   Reset Settings

   ========================================================================== */

* {margin: 0; padding: 0;}  

ul {list-style: none}

body {

    background-color: #fff;

    font-family: ""; 

    padding: 0;

    margin: 0;

}


h1,h2,h3,h4,h5,h6,h7 {

    font-family: 'Proxima Regular',sans-serif;

    color: #444;

}

a {

    color: #656565;

    -webkit-transition: all .3s ease;

    -moz-transition: all .3s ease;

    -o-transition: all .3s ease;

    -ms-transition: all .3s ease;

    transition: all .3s ease;

}

a:hover,a:focus {

    color: #5eb22d;

}

ul {list-style: none;}

/** format all lists with bullets **/ 
.entry-content ul li ,
.single-state .entry ul li 
{ 
list-style-image: url("../images/state_bullet.png");
padding-left: 5px; 
}

/** special right aligned list **/ 
.entry-content ul.list_right {
    margin-top:40px;    
}

.entry-content ul.list_right li { 
padding-right: 5px; 
text-align: right;     
list-style-image: none;
list-style: none;
}

.entry-content ul.list_right li:after{ 
    display:inline-block; 
    width:15px; 
    content: url("../images/state_bullet.png"); 
}

button {

    font-family: "rockwell-regular";

    font-size: 20px;

}

/* ==========================================================================

   Header Settings

   ========================================================================== */

#header {

    max-width: 980px;

   margin: 0 auto;
   /*margin-bottom: -88px;*/

}

#header .header-top-content {

    margin: 0 auto;

    max-width: 100%;

    /*overflow: hidden; */

    position: relative;
    min-height:68px;
}

#header .header-top-left > img {

    float: left;

    margin-top: 12px;

}

#header  .header-top-left {

    float: left;

    width: 25%;

	position: relative;

}

#header .header-top-right {

    background: none repeat scroll 0 0 /** gux does not match image bg #122fa9 */ #041FA9; 
    height: 50px; 
    position: absolute; 
    right: 0; 
    top: 8px; 
    width: 96%; /** $gux old 97 **/ 
    z-index: 10;

}



#header .header-top .intro h1 {

    color: black;

    float: left;

    font-family: raleway;

    font-size: 20px;

    padding-left: 20px;

	font-weight: normal;

}

#header .header-top .intro {

    background: none repeat scroll 0 0 #e5aa00;

    line-height: 60px;

    min-height: 60px;

    position: relative;

    top: -87px;

}

#header .header-top .intro .content > a {

    color: black;

    float: right;

    font-family: raleway-bold;

    text-decoration: none;

    text-transform: uppercase;

    font-size: 13.38px;

    padding-right: 20px;

}

.triangle-right {

    border-right: 60px solid transparent;

    border-top: 68px solid #FFBD00;

    display: block;

    height: 0;

    position: absolute;

    right: -60px;

    top: 0;

    width: 0;

}

#header .header-top-left {

    float: left;

    position: relative;

    width: auto;

    z-index: 20;

    background-color: #ffbd00;

}

#header .header-content {

    margin: 0 auto;

    max-width: 980px;

    overflow: hidden;

    width: 980px;

    padding: 20px 0;

}

#header .header-content .left-panel {

    float: left;

    width: 30%;

}

#header .header-content .right-panel {

    float: right;

    padding: 0 5%;

    text-align: center;

    width: 58%;

}

#header .header-content .right-panel > p {

    color: #8dc3f2;

    font-family: quicksand_bold;

    font-size: 23.9px;

}

.header-top-right > p {

    color: #8dc3f2;

    font-family: quicksand_bold;

    font-size: 14px;

    line-height: 20px;

    position: relative; 

}

/* ==========================================================================

   Navigation Settings

   ========================================================================== */

#nav {

    position: relative;

    width: 100%;

    z-index: 1;

}

#nav .nav-content {

    margin: 0 auto;

    max-width: 1200px;

}

#nav .nav-content ul.nav-items {

    clear: both;

    display: block;

    float: left;

    list-style: outside none none;

    margin: 0 auto;

    /*overflow: hidden;*/

    margin-left: 25%;

}

#nav .nav-content ul.nav-items li.menu-item {
    float: left; 
    min-height: 58px; 
    position:relative;
}

#nav .nav-content ul.nav-items li.menu-item a {

    /*background-image: url("../images/menu-arrow.jpg"), url("../images/light-icon.jpg");

    background-position: 100% 0px, left center;

    background-repeat: no-repeat, no-repeat;*/

	

	

    background-image: url("../images/light-icon.jpg");

    background-position: left center;

    background-repeat: no-repeat;





    color: white;

    display: block;

    font-family: raleway-semibold;

    font-size: 12px;

    height: 44px;

    line-height: 48px;

    margin-right: 10px;

    padding: 0 20px;

    text-decoration: none;

}

#nav .nav-content ul.nav-items .menu-item.home > a {

    margin-top: 4px;

}

#nav .nav-content ul.nav-items li.menu-item:first-child a {

	border-left: none;

}

#nav .nav-content ul.nav-items li.menu-item:last-child a {

	border-right: none;

}

#nav .search-form {

    float: right;

}

#nav .search-button {

    background: url("../images/search-icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);

    border: medium none;

    cursor: pointer;

    height: 54px;

    width: 56px; 

}

/* ==========================================================================

   sub menu 

   ========================================================================== */
#nav .nav-content ul.nav-items li.menu-item .sub-menu{
    margin-left:0;
    max-height:0;
    background: #eaeaea;
    /*transition:  all 1s linear;*/
    position:absolute;
    top:48px;
    left:0;
    width:115%;
}

#nav .nav-content ul.nav-items li.menu-item:hover .sub-menu{
    max-height: 99999px; 
}

#nav .nav-content ul.nav-items .sub-menu li.menu-item {
    display: none;
    float:none;
    background-color: #0322A3;
    min-height:1em;
    
}
#nav .nav-content ul.nav-items li.menu-item:hover .sub-menu li.menu-item{
    min-height: 1em;
    display:block;
}

#nav .nav-content ul.nav-items li.menu-item .sub-menu a {
    background-image: none;
    padding:0 15px;
}

/* ==========================================================================

   Top Slider

   ========================================================================== */



#header section#slider {

    height: 410px;

    margin: 0 auto;

    overflow: hidden;

    padding: 0;

    position: relative;

    top: -87px;

    z-index: 0;

    width: 100%;

}

#header section#slider .left-panel {

    height: 100%;

}

#header #slider .revolution-container {height: 100% !important;position: relative;}



/* ==========================================================================

   Content Settings

   ========================================================================== */

.content-wrapper {

    width: 100%;

}

.content {

    max-width: 1200px;

    margin: 0 auto;

}

section#intro_content {

    margin: 0 auto;

    max-width: 980px;

    overflow: hidden;

}

section#intro_content .top {

    background: url("../images/intro-bg.jpg") repeat scroll left top rgba(0, 0, 0, 0);

    padding: 40px;

    text-align: center;

    padding-bottom: 74px;

}

h3.panel-title { 
    color: #0855b6;

    font-family: raleway;

    font-size: 31.73px;

    padding: 0 0 20px 65px;

    text-align: center;

    font-weight: normal;

}
h1.search-title {
    color: #FFF !important;
    font-family: raleway !important;
    font-size: 17.85px !important; 
    padding: 11px;
    text-align: left;
    background: #000384 none repeat scroll 0% 0%;
    font-weight: bold;
    width: 96%;
    position: relative;
}

.heading-icon {

    float: left;

	width: 50px;

}

.entry .right-nav li a{

    font-size: 16px;

    text-decoration: none;

    color: #7ab7ed;

    position: relative;

    top: 1px;

}

.panel-body {

    margin-top: 10px;

}

.panel-body > p {

    color: #144876;

    font-family: quicksand_regular;

    font-size: 16px;

    line-height: 27px;

    font-weight: bold;

}

#intro_content .separator {

    width: 1px;

    height: 420px;

    float: left;

    background: white;

    margin-left: 3%;

    margin-top: 30px;

}

#intro_content section#slider {

    height: 334px;

    margin: 0 auto;

    max-width: 1016px;

    overflow: hidden;

    padding-top: 10px;

    position: relative;

    top: 0;

    z-index: 0;

    background: white;

    padding: 16px;

	padding-bottom: 200px;

    box-shadow: 0px 0px 7px gray;

	-moz-box-shadow: 0px 0px 7px gray;

	-webkit-box-shadow: 0px 0px 7px gray;

}

#intro_content section#slider .tp-bullets.tp-thumbs {right: -3px !important}

#intro_content section#slider .tp-bullets.tp-thumbs .tp-mask {height: 64px !important}

#intro_content section#slider .tp-bullets.tp-thumbs .tp-mask,#intro_content section#slider .tp-bullets.tp-thumbs{width: 300px !important}

#intro_content section#slider .tp-bullets.tp-thumbs .bullet{

	border: 2px solid #7e8f60;

    height: 53px !important;

    margin-left: 10px !important;

    width: 59px !important;

}

.panel-heading > p {

    font-family: raleway;

}

#intro_content section#slider .main-caption {

    font-family: quicksand_regular;

    font-size: 30px;

    text-transform: uppercase;

    color: white;

    background: rgba(255,255,255,.2);

    padding: 20px 30px;

}

#intro_content section#slider  .slide-description {

    margin-top: 20px;

	width: 50%;

}

#intro_content section#slider .slide-description > p {

    color: #646363;

    font-family: quicksand_regular;

    font-size: 14px;

    padding: 20px 0;

}

#intro_content section#slider  .slide-description > span {

    color: #bfbfbf;

    font-size: 12px;

    font-family: quicksand_bold;

}

#intro_content section#slider  .slide-description > h1 {

    font-size: 18px;

    font-family: quicksand_bold;

    color: #7ab4e8;

    text-transform: uppercase;

}

#intro_content section#slider .left-panel {

    height: 100%;

}

#intro_content #slider .revolution-container {height: 100% !important;position: relative;}

section#main-contain {

    background: none repeat scroll 0 0 white;

    padding: 54px 0;

}

section#main-contain  .content{

    overflow: hidden;

    margin: 0 auto;

    max-width: 980px;

}
 
section#main-contain h3.panel-title {

    color: white; 
    font-family: raleway; 
    font-size: 17.85px;

    padding: 10px;

    text-align: left;
    background: #000384;

    font-weight: bold;
 
   width: 96%;

    position: relative;
    max-height: 41px; /*** because of arrow **/ 

}
/** $gux_ fixes align of arrow for smaller screens **/ 
@media(max-width:768px){
section#main-contain  h1.panel-title { padding:6px; }
}

section#main-contain .col-lg-8 h3.panel-title::after , section#main-contain .col-lg-8 h1.search-title::after  {

    content: ""; 
    height: 0;

    position: absolute;

    right: -41px;

    top: -1px;

    width: 0;

    border-color: transparent transparent transparent #000384;

    border-style: solid;

    border-width: 21px;

}

section#main-contain .col-lg-4 h3.panel-title,
section#main-contain .col-lg-4 h1.panel-title {

    width: 91%;

}

section#main-contain .col-lg-4 h1.panel-title > .heading-triangle {

    border-color: transparent transparent transparent #000384;

    border-style: solid;

    border-width: 21px;

    content: "";

    height: 0;

    position: absolute;

    right: -41px;

    top: 0;

    width: 0;

}

section#main-contain .panel-title > span {

    font-size: 12px;

    color: #b3b2b2;

    text-transform: UPPERCASE;

    display: block;

}

section#main-contain .heading-icon {

    float: left;

    margin-right: 20px;

}

section#main-contain .panel-heading {

    margin-bottom: 30px;

	overflow: hidden;

}

section#main-contain .entry {

    margin-bottom: 54px;

}

section#main-contain .entry .post {

    border-bottom: 14px solid #ffbc00;

    overflow: hidden;

    position: relative;

}

section#main-contain .entry .post .readmore {

    bottom: 0px;

    position: absolute;

    right: 0;

    z-index: 1000;

    background: #ffbc00;

    padding: 10px 10px 0 10px;

    text-decoration: none;

    color: #001e9f;

    text-transform: uppercase;

    font-family: raleway;

    font-size: 15.86px;
    height:29px;

}

section#main-contain .entry .post .triangle {

    border-right: 30px solid #ffbc00;

    border-top: 30px solid transparent;

    content: "";

    height: 0;

    right: 112px;

    position: absolute;

    bottom: 0;

    width: 0;

    z-index: 2000;

}

section#main-contain .entry .post .post-left {

    float: left;

	width: 50%;

}

section#main-contain .entry .post .post-left > h1 {

    font-size: 19.03px;

    color: #0322a3;

    font-family: raleway;

    font-weight: bold;

	text-align: left;

}

section#main-contain .entry .post .post-left h6 {

    font-size: 12px;

    color: #101010;

    font-family: raleway;

    padding: 10px 0;

}

section#main-contain .entry .post .post-left > p {

    font-size: 14px;

    font-family: raleway;

    color: #000;

}

section#main-contain .entry .post .post-right {

     bottom: 0;

    float: right;

    position: absolute;

    right: 0;

}

section#main-contain .post .thumbnail {

    margin-bottom: -5px;

}

section#main-contain .post > p {

    color: #696868;

    font-size: 14px;

    font-family: quicksand_regular;

    line-height: 20px;

}

.localgroup {

    margin-bottom: 30px;

}

.localgroup > h3 {

    font-size: 13px;

    color: black;

    font-family: raleway;

    padding: 15px 0;

}



section#footer-top {

    margin: 0 auto;

    min-height: 160px;

    padding-top: 10px;

	background: #00007d;

	border-top: 5px solid #ffbc00;

}

section#footer-top .footer-logo {

    width: 336px;

    margin: 0 auto;

}

section#footer-top .container {

    margin: 0 auto;

    max-width: 980px;

    overflow: hidden;

    padding: 20px 0;

}

#footer-top .col-1 {

    float: left;

    width: 40%;

    color: #f0ead8;

    line-height: 23px;

	padding-top: 10px !important;

	margin-right: 5%;

}

#footer-top .col-1 > h1, #footer-top .col-2 > h1 {

    color: #ffbc00;

    font-size: 19.78px;

    font-family: raleway;

	font-weight: normal;

	padding-bottom: 15px;

}

#footer-top .col-1 > p {

    font-size: 13px;

    font-family: raleway;

    color: white;

}

#footer-top .col-1 > img {

    width: 100%;

}

#footer-top .col-2 {

    float: left;

    width: 20%;

    color: #f0ead8;

    line-height: 23px;

	margin-right: 60px;

}

#footer-top .col-2 ul li {

    font-size: 13px;

    font-family: raleway;

}

#footer-top .col-2 > p {

    color: white;

    font-family: quicksand_regular;

    font-size: 14px;

}

#footer-top .col-3 {width: 25%;float: right;padding-top: 30px;}

#footer-top .col-3 > ul {

    float: left;

    width: 50%;

	list-style: none;

}

#footer-top .col-3 li {

    line-height: 35px;

    border-bottom: 2px solid #9b7f41;

}

#footer-top .col-3 li a{

    color: white;

    font-family: raleway;

    font-size: 13px;

}

#footer-top .col-3 li:last-child {

    border: none;

}

#footer-top a {

    color: #fff;

    font-family: quicksand_regular;

    font-size: 14px;

    line-height: 26px;

    padding-left: 20px;

    text-decoration: none;

}

#footer-top .footer-last > h2 {

    color: #ff7f00;

    font-size: 21px;

}

#footer-top .footer-last > p {

    color: #484848;

    font-size: 13px;

    font-family: proximanovalight,sans-serif;

    line-height: 17px;

    padding-top: 15px;

}

#footer-top .united_footer_description a { 
    font-family:'Raleway'; 
    font-weight:normal; 
    
    background: none;
    float:right;
    display:block;
    margin-top:1em; 
    padding:0px 30px 0px 0px; /**a elements are inline by default and you cannot set the height / width of inline elements. */ 
    position:relative;
    
}
#footer-top .united_footer_description a .arrow_right{
    display:inline-block;
    background: rgba(0, 0, 0, 0) url("../images/white-right-arrow.png") no-repeat scroll 0% 0%;
    background-size:13px 12px; 
    width:24px;
    height:45px; 
    position: absolute;
    right:0;
    top:8px;
}

#footer-top .address_wraper{
    margin-top:48px; 
}

.footer_links_wraper{
    margin-top:10px;
}

.address {

    background: url(../images/address.png) no-repeat 0 5px rgba(0, 0, 0, 0);

    padding-left: 20px;

}

.phone {

    background: url(../images/phone.png) no-repeat 0 7px rgba(0, 0, 0, 0);

    padding-left: 20px;

}

.email {

    background: url(../images/email.png) no-repeat 0 5px rgba(0, 0, 0, 0);

    padding-left: 20px;

}

/* Bootrap */

.col-lg-8 {

    float: left;

    text-align: left;

    width: 65%;

}

.col-lg-4 {

    width: 30%;

	float: right;

}

.form-signup {

    margin-top: 20px;

}

.form-group { 

    /*background: url("../images/input-bg.png") no-repeat scroll right top rgba(0, 0, 0, 0);*/

    min-height: 40px;

	margin-bottom: 10px;

}

.form-signup input.form-control {

    background: transparent;

    border-radius: 0;

    height: 30px;


	border: 1px solid #ffbc00;

	padding: 8px 10px !important;
	margin-left: 0 !important;
	
	font-size: 13px;
	font-family: raleway;
    font-weight: bold;
	color: #000 !important;
}

.form-signup label {

    /*line-height: 40px;*/

    /*float: left;*/

    /*padding: 0 10px;*/

    /*width: 110px;*/
	
	display: block;

    font-size: 13px;

    font-family: raleway;
	
	font-weight: bold;

    color: #000000;

}

.form-control {

    background-color: #fff;

    background-image: none;

    border: medium none;

    color: #266092 !important;

    display: block;

    font-family: quicksand_regular;

    font-size: 15px;

    height: 40px;

    line-height: 1.42857;

    margin-left: 10px;

    outline: medium none !important;

    padding: 6px 12px !important;

    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;

    width: 100% !important;

}

.form-signup button {

    background: #ffbc00;

    color: #000;

    font-family: raleway;

    font-size: 13px;

    font-weight: bold;

    padding: 10px 25px;

    text-align: center;

    border: none;

    float: right;

    margin-right: 30px;

	position: relative;
	
	margin-top: 15px;

}

.form-signup button::after {

    content: "";

    height: 0;

    position: absolute;

    width: 0;

    border-color: transparent transparent transparent #ffbc00;

    border-width: 19px;

    border-style: solid;

    top: 0;

    right: -37px;

}

.social {

    float: right;

    line-height: 20px;

	margin-top: 10px;

	list-style: none;

}

.social > li {

    background: none repeat scroll 0 0 white;

    border-radius: 50%;

    float: left;

    height: 28px;

    line-height: 28px;

    margin-right: 15px;

    padding: 0 7px;

    text-align: center;

    width: 28px;

}

.fa {

    color: #1131b2;

    text-decoration: none;

    font-size: 18px;

	font-weight: bold;

}

.fa.fa-twitter {

    position: relative;

    right: 2px;

}

.form-signup button:hover {background: #ffbc00}



section#main-contain .col-lg-4 h3 > .heading-triangle {
    border-color: transparent transparent transparent #000384;
    border-style: solid;
    border-width: 21px;
    content: "";
    height: 0;
    position: absolute;
    right: -39px;
    top: -1px;
    width: 0;
}




.single-state section#main-contain .content .entry .state_aside { background: transparent url(../images/state_aside.png) center 81% no-repeat;}
.single-state section#main-contain .content .entry .state_aside h4 { color: #0322A3;
font-family: "raleway-bold";
font-weight: bold;
padding: 7px 0px;
}


.single-state section#main-contain .content .entry {
padding: 40px;
min-height: 390px;

background-image:/* url(../images/single-state-bg.png) */;
background-position: center bottom;
background-repeat: no-repeat;
}

/** $gux_ **/ 
section#main-contain h1.panel-title,
.single-state section#main-contain .content .entry h1 {
color: #0322a3;
font-family:'raleway';
font-size: 33px;
font-weight: bold;
margin:0 0 19px;
line-height:1em;
} 

/** ----  
    localgroup Sidebar news , used for single news too 
                    --*/
.post-sidebar{
    margin-bottom:35px;
}
 
.post-meta h1{
    font-size:20px;
    margin-bottom:5px;
}
 
.post-meta h6.calendar{
    font-size:15px;
    margin-bottom: 26px;
}

.post-sidebar .post-thumb{
    margin-bottom: 10px;
}

.post-sidebar p.news-content{
    margin-bottom:0;
}

/** ----  
    Read 
                    --*/
.bottom_readmore{ 
    position: relative; 
    margin-bottom:34px;
    display: inline-block;
}

.bottom_readmore a{
    color:#0322A3;
    line-height: 41px; /*same as arrow img  */  
    text-align: right; 
    display: block;
    padding-right:42px;
    font-size: 24px;
} 
.bottom_readmore a:hover{ color:#0322A3; }
.bottom_readmore .arrow_right{
position: absolute;
right: 16px;
top: 10px;
display: inline-block;
width: 15px;
height: 25px;
background: transparent url("../images/right-arrow.png") no-repeat scroll 0% 0%;
background-size: 13px 21px;
}




.search-box{ 
    position:relative; 
    height:60px;
}

input#search-box-input {
    
  width: calc(100% - 62px);
  border: 2px solid #00008B;
  float: left; 
   height:40px;
    /*
  width: 80%;
border: 2px solid darkblue;*/
}

input#search-button {
    
  float: left;
  background: #000384 url("http://unitedcor.org/wp-content/themes/unitedcor/images/search-yellow.png") 8px 6px no-repeat;
  width: 40px;
  height: 40px;
    /*
float: right;
background: transparent url("http://unitedcor.org/wp-content/themes/unitedcor/images/search.png") top right no-repeat;
width: 50px;
height: 50px;*/
}


.search-box .heading-triangle{
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #000384;
  border-style: solid;
  border-width: 20px;
  content: "";
  height: 0;
  position: absolute;
  right: -6.122%;
  top: 0px;
  width: 10px;
  display: block; 
  background-color:white; 
}