﻿/* Grid Default 1004px + (mediaqueries)
---------------------------------------------------------------------*/
@media only screen and (min-width: 1004px) and (max-width: 1280px) {
    

/* RESPONSIVE FIXED HEADER POSITIONS - 1004px +
----------------------------------------------------*/
.addressfixpositionheader {
    top: 159px;
}

.addressfixpositioncontent {
    top: 139px;
}


/* RESPONSIVE BASE CONTAINER & GRID WIDTH - 1004px +
----------------------------------------------------*/
#basecontainer {
    clear: both; 
    width: 100%;
    }

.basesectionwidth {
    clear: both; 
    width: 100%;
    min-width: 1004px; 
    }

.basegridwidth {
    width: 95%;
    min-width: 984px; 
    max-width: 1152px; 
    }
    
.contentwidth {
    width: 98%;
    min-width: 924px;
    }
    
/* RESPONSIVE HEADER - 1004px +
----------------------------------------------------*/
 .header {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 159px;
    z-index: 100;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;  
    }
    
.logo {
    position: relative; 
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding-top: 41px;
    z-index: 101;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    width: 263px;
    }

.logo img {
    width: 263px;
    height: 29px;
    }
 
/* RESPONSIVE MAIN NAV SHOW/HIDE - 1004px + 
----------------------------------------------------*/
.navd, .subnavvisible {
    position: relative;
    display: block;
    }

header, .navr, .titlebarresponsive, .mobile .navsocial {
    display: none !important;
    }

/* RESPONSIVE MAIN NAV - 1004px +
----------------------------------------------------*/
.mainnav {
    top: 11px;
    height: 32px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    }


#menu li a {
    font-size: 15px;
    letter-spacing: .01em;
    padding: 9px 7px 8px 7px;
	}
	
/* RESPONSIVE UTILITY NAV
---------------------------------------- */
.utilitynav {
    top: 42px; 
    right: 160px;  
    font-size: 10px;
    letter-spacing: .06em;
    }
    
.utilitynav a {
    padding: 0 4px;
    }

/* SOCIAL MEDIA LINKS
----------------------------------------- */
.navsocial {
    right: 5px;
    }

.navsocial a{
	margin: 4px 4px 0 0;
    }
    
/* RESPONSIVE SUB BANNER - 1280px +
----------------------------------------------------------*/
.subbannertext {
    position: absolute;
    top: 159px;
    text-align: center;
    height: 165px;
    margin: 0 auto;
    z-index: 6;
    width: 100%;
}

.subbanner{
    position: relative;
    width: 100%;
    height: 165px;
    margin: 0 auto;
    top: 159px;
    z-index: 4;
}

.subbannercover{
    opacity: 0.6;
    position: absolute;
    top: 159px;
    left: 0;
    width: 100%;
    height: 165px;
    z-index: 5;
    background-size: auto 100%;
    background-position: 200% 0;
    transition: background-position .1s;
}

.subbannercover:hover {
    background-position: 0 0;
}


/* RESPONSIVE SUB PARENT TITLE - 1280px +
----------------------------------------*/
.subparenttitle {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    z-index: 1;
    }

.accentstarparenttitle {
    display: none
}

.accentstarparenttitle img {
    display: none}

.titleborder {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .5);
    background-color: rgba(255, 255, 255, .2);
    padding: 20px 60px;
}
.titleborder h1, .titleborder h2 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    letter-spacing: .06em;
}

/* SUBNAV - HORIZONTAL 
----------------------------------------*/
.horizontalsubnavarea {
    position: relative;
    clear: both;
    display: block;
    margin-top: 116px;
    height: 40px;
    width: 100%;
}

.horizontalsubnav {
    width: 100%;
    }

.horizontalsubnav a {
    position:relative;
    display: inline-block;
    font-weight: 300; 
    letter-spacing: .03em;
    font-size: 15px; 
    padding: 9px 6px 10px 6px;
    margin: 0 -4px 0 0;
    }


/* RESPONSIVE SUB PAGE TITLE - 1280px +
----------------------------------------*/
.subpagetitle {
    text-align: center;
    width: 100%;
}

.subpagetitle h2 {
    margin: 0;
    padding: 0;
    text-align: left;
    color: #2DBDEF;
    font-weight: 400;
    letter-spacing: .03em;
    font-size: 36px;
    border-bottom: 1px solid rgba(45, 189, 239, .4);
}

/* RESPONSIVE CONTENT AREAS & GRIDS - 1004px - 1280px
--------------------------------------------------*/ 
.contentgrid {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 40px 0 0 0;
    } 

.contentgrid.morepadding {
    padding: 180px 0 0 0;
}

.contentarea {
    position: relative;
    float: left;
    padding: 10px 0 0 0;
    width: 70%;
    margin: 0 auto;
    min-height: 600px;
    }
    
.contentarea .contentblock {
    padding: 5px 0 0 0;
    width: 100%;
    min-width: 585px;
    min-height: 550px;
    _height: 550px;
    } 

.sidebararea {
    position: relative;
    float: right;
    padding: 35px 0 0 0;
    width: 25%;
    min-height: 600px;
} 

/* DATE DRIVEN LATEST - 1004px - 1280px
----------------------------------------*/
.datedrivenlatest {
    display: block;
    width: 100%;
    margin-bottom: 20px;
     }

.datedrivenlatest .datedrivenentryblock {
    display: block;
    clear: both;
    padding: 5px 0 10px 0; 
    } 

.datedrivenlatest .datedrivenentryblock .datedrivenimagecircle {
     float: left;
     width: 12%;
     }

.datedrivenlatest .datedrivenentryblock .datedrivenimagecircle .datedrivenimage {
    width: 90%;
    height: auto;
    padding-top: 92%;
	border-radius: 50%;
    background-position: center;
    background-size: cover;
    }

.datedrivenlatest .datedrivenentryblock .datedrivendetails {
     float: left;
     width: 83%;
     padding: 5px 0 0 10px;
     }
 
 .datedrivenlatest .datedrivenentryblock .datedrivendetails .date {
     display: block;
     font-size: 12px;
     line-height: 12px;
     letter-spacing: .06em;
     }

.datedrivenlatest .datedrivenentryblock .datedrivendetails .title a {
     display: block;
     padding: 4px 0 0 0;
     font-size: 13px;
     line-height: 17px;
     margin: 0;
     letter-spacing: .05em;
     } 

/* BLOG POSTS
----------------------------------------*/
.entrycontainer .entry {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.entrythumb .entrythumbimage {
    min-width: 330px !important;
    }

.entry .title, .entry .title a {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: .02em;
     }
 
  
/*  RESPONSIVE SOCIAL FEED - 1004px +
----------------------------------------------------*/
.socialfeed {
    position: relative;
    background-color: #AA5AA3;
    clear: both;
    z-index: 90;
    padding-bottom: 30px;
}

.socialfeed .title {
    color: #ffffff;
    text-align: center;
    clear: both;
    padding: 25px 0 15px 0;
    font-size: 20px;
    font-weight: 200;
    letter-spacing: .06em;
}

.socialfeed .title:before {
    display: inline-block;
    content:"\f32d";
	font-family: "entypo", sans-serif;
	text-decoration: none;
	color:white;
	font-size: 19px;
    margin-top: -5px !important;
	padding-right: 10px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.socialfeedgrid {
    width: 100%;
    background-color: #AA5AA3;
    text-align: center;
    margin: 0 auto;
} 

/*  INSTAGRAM CONTROL - 1280px + */
#instagram {
	padding:0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

#instagram li {
	list-style:none;
	display: inline-block;
    vertical-align: top;
	margin:3px;
    width: 16%;
    text-align: center;
}

#instagram li img {
	width: 100%;
    border: 1px solid #ffffff;
}


/*  RESPONSIVE RESOURCES - 1280px +
----------------------------------------------------*/
.resources {
    position: relative;
    z-index: 91;
    border-top: 2px solid #ffffff;
    clear: both;
}

.resourcegrid {
    width: 100%;
    margin: 0 auto;
}

.resource {
    _height: 215px;
    min-height: 215px;
    display: inline-block;
    vertical-align: top;
    width: 33%;
    font-weight: 300;
    border-right: 1px solid #ffffff;
}

.resource .resourcetext {
    padding: 30px 10px 30px 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
}

.resource .leftpad {
    padding-left: 15px;
}

.resource .resourcetext span {
    font-weight: 600;
}

.resource .resourcetext a {
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
}

.resource .resourcetext a:hover {
    color: #C4E3ED;
}

.resource:last-child {
    border-right: none;
}

/* RESPONSIVE 2 COLUMN GRID - 1280px +
----------------------------------------------------*/
.twocolgrid {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.twocolgridleft {
    position: relative;
    width: 48%;
    float: left;
    text-align: left;
}

.twocolgridright {
    position: relative;
    width: 48%;
    float: right;
    text-align: left;
}

.twocolgrid .datedrivenviewall {
    position: absolute;
    left: 0;
    bottom: -70px;
    clear: both;
    display: block;
    width: 100%;
    border-top: 1px solid #ccc;
    }

/* RESPONSIVE FOOTER - 1004px +
----------------------------------------------------*/ 
#footer {
    height: 160px;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: .04em;
    padding: 10px 0 35px 0;
    }

.footerleft {
    float: left;
    width: 48%;
    padding-top: 3px;
    }

.copyright {
    display: block;
}

.address {
    display: block;
    font-size: 11px;
    line-height: 14px;
    text-transform: none;
    padding: 10px 0 0 0;
}

.address span.title {
    line-height: 28px;
    font-weight: 500;
}

.footerright {
    float: right;
    width: 48%;
    text-align: right;
    } 
 
/* RESPONSIVE HOME PAGE GALLERY - 1280px +
----------------------------------------------------*/
#slides {
    height: 450px !important;
}

.gallerycontainer {
    width: 100%;
    min-width: 1004px;
    height: 450px;
    margin: 0 auto;
    }

.gallerytextblock {
    width: 90%;
    margin: 0 auto;
    min-width: 900px;
    z-index: 8;
}

.gallerytitle, .gallerydescrip, .gallerylink, .gallerylink a {
    position: absolute;
    color: #ffffff;
    }

.gallerytitle {
    top: 147px;
    font-size: 40px;
    padding: 10px 20px 10px 10px;
    background-color: #FF9900;
    }
    
.gallerydescrip {
    top: 223px;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: .08em;
    width: 51%;
    padding: 10px 10px 56px 10px;
    min-width: 420px;
    background-color: #FF9900;
    }

.gallerydescrip p {
    padding: 0;
    margin: 0;
    }

.gallerylink {
    width: 50%;
    padding: 20px 0 15px 0;
}

.gallerylink a {
    font-size: 18px;
    line-height: 21px;
    padding-right: 50px;
    border-top: 1px solid #ffffff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.gallerylink a:hover {
    padding-right: 100px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.slides-navigation {
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    top: 46%;
    width: 100%;
    }

.slides-navigation a.next:before, .slides-navigation a.prev:before {
    font-size: 30px;
    }

.slides-navigation a.prev {
    left: 8px;
    }

.slides-navigation a.next {
    right: 8px;
    }
    
.slides-pagination {
    position: absolute;
    z-index: 10;
    bottom: 28px;
    left: 4.9%;
    text-align: left;
    width: 80%;
    min-width: 1004px;
    }

.slides-pagination a {
    border: 1px solid #ffffff;
    width: 20px;
    height: 10px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    margin: 2px;
    text-indent: -100%;
    }

/* RESPONSIVE GALLERY BORDER
----------------------------------------------------*/
.galleryborderleft, .galleryborderright {
    display: none;
}

.galleryborderleft {
    display: none;
}

.galleryborderright {
    display: none;
}

.gallerybordertopleft, .gallerybordertopright {
    display: none;
}

.galleryborderbottomleft, .galleryborderbottomright {
    display: none;
}

.gallerybordertopleft {
    display: none;
}

.gallerybordertopright {
    display: none;
}

.galleryborderbottomleft {
   display: none;
}

.galleryborderbottomright {
   display: none;
}

.galleryborderstar {
    display: none;
}

.galleryborderstar img {
    width: 22px !important;
    height: 20px !important;
}

.galleryborderlogo {
    display: none;
}

.galleryborderlogo img {
    width: 263px !important;
    height: auto !important;
}

.gallerybordertagline {
    display: none;
}


/* RESPONSIVE HOW CALL TO ACTION CLOUDS - 1024-1280px
----------------------------------------------------*/
.homelevelcalltoactiongrid .title h1 {
    font-size: 29px;
}

.HomeMissionStyle p {
    font-size: 16px;
    line-height: 24px;
}

/* RESPONSIVE LATEST GRID TITLE BAR - 1024-1280px
----------------------------------------------------*/
.titlebar {
    position: absolute;
    height: 77px;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #FF9900;
    box-shadow: 5px 5px 10px rgba(0,0,0,.3);
}

.titlebar:before {
    content:"";
    position: absolute;
    height: 6px;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, .4);
    z-index: 1;
}

.titlelabel {
    height: 77px;
    clear: both;
    background-color: #FF9900;
    padding-top: 26px;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: .08em;
    color: #ffffff;
    text-transform: uppercase;
    box-sizing: border-box;
}


/* RESPONSIVE LATEST GRID BLOCK - 1280px +
----------------------------------------------------*/
.twocolgrid .datedrivenlatest {
    min-height: 300px;
    _height: 300px;
     }

.latestgridlevel {
    position: relative;
    background-color: #ffffff;
    min-height: 700px;
    _height: 700px;
}





}