/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

h2 {
    text-align: center;
}

h2#title {
background-color: #A8A9AD;
border-bottom: 8px solid #FFFFFF;
color: #FFFFFF;
font-size: 18px;
line-height: 21px;
/* margin: 0 -41px; */
padding: 8px;
text-align: center;
text-transform: uppercase;
width: 100%;
}

h2#block-title {
    background-color: #0F75BD;
    border-bottom: 8px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 21px;
    /*margin: 0 -33px 0 0;*/
    margin: 0 0 0 0;
    padding: 8px;
    text-align: center;
    text-transform: uppercase;
}

ul#links a {
    text-decoration: none;
    color:black;
}

ul#links a:hover {
    text-decoration: underline;
    color:#57B7E1;
}

/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 14px/24px Helvetica, Helvetica Neue, Arial;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

/* ===================
    ALL: Orange Theme
   =================== */

.header-container {
    background-color :#6D6E72;

}


.footer-container,
.main aside {
}


.footer-container,
.main aside {
    background: white;
    color:#FFFFFF;
}

.title {
    color: white;
}


.search {
    display:block;
    float:right;
    margin-top: 20px;
}


/* ==============
    MOBILE: Menu
   ============== */

/* =Nav
----------------------------------------------- */

     #menuBtn {
	display:block;
	font-size:1.2em;
	padding:0.25em;
	margin:0.25em 0 ;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	text-align:center;
}




/* =Nav
----------------------------------------------- */

nav ul {
	display:none;
	margin:1em;
	padding:0;
	font-size:1.2em;
}

nav ul ul{
	font-size:1.0em;
}

nav li li {
	font-size:0.8em;
}

nav a {
	text-decoration: none;
	color:#FFF;
}


nav {
	clear:both;
    background: #6D6E72;
}



/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 25px 0 10px 0;
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: white;
    padding: 0px 5% 10px;
}

.footer-container footer {
    background-color: #6D6E72;
    color: white;
    padding: 1px 0;
    text-align: center;
}

.footer-container footer p {
    font-size:12px;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles --- TABLES STYLING
   ========================================================================== */


/*
Generic Styling, for Desktops/Laptops
*/
table {
  width: 100%;
  border-collapse: collapse;
}
/* Zebra striping */
tr:nth-of-type(odd) {
  background: #eee;
}
th {
  background: #0F75BD;
  color: white;
  font-weight: bold;
}
td, th {
  padding: 6px;
  border: 1px solid #ccc;
  text-align: left;
}


/*
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	tr { border: 1px solid #ccc; }

	td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
	}

	td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}

	/*
	Label the data
	*/
	td:nth-of-type(1):before { content: "Referance"; }
	td:nth-of-type(2):before { content: "Title"; }
	td:nth-of-type(3):before { content: "File"; }

}












/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {
    #block-search-form .form-text {
        width:100px;
    }

/* ====================
    INTERMEDIATE: Menu
   ==================== */

/* =Nav
----------------------------------------------- */

     #menuBtn {
	display:block;
	font-size:1.2em;
	padding:0.25em;
	margin:0.25em 0 ;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	text-align:center;
}



/* =Nav
----------------------------------------------- */

nav ul {
	display:none;
	margin:1em;
	padding:0;
	font-size:1.2em;
}

nav ul ul{
	font-size:1.0em;
}

nav li li {
	font-size:0.8em;
}

nav a {
	text-decoration: none;
	color:#FFF;
}


nav {
	clear:both;
    background: #6D6E72;
}







    .search {
    display:block;
    float:right;
    margin-top:-20px;
}







/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    /*nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }*/

}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */

    .header-container,
    .main aside {
        /*-webkit-box-shadow: 0 5px 10px #aaa;
           -moz-box-shadow: 0 5px 10px #aaa;
                box-shadow: 0 5px 10px #aaa;*/
    }

/* ============
    WIDE: Menu
   ============ */




#menuBtn {
	display:none;
}

nav {
	clear:none;
	/*box-shadow:0px 5px 10px -5px #000;*/
	z-index:99999;
	position:relative;
    background: #6D6E72;
}

nav .inner {
	/*text-align:center;*/
}

nav ul {
	display:block;
	overflow:hidden;
	margin:0;
	padding:0;
}


nav li ul {
	position:absolute;
	width:12em;
	left:-9999em;
	display:block;
	text-align:left;
}


nav li {
	font-size:16px;
	display:inline-block;
}


nav a {
	display:block;
	padding:0.5em 1em;
    color: #ffffff;
    text-decoration: none;
}



nav li li {
	display:block;
    background: #6D6E72;
}

nav li:hover ul, nav li.sfHover ul {
	left:auto;
}

/*** Superfish mega menu essential styles ***/

.sf-menu li:hover > .sf-mega,
.sf-menu li.sfHover > .sf-mega {
  display: block;
}

/*** END Superfish mega menu essential styles ***/

/* ============
    WIDE: Main
   ============ */

    .main article {
        float: left;
        width: 57%;
    }

    .main aside {
        float: right;
        width: 28%;
    }
/*
    .column1 {
        width: 214px;
        margin: 2%;
        float: left;
        border-right:1px solid #aaa;
    }

    .column2 {
        width: 472px;
        margin: 2%;
        float: left;
    }

    .column3 {
        width: 214px;
        margin: 2%;
        float: left;
        border-left:1px solid #aaa;
    }
    */


     .column1 {
        width: 20%;
        margin: 2%;
        float: left;
        border-right:1px solid #aaa;
    }

    .column2 {
        width: 45%;
        margin: 2%;
        float: left;
    }

    .column2#inside {
        width: 70%;
        margin: 2%;
        float: left;
    }

    .column3 {
        width: 20%;
        margin: 2%;
        float: left;
        border-left:1px solid #aaa;
    }

}

@media only screen and (min-width: 1140px) {


/* ===============
    Maximal Width
   =============== */

    .wrapper {
        /* width: 1026px; /* 1140px - 10% for margins */ */
        margin: 0 auto;
    }

    .logo {
      padding-left:19px;
      /* width:50%; */
      text-align: center;
    }

}

.maxwidth100{
    max-width: 100%;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@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,
    blockquote {
        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;
    }
}




@media only screen and (max-width: 1080px) {






}

.form-item{margin:1.5em 0;}
.form-item input.error,.form-item textarea.error,.form-item select.error{border:1px solid #c00;}
.form-item label{display:block;font-weight:bold;}
.form-item label.option{display:inline;font-weight:normal;}
.form-required{color:#c00;}
.form-item .description{font-size:0.85em;}
.form-checkboxes .form-item,.form-radios .form-item{margin:0;}
.form-submit{}.container-inline div,.container-inline label{display:inline;}
.tips{}.password-parent,.confirm-parent{margin:0;}#block-search-form{width:30%; float:right;}
#block-search-form .form-text{border:1px solid #B7B7B7;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;behavior:url(http://sd52policy.com/sd52root/sites/all/themes/sd52/css/PIE.htc);height:17px;width:190px;margin:0;padding:3px 25px 3px 3px;}#block-search-form .form-submit{background-color:#0F76BB;border:1px solid #0F76BB;-moz-border-radius:0 6px 6px 0;-webkit-border-radius:0 6px 6px 0;border-radius:0 6px 6px 0;behavior:url(http://sd52policy.com/sd52root/sites/all/themes/sd52/css/PIE.htc);height:17px;width:17px;padding:3px;position:absolute;top:0;left:195px;}#user-login-form{text-align:left;}#user-login-form ul{margin-bottom:0;}html.js #user-login-form li.openid-link,#user-login-form li.openid-link{margin-top:1.5em;margin-left:-20px;}#user-login-form li.user-link{margin-top:1.5em;}#user-login ul{margin:1.5em 0;}form th{text-align:left;padding-right:1em;border-bottom:3px solid #ccc;}form tbody{border-top:1px solid #ccc;}form tr.even{background-color:#fff;}form table .item-list ul{margin:0;}
