@charset "utf-8";

/* color variables (do not use - for reference only)
:root {
  --main-color: #36597c;
  --main-color-menu: #2f719d;
  --accent-color: #347cad;
  --accent-color-lighter: #89bbdc;
  --accent-color-lightest: #d8e8f3;
  --off-color: #014c8b;
  --sidebar-color: #edf3f8;
}
*/


body{
	margin: 0;
	padding: 0;
	/*text-align: center;*/
	background-color: #f2f2f2;
    background-image: url(https://webcontent.alaska.gov/style/soa/20170315/images/2016-background.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 -40px;
	
}

img {
	display: block;
    max-width: 100%;
    height: auto;
    border: 0
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: #222;
    font-size: 1em;
    /*line-height: 1.6;*/
    overflow-x: auto;
    opacity: 1;
}

header, main, aside, footer {
	display: block;
}

.employee_photo img {
	max-width: 80%;
	margin: auto;
}

ul li small {font-size:.9em;}

/*Clears both left and right float*/
.clear{
	clear: both;	
}

/*Float item left of content below it*/
.left{
	float: left;	
}

.pad-r-10px {padding-right:10px}

/*Float item right of content below it*/
.right{
	float: right;	
}

/*Hide elements for screen readers*/
.hidden{
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

a.visuallyhidden {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    color: rgb(255, 255, 255);
    left: 5px;
    position: absolute;
    top: -48px;
    z-index: 100;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 2px 2px;
    background: none;
    padding: 10px;
    transition: top 1s ease-out 0s, background 1s linear 0s;
    text-decoration: none;
}

a.visuallyhidden:active, a.visuallyhidden:focus {
    left: 5px;
    position: absolute;
    top: 10px;
    background: rgb(54, 130, 180);
    outline: 0px;
    transition: top 0.3s ease-in 0s, background 0.5s linear 0s;
}




.site-container {
    max-width: 60em;
    width: 100%;
    margin: auto;
	max-width: 960px;

}

.global-nav-menu a:hover,a:hover {
    text-decoration: underline
}

.global-nav-menu {
    background: #072f49;
    padding: 5px;
    border-top: 3px solid #edbd03
}

.inline-div {
    margin: 0 auto;
    max-width: 960px
}

.global-nav-menu .inline-div>ul {
    display: inline-block;
    font-size: .75em;
    line-height: 1em;
    margin: 0;
    padding: 0;
    text-align: right;
    max-width: 960px;
    width: 100%;
    vertical-align: bottom
}

.global-nav-menu .inline-div ul li{
	margin: 0
}

.global-nav-menu a {
    color: #FFF;
    padding: 0 .63em;
    letter-spacing: 1px;
    font-weight: normal;
}

.global-nav-menu .inline-div>ul>li {
    display: none;
    overflow: hidden;
    padding: 10px 0 7px;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap
}

.global-nav-menu .inline-div>ul>li:last-child {
    display: inline-block
}

.global-nav-menu .inline-div>ul>li:first-child {
    display: block;
    margin: 0 0 0 10px;
    padding: 0;
    position: absolute;
    text-align: left;
    width: 12em
}

.global-nav-menu .inline-div>ul>li:first-child a {
    background-image: url("https://webcontent.alaska.gov/style/soa/20170315/images/2016-soa-logo.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 138px 33px;
    display: inline-block;
    text-indent: -999999px;
    width: inherit;
    padding: 12px 0
}





header.site-header {

	background-color: #36597c;
	box-sizing: border-box;
    float: left;
    color: #fff;
    padding: 8px;
    margin: 0;
	max-width: 960px;
    width: 100%
}

header.site-header .wrap {
    max-width: 960px;
    margin: 0 auto;
	position: relative;
}

header.site-header .title-area {
    float: left;
    font-weight: lighter;
    line-height: 1;
    overflow: hidden;
    padding: 0;
    width: 100%
}

header.site-header .title-area,html {
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif
}

.title-area a:hover,header.site-header .title-area a, header.site-header .title-area h1 {
    color: #fff;
    text-decoration: none
}

.site-logo {
    float: left;
    width: 12%;
    max-width: 72px;
    margin-right: 5px
}

.site-logo img {
    margin: 0;
    padding: 0;
    width: auto
}

legend {
    border: 0;
    padding: 0;
}

fieldset {
    border: 0px solid #000000;
    margin: 0;
    padding: 1em;
    background-color: #ffffff;
}

button,
h1 span.site-title,
select {
    text-transform: none
}

button,input,select,textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,input {
    line-height: normal
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}


button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

h1 {
    margin: .67em 0
}

h1 span.site-description,h1 span.site-title {
    float: left;
    text-align: center;
    width: 100%;
    font-weight: 300
}

h1 span.site-title {
    font-size: .563em;
    line-height: normal;
    margin-top: -10px;
    padding: 0 20px;
    vertical-align: middle
}

h1 span.site-description  {
    font-size: .813em;
    letter-spacing: 1px;
    margin: 0 0 8px;
    padding: 0;
	text-transform: uppercase
}



.agency-navigation:after,.agency-navigation:before,.block:after,.block:before,.clearfix:after,.clearfix:before,.entry-content:after,.entry-content:before,.entry:after,.entry:before,.footer-block:after,.footer-block:before,.nav-secondary:after,.nav-secondary:before,.pagination:after,.pagination:before,.site-container:after,.site-container:before,.site-footer:after,.site-footer:before,.site-header:after,.site-header:before,.site-inner:after,.site-inner:before,.wrap:after,.wrap:before {
    clear: both;
    content: " ";
    display: table
}

.site-header.js_search_enabled #search-form {
    display: none
}

.site-header.js_search_enabled #search_icon_placeholder,.site-header.js_search_icon_was_clicked #search-form {
    display: block
}

.site-header.js_search_icon_was_clicked #search_icon_placeholder {
    display: none
}

#search_icon_placeholder {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAYCAYAAAAPtVbGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABSZJREFUeNqsVmss3WcYf85x3DklrnEb0mmZS8dU3K+tpojVQlyGRLKURGOybypaCTEfZPuwjMSi8WGhQtshMxuhJkHoiHtsiFtH1f12aLHf80//J86xLf3gSV5/7/X3Ps/ze37vkayvr9Pbt29pcnKSrK2taWpqirS0tDxbWlrMhoaG7gYEBNypra3dhlFsbKz84OBgbGFhoaC6unoL/faMjAwKCgoiuVxORkZG9ObNG1I3mfjPyckJXbp0yQCt5P79+/HT09MW8/Pz1NbWxtNy/lNeXs6fj7Cm4d69ewTAL8zNzX/Q0NCg/7W1tTVaXl6m2dlZSX19/XMTE5NTDL93KywsXJybm3PjC21ubtLr16/PNWHi9PRU8/Hjx79pa2srN0ul0lPc8CA8PHyjpKRkq7S0dCs1NXXTwMBgVx0oJydnDWdcgWe0sbFxrtHOzg5NTEw8srOzU9kYFRX1R1xcXHRKSgrhpvKlpSV5WVkZ+fn5fVBUVPQX8qayvqGhYQJA9OrVK1pZWVFpMqC7FhcXJ7O7bJqamoQ4f4tvLjwTPH358uU2x51dxyFzmZmZIbdu3fr95s2b9kwctoKCgqvOzs5ZWF/OYCqJR5g+RHK1xIHIyMguCwuLXACxh6S+gQkC0EUvLy+/ioqKjoSEhCs8zmurqqo+htHe3p4qCCiXzYlnQ7wpKSmpDCCkr69Pvb29TGdhTiKR0PHxsdDYu8PDw799fHyCXVxcXoyPj1sz+MzMTGJeXt7XiMqMCsjIyIiX2AkNDT1aXV0d4FrhQz09PUlXV5epSjo6OsTgMTEx1NnZSV1dXYRwrgQHB88zCO+Hh4bNzc2OCKsqCCaUnWvXrgmHoNiEMIleKBQK2t/fp+vXr3PihT7f3NjYmEAYsX5oa2uLxsbGhO+/FuNFGHsvNhUQKysrZQcyQk1NTQK3eSHTm8MVFhYmfHt6erhomX3CPIcQeVDu5zw6OjoKBa4C4ubm9gLfMO50dHRoJSYmfuLq6trIG5BEIWSoGZLJZALnGxsbCVpGzCIQxgJzduJh0L6d6OjoGQ63Cgjq4TtLS8swZtju7i7V1NR8hQQ38m2hUXR0dCQs5BxxrTAo1xK8MOrv7+8Uk86GHNVCmmbOURiU/XN4ePiosrJSyHJra2sQAL7x9vbO5RCpq6qDgwNBgSk7OzsGTLwqjoPO9PDhw14uTrG2IE0CCWRgyai/v39EXV1dJwakfCgk5EswLRiLCiDfzcibnMNlamq6zSoMihb19fWFnk2woaHh3CPYWWZxZDjUku7ubiFhSPovWVlZkUxP8RY4RBESEqKIiIiQcn90dPT06dOnMoRDX10J2C5fvtyGkN1guvMFWIby8/NJwoXFA7a2ttLBwcH29PT0EL7B+xjniOtFBOQ+5OZnPBcxuMgJKwO/O9J3N+YQnYB+oYGBgX729vad8G5fne+iMXVRlDt4EX9EKJV8ZckZGBi4DQp36OnpSZS5OXsrThrY1IM8hDo5OQXEx8c3I5kEfdo2MzPbTk5OprS0tDEbG5vPHjx4cAcHfQ663+Vn+6yAAigIQL/iopoMJFWvWB7kNx81Mejr6xuPujHGobZ4w23x3htB4n0gjk8g+e1Mb7QG1Nrts0X9DigC7HsOr2X/KSvMJsRUAW1TMBkYmJWAv2IYRWUGUIuHh8enCP2zxcVFZV3hd4Iv9jyTXoRmMTC8+wmhu3E2dLB9zH0vuyhhZI8A1Obu7h6DcDWhXvbhTSRy3f2PAAMAVXfzurX4bzgAAAAASUVORK5CYII=);
    
	background-color: #EEE;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 66%;
    border: 1px solid grey;
    border-radius: 5px;
    display: none;
    float: right;
    height: 29px;
    right: 10px;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 10%;
    max-width: 44px
}

#search_icon_placeholder:hover {
    cursor: pointer;
    border: 1px solid #000;
    background-color: #fff
}

#search-form {
    width: 240px;
    vertical-align: top;
    margin: 0 auto;
    padding: 0
}

.search-soa [type=search] {
    height: 29px;
    width: 65%;
    border: 0;
}

#search-button {
    cursor: pointer;
    border: none;
    width: auto;
    padding: 5px 15px;
    background-color: #ccc;
    color: #222;
    margin: 0;
    font-size: .875em;
    vertical-align: top
}

.search-form-expanded {
    text-align: right;
    margin: 8px 0 0 0;
    font-size: 80%;
    font-weight: 700
}

#search-label-site,
#search-label-soa {
color: white;
}

#search-form fieldset {
    background: 0 0;
    padding: 0;
    margin: 0
}

#search-form legend {
    text-indent: -99999px;
    position: absolute
}

label#search-label-site {
    padding: 0 15px 0 0
}

#search-field-big {
	box-sizing: border-box;
    color: black;
}

#notice {
	background-color: #FFF;
}

#bottom_links {
	overflow: hidden;
	padding: 4px;
	padding-bottom: 0px;
}



@media screen and (min-width: 22.8em) {
    .site-title {
        width:100%
    }

    #search_icon_placeholder {
        width: 38px;
        height: 33px
    }
}

@media only screen and (min-width: 36em) {
    .global-nav-menu .inline-div>ul>li {
        display:inline-block;
        padding: 20px 0 3px
    }

    .global-nav-menu .inline-div>ul>li:last-child {
        display: none
    }

    .title-area {
        max-width: 650px;
        margin: 0 auto
    }

	h1 span.site-title 	{
        text-align: left;
        padding: 0;
        width: auto
    }

	h1 span.site-description {
        text-align: left;
        width: 87%
    }
}

@media screen and (min-width: 48em) {
    .title-area {
        margin:0
    }

    .site-header.js_search_enabled #search_icon_placeholder {
        display: none
    }

    .site-header.js_search_enabled #search-form {
        display: block
    }

    #search-form {
        float: right
    }

    #SOAfooterlinks ul {
        padding: 0;
        margin: 0 0 16px;
        text-align: center
    }
}

@media screen and (min-width: 60em) {
    header.site-header {
        margin:2em 0 0
    }
}

@media print {
    body {
        text-align: left;
        background: #fff;
        color: #000
    }

    blockquote,div,form,h1,h2,h3,h4,h5,h6,img,li,object,ol,p,small,table,tbody,td,tr,ul {
        padding: 0
    }

    #SOAfooterlinks,#menu-statewide-navigation,#search-form,.agency-navigation {
        display: none
    }

    #search_icon_placeholder {
        border: none
    }
}



/*This is the style for the footer; defines the background that runs the bottom of the page*/
#footer{
	display: block;
	width: 100%;
	text-align: center;
	margin: auto;
}

#footer .copyright {
    margin: 8px 0;
    font-size: .875em;
    text-transform: uppercase;
}

#footer .copyright a {
    margin: 8px 0;
    font-size: .875em;
    text-decoration: underline;
    color: #222;
}


.global-footer a{
    color: #222;
	text-decoration: underline;
}

#footer .global-footer a:hover,
#footer .global-footer a:focus {
	text-decoration: none;
}

.global-footer {
    color: #222;
    padding: .5em 0
}

#SOAfooterlinks ul {
    padding: 0;
    margin: 0 16px 16px
}


#SOAfooterlinks ul li{
    display: inline;
    font-size: 80%;
    text-align: center;
    margin: 0 8px 0 0;
	color: #222
}



a.back-to-top {
    display: none;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAM1JREFUeNrs12ELgyAQBuDcPx9OxIlrErGfeysQBs4r7zwJohfuo/dEqFcKAIYjchsOygVTcl9Ks1evm4tRGn55cHpwUAP/Mb1hC3hsL9jBfpw07KE+XgoOQE9ohV/Az7iUosIqLWzNG8MxNIJcYgkvoVNlw0+qmkw5nsNzZaM5NVLENSjMeXrKW2LDEdkstfuCBW8ej8qTQIZHwtUapODAmGC+FfbAm9drPbmwa0CxibYLWwG0NMM3YSOI5l8tKKw7oMXe6vqTOD38FWAAl8JSohyMtPcAAAAASUVORK5CYII=) center 43% no-repeat #2f719d;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
	transition: background-color 200ms;
}

a.back-to-top:active{
	background-color: #ffffe0;
}
