/* GLOBAL */
body
{

        font-family: 'Open Sans', sans-serif;
        color:#333333;
        background-color: #000000;
        /* background-color: #e8e5cf; */
}

input
{
        font-family: 'Open Sans', sans-serif;
        font-size:16px;
        padding: 7px;
        outline: 0;
        border:0;
        width:250px;
        background: ##cccccc;
        border-radius:5px;
}

input[type=submit]
{
        width:auto;
        padding: 5px 18px;
        line-height:25px;
        text-shadow:none;
        cursor:pointer;
        box-shadow: none;
        background: #333333;
        color: #fff;
}

p
{
        margin:5px 0;
        line-height:25px;
}

a
{
        text-decoration:none;
        color:inherit;
        transition: color .5s ease;
}

strong
{
        font-weight:bold;
}

caption strong
{
        border-bottom: 1px solid #D6D0C1;
        padding-bottom:10px;
        margin: 10px 0;
        display:block;
}

caption
{
        line-height: 25px;
        font-size:14px;
        width:200px;
}

hr
{
        background-color: #D6D0C1;
        border:0;
        height:1px;
        margin:20px 0;
}


/* HEADER */

header
{
        position:relative;
        width: auto; 
        /* max-width:900px; */
        margin: 0 auto 0px auto;
}

header h1
{
        margin:35px 0 0 0;
        font-size:55px;
        color:#008080;
        font-family: 'Open Sans', cursive;
}

header p
{
        font-family: 'Open Sans', sans-serif;
        font-size:16px;
        color: #4A463B;
        margin-left:132px;
}

/* BUTTON */

button.cupid-green {
  background-color: #7fbf4d;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #63a62f));
  background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: linear-gradient(top, #7fbf4d, #63a62f);
  border: 1px solid #63a62f;
  border-bottom: 1px solid #5b992b;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
  box-shadow: inset 0 1px 0 0 #96ca6d;
  color: #fff;
  font: bold 11px/1 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  padding: 7px 0 8px 0;
  text-align: center;
  text-shadow: 0 -1px 0 #4c9021;
  width: 150px; }
  button.cupid-green:hover {
    background-color: #76b347;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b347), color-stop(100%, #5e9e2e));
    background-image: -webkit-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -moz-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -ms-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -o-linear-gradient(top, #76b347, #5e9e2e);
    background-image: linear-gradient(top, #76b347, #5e9e2e);
    -webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
    box-shadow: inset 0 1px 0 0 #8dbf67;
    cursor: pointer; }
  button.cupid-green:active {
    border: 1px solid #5b992b;
    border-bottom: 1px solid #538c27;
    -webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee; }

/* cupid blue (inspired by okcupid.com) */




/* MIDDLE SECTION */

   	.middle_box {
   		content: "";
		display: block;
		/* background: #e8e5cf; */
		background: #A89C77;
		padding: 0;
		width: 100%;
		position: relative;
		top: -40px;
		padding-top: 8px;
		padding-bottom: 8px;
   		 }	 


.newsimage {
  position: relative;
  top: 8px;
  left: 8px;
  width: 100px;
  height: 100px;
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  float: left;
  box-shadow: 2px 2px 2px #706e70;
}

.newstext {
		font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
		line-height: 18px;
		font-size: 16px;
		font-weight: 300;
		text-decoration: none;
		color: #000000;
		text-align: left;
		position: relative;
		top: 6px;
		left: 12px;
		padding-right: 18px;
		padding-left: 4px;
}

.newstext b {
		font-weight: 600;
		}

.newstext h1 {
		font-size: 20px;
		font-weight: 400;
		line-height: 24px;
		}
.newstext a {
		font-weight: 400;
		font-style: italic;
		color: #043CB5;
		}
.newstext p {
		color: #000000;
		text-decoration: none;
		text-indent: 12px;
		padding-top: 8px;
		}


/* CALENDAR PAGE */

.datebutton {
  
  position: relative;
  top: 8px;
  left: 5px;
  width: 54px;
  height: 58px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  color: #706e70 !important;
  font-size: 14px;
  float: left;
  text-shadow: 1px 1px 0px #f3f3f3;
  box-shadow: 1px 1px 1px #706e70;
  padding: 6px 0px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #EEEEEE;
  background: linear-gradient(top,  #EEEEEE,  #BABABA);
  background: -ms-linear-gradient(top,  #EEEEEE,  #BABABA);
  background: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#BABABA));
  background: -moz-linear-gradient(top,  #EEEEEE,  #BABABA);
}

.datebutton h1 {
	font-size: 28px;
	color: #080808;
	}

.datetext {
		font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
		line-height: 18px;
		font-size: 14px;
		font-weight: 400;
		text-decoration: none;
		color: #000000;
		text-align: left;
		position: relative;
		top: 6px;
		left: 12px;
		padding-right: 7px;
		padding-top: 5px;
}

.datetext i {
		font-style: italic;
		}

.datetext b {
		font-weight: 600;
		}
.datetext a {
		font-weight: 600;
		font-style: italic;
		color: #043CB5;
		}



/* EVENT BOX */

.eventimage {
  position: relative;
  top: 12px;
  left: 10px;
  width: 200px;
  height: 200px;
  font-family: 'Open Sans', sans-serif;
  float: left;
  box-shadow: 3px 3px 3px #706e70;
}

.eventtext {
		font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
		line-height: 18px;
		font-size: 16px;
		font-weight: 300;
		text-decoration: none;
		color: #000000;
		text-align: left;
		position: relative;
		top: 12px;
		left: 24px;
		padding-right: 18px;
		padding-left: 4px;
}

.eventtext b {
		font-weight: 600;
		}

.eventtext h1 {
		font-size: 28px;
		font-weight: 400;
		line-height: 32px;
		}

.eventtext a {
		font-weight: 400;
		font-style: italic;
		color: #043CB5;
		}




/* FACULTY BOX */

.facultyimage {
  position: relative;
  top: 12px;
  left: 10px;
  width: 150px;
  height: auto;
  font-family: 'Open Sans', sans-serif;
  float: left;
  box-shadow: 3px 3px 3px #706e70;
}

.facultytext {
		font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
		line-height: 18px;
		font-size: 16px;
		font-weight: 300;
		text-decoration: none;
		color: #000000;
		text-align: left;
		position: relative;
		top: 12px;
		left: 26px;
		padding-right: 40px;
		padding-left: 4px;
}

.facultytext b {
		font-weight: 600;
		}

.facultytext h1 {
		font-size: 28px;
		font-weight: 400;
		line-height: 32px;
		}

.facultytext a {
		font-weight: 400;
		font-style: italic;
		color: #043CB5;
		}




/* STAFF BOX */

.staffimage {
  position: relative;
  top: 12px;
  left: 10px;
  width: 150px;
  height: auto;
  font-family: 'Open Sans', sans-serif;
  float: left;
  box-shadow: 3px 3px 3px #706e70;
}

.stafftext {
		font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
		line-height: 18px;
		font-size: 16px;
		font-weight: 300;
		text-decoration: none;
		color: #000000;
		text-align: left;
		position: relative;
		top: 12px;
		left: 26px;
		padding-right: 40px;
		padding-left: 4px;
}

.stafftext b {
		font-weight: 600;
		}

.stafftext h1 {
		font-size: 28px;
		font-weight: 400;
		line-height: 32px;
		}

.stafftext a {
		font-weight: 400;
		font-style: italic;
		color: #043CB5;
		}









/* TABLE DEFINITIONS */


		
	.tablefooter {
		content: "";
		display: table;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		top: -36px;
		height:100px;
		background:#333333;	
		}
		
		
	.mycellfooter {
		display: table-cell;
		width: 30%;
		padding: 5px;
		}
		
		
	.footertab_big {
		border-bottom-width: 0;
		margin: 0;
		z-index: -10;
		text-decoration: none;
		display: block;
		padding: 0.2em 0em 0.8em;
		width: 100%;
		text-align: center;
		font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
		font-size: 18px;
		font-weight: 400;
		text-decoration: none;
		color: #EEEEEE
   		 }		
		
	.footercontent_clear {
		clear: both;
		text-align: left;
		padding: .25 0em;
		z-index: 1000;
		position: relative;
		top: 5px;
		padding-left: 4px;
		font-size: 14px;
		font-weight: 300;
		border-top: 2px dotted #EEEEEE;
		
		}  	 	
		
	.footercontent_clear p {
        margin:5px 0;
        line-height:25px;
        color: #EEEEEE
		}
		
	.mapicon {
		position: relative;
		top: 15px;
		left: 15px;
		}
	
	.maptext {
		position: relative;
		top: -50px;
		left: 90px;
		font-size: 16px;
		font-weight: 400;
		line-height: 120%
		}
		
	#socialbox {
		position: relative;
		top: 20px;
	 	width: 75%;
   	    margin-left: auto; 
        margin-right: auto;
 		vertical-align: middle;
 		text-align: justify;
 		-ms-text-justify: distribute-all-lines;
    	text-justify: distribute-all-lines;
		}
		
		
	#socialbox a {
		vertical-align: top;
		display: inline-block;
		*display: inline;
		zoom: 1;
		}

	.stretch {
		width: 100%;
		display: inline-block;
		font-size: 0;
		line-height: 0
	}		
		
.legal  {
		background: #000000;
		height: 5px;
		position: relative;
		top: -30px;
		width:100%;
		text-align: right;
		color: #686868;
		padding-top: 5px;
		}		
		
		
		
	.tablethree {
		content: "";
		display: table;
		width: 95%;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		}	
		
	.myrow { 
		display: tabele-row;
		}

	.newscell {
		width: 45%;
		display: table-cell;
		padding-bottom: 20px;
		padding-right: 8px;

		}
		
	.mycell {
		display: table-cell;
		width: 30%;
		padding: 5px;
		min-height: 350px;
		}
		
	.mycell66 {
		display: table-cell;
		width: 66%;
		padding: 5px;
		min-height: 350px;
		}		

	.newstab {
		border-bottom-width: 0;
		margin: 0;
		z-index: -10;
		text-decoration: none;
		display: block;
		background: #eee;
		padding: 0.2em 0em 0.8em;
		box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.55);
		border-radius: 3px;
		color: #00c;
		width: 100%;
		text-align: center;
		font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
		font-size: 20px;
		font-weight: 400;
		text-decoration: none;
		color: #5a5955
   		 }
   		 
   		 
   	 .newscontent {
		border: 1px solid black;
		clear: both;
		padding: .25 0em;
		box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.55);
		border-radius: 3px;
		z-index: 1000;
		background-color: #fefcff;
		position: relative;
		top: -10px;
		padding-left: 4px;
		min-height: 340px;
		font-size: 16px;
		font-weight: 200;
		}  			 
   		 
   	.newstab_big {
		border-bottom-width: 0;
		min-height: 432px;
		margin: 0;
		z-index: -10;
		text-decoration: none;
		display: block;
		background: #f4f4f4;
		padding: 0.2em 0em 0.8em;
		box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.55);
		border-radius: 3px;
		color: #00c;
		width: 100%;
		text-align: center;
		font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
		font-size: 20px;
		font-weight: 600;
		text-decoration: none;
		color: #5a5955
   		 }	 
   		 
    .newscontent_clear {
    	text-align: left;
		clear: both;
		padding: .25 0em;
		z-index: 1000;
		position: relative;
		top: 5px;
		padding-left: 4px;
		min-height: 320px;
		font-size: 16px;
		font-weight: 200;
		border-top: 2px dotted #848484;
		}  	 		 
   		 
 
/* LOWER BANNER */
	.lower_banner {
		width:auto;
		height:40px;
		background-color:rgba(3, 3, 3, 0.62);
		position:relative;
		top: -43px;
		font-size:20px;
		z-index:1000;
		
		}
		
	.lower_banner_text  {
		margin-top:8px;
		width:auto;
		position:absolute;
		left:2%;
		font-weight: bold;
		font-size: 18pt;
		font-weight: 350;
		font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
		color:#FFFFFF;
		}





/*NAVAGATION*/


.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #FFFFFF;
	float: right;
	position: relative;
	top: 6px;
	left: 4px;
	
}

/* Written by Kyle Hamilton of candpgeneration.com
   CSS3 transitions - animated dropdown menu without javascript that plays nice in IE7+, FF, CHROME, SAFARI
   The original bare bones version can be found at: http://candpgeneration.com/CSS-dropdowns/CSS3-dropdown.html
   You are free to use this code any way you like. 
   Please do not remove this comment. */

/* the main menu */
.navigation {
	display:block;
	position:absolute;
	background-color:rgba(3, 3, 3, 0.62);
	width: 100%;
	height: 32px;
	z-index:1000;

}
.navigation > ul{
    display: -webkit-box;
    -webkit-box-orient: horizontal;

    display: -moz-box;
    -moz-box-orient: horizontal;

    display: box;
    -moz-box-orient: horizontal;
}
.navigation ul{
    list-style :none;
    margin:0; 
    padding:0; /* gets rid of any inherited margins and padding */
    font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
	font-size: 18px;
	font-weight: 250;
    position:relative;
    z-index:1000;
    width: 850px;
}
.navigation > ul > li { 
    position : relative;
    float : left;

    font-size: 15px; /* this is here and not above, so that the subs can be made smaller using a % if desired */

    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
}

.navigation > ul > li + li{
    margin-left:5px;
}
.navigation > ul > li > a {
	/* background-color: rgba(3, 3, 3, 0.62); */ /*  grey */
	display: inline-block;
	padding:6px 15px;
	text-decoration:none;
	color:#FFFFFF;
	font-size: 14pt;

    /* make the background-color fade in on roll-over */
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;


}
.navigation > ul > li > a:hover{

	/* background-color:rgba(3, 3, 3, 0.62); */
	color:#fff128; 
	text-shadow: 0 0 0.8em #FFD303;
}


/* the show/hide effects */
/* the drop-down box */

.navigation ul ul{

    /* background-color:#e6056f;  remove. this is for illustration purposes only */
    width:340px; /* you need a width to accomodate tertiary menus */

    position:absolute;
    z-index:1000;

    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.3s ease-in;
    -moz-transition: height 0.3s ease-in;
    -o-transition: height 0.3s ease-in;
    -ms-transition: height 0.3s ease-in;
    transition: height 0.3s ease-in;
}


/* don't display tertiary box yet */
.navigation > ul > li:hover ul ul, .navigation > ul > li > a:hover ul ul{
    height:0;

}
/* tertiary drop-down box */
.navigation ul ul ul{
    left:170px;
    width:340px;
}

.navigation > ul > li:hover ul, .navigation > ul > li > a:hover ul,
.navigation ul ul li:hover > ul, .navigation ul ul li a:hover > ul{
    height:550px;

}

/* drop-down item styles */
.navigation ul ul li{
    background-color:rgba(3, 3, 3, 0.62);
    width:340px;

    /* make the background-color fade in on roll-over */
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
/* unfortunate ie7 gap fix */
.ie7 .navigation ul ul li{
    margin-bottom:-3px;
}
.navigation ul ul li:hover {
    background-color:rgba(3, 3, 3, 0.62);
}




.navigation ul ul li a {
    display:block;
    text-decoration:none;
    margin:0 12px;
    padding:5px 0;
    color: #FFFFFF;
    font-size: 14px;
	font-weight: 200;
}

.goleft {
	width: 50%;
	float: left;
	}



.navigation ul ul li a:hover, .navigation ul ul li:hover > a {
   color: #ffef08;

}

#mobileMenu
{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        display: none;
}

#mobileMenu ul li
{
        display:block;
        background-color: #cccccc;
        color: #fff;
        padding: 12px 0;
        letter-spacing: 0.1em;
        text-align: center;
        text-transform: uppercase;
        border-bottom: 1px solid #000;
}

.toggleMobile
{
        display: none;
}

/* 3 COLUMNS */

#boxcontent
{
        width:auto;
        max-width:900px;
        margin:0 auto;
        padding: 0px 0 45px 0;
}

#boxcontent article
{
        float:left;
        width:250px;
        margin-right:45px;
        font-size:14px;
}

#boxcontent article h3
{
        font-family: 'Open Sans', sans-serif;
        font-size:20px;
        margin-bottom:10px;
        margin-left:75px;
}

#boxcontent article img
{
        float:left;
}

#boxcontent article p
{
        line-height:25px;
        font-family: 'Open Sans', sans-serif;
        margin-left:75px;
}

#slider_content1, #slider_content2, #slider_content3
{
        line-height: 25px;
        font-family: 'Open Sans', sans-serif;
        width:350px;
        position:absolute;
        top:15%;
        left:15%;
        display:none;
        z-index:11;
}

#slider_content1 h3, #slider_content2 h3, #slider_content3 h3
{
        color:#EBE8DE;
        font-size:25px;
        font-weight:bold;
        margin-bottom:10px;
        background-color:#333333;
        padding:10px 15px;
        border-radius: 15px 0 15px 0;
        display:inline-block;
}

#slider_content1
{
        display:block;
}

#slider_content1 p, #slider_content2 p, #slider_content3 p
{
        margin:0 0 30px 0;
        color:#4a463b;
        background-color:#EBE8DE;
        padding:10px 15px;
        border-radius: 5px;
}


/* BUTTONS */

.button
{
        padding:7px 14px;
        border: 1px solid #333333;
        background-image: linear-gradient(bottom, #000 0%, #ff8c66 100%);
        background-image: linear-gradient(to bottom, #ff8c66 0%, #000 100%);
        background-color: #eb653c;
        color: #EBE8DE;
        text-shadow: 1px 1px 0px #ff8155;
        text-decoration:none;
        border-radius:5px;
        box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
}

.button:hover
{
        background:none #EBE8DE;
        border-color: #EBE8DE;
        text-shadow:none;
        color: #4A463B;
}


/* SPACER */

#spacer
{
		width:auto;
		height:40px;
		background-color:rgba(3, 3, 3, 0.62);
		position:relative;
		top: -45px;
		font-family: 'Open Sans', sans-serif;
		color:#fff;
		font-size:18px;
		z-index:1000;
}

#spacer p
{
		margin-top:8px;
		width:auto;
		position:absolute;
		left:2%;
		font-weight: bold;
		font-size: 18pt;
}

#spacer .search
{
        margin-top:15px;
        width:auto;
        position:absolute;
        right:50%;
        margin-right:-480px;
}


/* FOUR COLUMNS */

#four_columns, #text_columns
{
        line-height:25px;
        font-family: 'Open Sans', sans-serif;
        clear:both;
        width:auto;
        max-width:900px;
        margin:0 auto;
}

#four_columns h2, #text_columns h3
{
        font-size:20px;
        border-bottom: 1px solid #D6D0C1;
        padding: 20px 0;
        margin-bottom: 20px;
}

#four_columns .img-item
{
        float:left;
        margin-right:25px;
}

#four_columns .img-item a
{
        position:relative;
        display:block;
}

.thumb-screen
{
        display:block;
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:113px;
        background: #000 url(img/zoom.png) center center no-repeat;
        z-index:99;
        opacity: 0;
        transition: opacity .5s ease;
}

.thumb-screen:hover
{
        opacity:0.5;
}


/* TWO COLUMNS */

#text_columns article.column1, #text_columns .column2
{
        margin: 70px 0;
        font-size:14px;
        float:left;
        width:auto;
        max-width: 450px;
}

#text_columns .column2
{
        margin: 120px 0;
}

.row
{
        position:relative;
        margin: 40px 0 0 50px;
        float:right;
        width:350px;
}

.row img
{
        float:left;
}

.row p
{
        margin-left: 100px;
}

.rocket, .clock
{
        top:0;
        left:0;
        position:absolute;
        height: 80px;
}


/* FOOTER */

footer
{
        position:relative;
        clear:both;
        width:auto;
        height:170px;
        background:#333333;
}

footer .wrapper
{
        line-height:25px;
        margin: 0 auto;
        padding-top:10px;
        width:auto;
        max-width:900px;
        font-size:14px;
}

footer .wrapper .column
{
        font-family: 'Open Sans', sans-serif;
        color:#ababab;
        float:left;
        width:280px;
        margin-right:20px;
}

footer .wrapper .column.midlist ul li
{
        display: inline;
        width:auto;
        padding:0 0 10px 25px;
        margin-bottom:10px;
        vertical-align: middle;
        
       /* border-bottom: 1px solid #444444; */
       /* background:url(img/arrowright2.png) left 6px no-repeat; */
}

footer .wrapper .column.midlist ul li a:hover
{
        color:#fff;
}

footer .wrapper .column.rightlist ul li
{
        display:block;
        width:auto;
       
}

footer .wrapper .column.rightlist ul li a span
{
        margin-left:95px;
        display:block;
}

footer .wrapper .column.rightlist ul li a img
{
        transition: border .25s ease;
        float:left;
        border:3px solid #444444;
}

footer .wrapper .column.rightlist ul li a img:hover
{
        border-color: #5e5e5e;
}

footer .wrapper .column h4
{
        font-size: 16px;
        color: #fff;
        border-bottom: 2px dotted #848484;
        padding: 0 0 6px 0;
        margin-bottom: 15px;
        text-align: center;
}

footer .wrapper .column h5
{
		position: relative;
		top: -77px;
		left: 70px;
}

#copyright
{
        background: #1D1D1D;
        height: 35px;
        position:absolute;
        bottom:0;
        left:0;
        width:100%;
}
#copyright .wrapper
{
        font-family: 'Open Sans', sans-serif;
        padding-top:25px;
        color: #5e5e5e;
        font-size:14px;
        position:relative;
}
#copyright .wrapper .social
{
        position:absolute;
        right:0;
        top: 5px;
}
#copyright .wrapper .social a
{
        transition: opacity .25s ease;
        opacity: 0.3;
        margin-left: 12px;
        display:block;
        float:left;
}
#copyright .wrapper .social a:hover
{
        opacity: 0.7;
}
#copyright .wrapper a
{
        color: #ABABAB;
}

#copyright .wrapper a:hover
{
        color: #fff;
}


contactus
{
	position: relative;
	top: -10px;
}



/* SKIPLINK */
.go-top
{
        position: fixed;
        bottom: 2em;
        right: 2em;
        text-decoration: none;
        color: white;
        background-color: rgba(0, 0, 0, 0.3);
        font-size: 12px;
        padding: 1em;
        display: none;
}

.go-top:hover
{
        background-color: rgba(0, 0, 0, 0.6);
}


/* SLIDESHOW */
/* Prevent the slideshow from flashing on load */
.slidesjs-container
{
        border-top: 1px #d6d0c1 solid;
}
#slides
{
        display: none
}

/* Center the slideshow */
.container
{
        width:auto;
        margin: 0 auto;
        position:relative;
}

/* Show active item in the pagination */
.slidesjs-pagination .active
{
        color:red;
}

#slider_content1 p .responsive_button, #slider_content2 p .responsive_button, #slider_content3 p  .responsive_button
{
        display:none;
        color:#000;
}


/* MISC */
.clear
{
        clear:both;
}
.hidden
{
        position:absolute;
        clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
          clip: rect(1px, 1px, 1px, 1px);
}


/* MEDIA QUERIES FOR A RESPONSIVE LAYOUT */

@media (max-width: 1215px)
{
        #slider_content1, #slider_content2, #slider_content3
        {
                width:auto;
                margin-right:50px;
        }
        #slider_content1 h2, #slider_content2 h2, #slider_content3 h2
        {
                font-size:18px;
        }
        #slider_content1 p, #slider_content2 p, #slider_content3 p
        {
                font-size:14px;
        }
        #slider_content1 p .responsive_button, #slider_content2 p .responsive_button, #slider_content3 p  .responsive_button
        {
                display:inline;
        }
        .container .button
        {
                display:none;
        }
}

@media (max-width: 915px)
{
        #boxcontent article
        {
                float: none;
                margin: 30px auto 0 auto;
                width: 60%;
        }
        #spacer
        {
                font-size:15px;
        }
        #spacer .search
        {
                margin-top:19px;
                margin-right:-385px;
        }
        #spacer p
        {
                margin-left:-370px;
        }
        input
        {
                padding:4px;
                font-size:14px;
        }
        input[type="submit"]
        {
                padding: 1px 14px;
        }
        #four_columns
        {
                width: 500px;
        }
        #four_columns .img-item:nth-of-type(3), #four_columns .img-item:nth-of-type(4)
        {
                margin-top: 25px;
        }
        #text_columns article.column1, #text_columns .column2
        {
                float:none;
                max-width: 500px;
                margin: 50px 30px 0 30px;
        }
        .column2 .row
        {
                float:none;
                margin:0 0 40px 50px;
        }
        footer .wrapper .column
        {
                font-size: 12px;
                width: 230px;
        }
}

@media (max-width: 765px)
{
        .container
        {
                height:1px;
                top: -1500px;
        }
        header
        {
                height:120px;
        }
        header nav
        {
                right: auto;
                bottom: auto;
                left: 50%;
                top:100px;
                margin-left: -184px;
        }
        #spacer
        {
                height:100px;
        }
        #spacer p
        {
                text-align:center;
                position:static;
                margin: 0 auto;
                padding:15px 0 7px 0;
        }
        #spacer .search
        {
                text-align:center;
                position:static;
                margin: 0 auto;
        }
        footer
        {
                padding-bottom:70px;
                height: auto;
        }
        footer .wrapper
        {
                width: 350px;
                margin: 0 auto;
        }
        footer .wrapper .column
        {
                margin-top:30px;
                float:none;
                font-size: 14px;
                width: auto;
        }
        footer .wrapper .social
        {
                display:none;
        }
}

@media (max-width: 500px)
{
        header
        {
            margin-top: 80px;
            text-align: center;
        }        
        #spacer
        {
                height:auto;
                padding-bottom:15px;
        }
        #four_columns
        {
                width:auto;
        }
        #four_columns .img-item
        {
                width: 200px;
                float:none;
                margin: 25px auto 0 auto;
        }
        #four_columns h2
        {
                margin: 0 30px;
        }
        .column2 .row
        {
                margin: 0 0 40px 10px;
                width:auto;
        }
        footer .wrapper
        {
                width:auto;
        }
        footer .wrapper .column
        {
                margin: 0 auto 15px auto;
                max-width:300px;
        }
        input
        {
                width:auto;
        }
        #mobileMenu
        {
                display: block;
                z-index: 99;
        }
        .toggleMobile
        {
                position: fixed;
                top: 10px;
                left: 10px;
                display: block;
                width: 40px;
                height: 36px;
                cursor: pointer;
                z-index: 999;
        }
        .toggleMobile span.menu1, .toggleMobile span.menu2, .toggleMobile span.menu3
        {
                display: block;
                position: absolute;
                width: 40px;
                height: 8px;
                left: 0;
                background: #EDA28C;
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile span.menu1
        {
                top: 0;
        }
        .toggleMobile span.menu2
        {
                top: 14px;
        }
        .toggleMobile span.menu3
        {
                top: 28px;
        }
        .toggleMobile.active span.menu1
        {
                top: 14px;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile.active span.menu2
        {
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile.active span.menu3
        {
                opacity: 0;
                -webkit-transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        header nav
        {
                display:none;
        }
        header h1
        {
                font-size:40px;
        }
        header p
        {
                margin-left: 60px;
                font-size:14px;
        }
}

/* KEYFRAMES */

@keyframes stylie-transform-keyframes {
  0% {transform:translateX(30px) translateY(46px) rotate(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
  100% {transform:translateX(260px) translateY(-150px) rotate(0deg) translate(-50%, -50%);}
}

@keyframes stylie-transform2-keyframes {
  0% {transform:translateX(40px) translateY(40px) rotate(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
  100% {transform:translateX(50px) translateY(40px) rotate(0deg) translate(-50%, -50%);}
}