@charset "utf-8";
.navigation-dropdown
{
    width:400px !important;
}
.navigation-dropdown a:nth-child(2n) 
{
    background:#EFEFEF;
}
.tenPixelPadding
{
	padding:10px;
}

ul.blive_ControlCollectionRoot
{
    padding:0px;
    margin:0px 4px;
    height:16px;
    display:none;
    list-style-type:none;
    text-align:left;
}
.blive_PageEdit ul.blive_ControlCollectionRoot
{
    display:block;
}

ul.blive_ControlCollectionRoot li
{
    margin:0px;
    text-align:center;
    display:block;
    text-transform:capitalize;
    cursor:pointer !important;
    position:relative;    
    width: 192px;
    line-height:16px;
    color:White;
    background-color:#2f9ac5;
    background-repeat:no-repeat;
    background-position:right;
}    
ul.blive_ControlCollectionRoot li.hover
{
}

ul.blive_ControlCollectionRoot li li
{
    text-align:center;
    background-image:url(/img/arrow-go.png);
    background-position:right 5px center;
    background-repeat:no-repeat;
    background-color:#5cc7f2;
    line-height:30px;
}
ul.blive_ControlCollectionRoot li li:nth-child(2n)
{
    background-color:#55c0eb;
}    
.blive_ControlCollectionRoot .control-style {
    padding: 5px !important;
    background-image:url(/img/11-white.png);
    background-repeat:no-repeat;
    background-position: left 10px top 5px;
    margin-top:-14px;
    height:28px;
    width:194px;
}
.blive_ControlCollectionRoot .control-style-hover {
    padding: 5px !important;
    background-image:url(/img/11-white.png);
    background-repeat:no-repeat;
    background-position: left 10px top 5px;
    margin-top:-14px;
    height:28px;
    width:194px;
}
ul.blive_ControlCollectionRoot ul
{
	padding:0px;
    margin:0px;
    position:absolute;
    top:28px;
    border:1px solid #2f9ac5;
    left:0px;
    background-color:#2f9ac5;
    z-index:9999;
}
.cke_source.cke_enable_context_menu {
    max-width: 100%;
    padding:0px;
}
ul.blive_ControlCollectionRoot li li.hover
{
    background-color:#3ba6d1;
    cursor:pointer;
}

ul.blive_ControlCollectionRoot li.nohover * 
{
    display:none;
}

ul.blive_ControlCollectionRoot li.hover ul
{
    display:block;
}

.blive_ControlCollectionZone
{
    margin:0px;
    position:absolute;
    top:0px;
    left:192px;
    border:1px solid #2f9ac5;
    cursor:move;
}

.blive_ErrorText
{
	color:#ffffff;
	font-weight:bold;
}

.gridviewHeader
{
    background:#1ba1e2;
    color:#f5f5f5 !important;
    height:30px;
}
.gridviewHeader TH
{
    color:#f5f5f5 !important;
    padding-left:3px;
    font-weight:100;
}
.blive_EditBar .control-name {
    color: #fff;
    text-transform: capitalize;
    padding: 10px 0 0 10px;
    display: inline-block;
}
.cke_label {
    color: #000000 !important;
}
.gridviewHeader TH a
{
    color:#f5f5f5 !important;
    padding-left:3px;
}
.gridviewRow TH, .gridviewRow TD
{
    padding: 10px 5px;
}
.blive_footer
{
    background:#1ba1e2 !important;
    height:30px;
}
.add-new {
    margin: 0 0.5em !important;
    padding: 13px !important;
}
.blive_footer span
{
    color:white;
    font-weight:bold;
    padding:0 2px;
}
.blive_footer a:hover
{
    text-decoration:underline;
}
.blive_footer a
{
    padding:0 2px;
}
.blive_ButtonNo
{
    line-height:18px;
    display:table-cell;
    display:inline-block;
    padding:0px 4px;
    margin:0px 4px;
    background-color:#898ea1;
    color: #f5f5f5 !important;
    text-decoration:none;
}

.blive_ButtonNo:hover
{
	color:#f5f5f5 !important;
    border-color:#777777 #777777 #bbbbbb #bbbbbb;
}

div.blive_EditBar
{
    min-height:65px;
}

div.blive_EditBar input, div.blive_EditBar select
{
	vertical-align:middle;
	width:150px;
	font-family: Century Gothic, sans-serif;
}

div.blive_EditBar table
{
    height:30px;
    width:100%;
}

.blive_EditBar .blive_EditRoles
{
    display:none;
}

div.blive_Control.hover
{
    border-color:#999999;
}

.blive_ControlCreator
{    
    background-color:#5cc7f2;
    padding:3px;
    min-width:200px;
}
.blive_ControlCreator:nth-child(2n)
{
    background-color:#55c0eb;
}
.blive_ControlCreator:hover
{
    background-color:#3ba6d1;
    cursor:pointer;
    background-image:url(/img/plus.png);
    background-repeat:no-repeat;
    background-position: right 5px center;
}
.dragHelperDiv
{
    border:#888888 2px solid;
    display:block;
    height:65px !important;
    min-width:250px;
    max-width:350px;
    line-height:24px;
    z-index:999;
    background:#333;
}
.dropZoneTarget .blive_ControlCreator {
    background: #333;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 14px;
    height: 65px;
    padding: 5px;
    width: 100%;
    margin-bottom:5px;
}
.blive_PageEdit .blive_Control
{
    border:#f5f5f5 2px solid;
    padding:0px;
    margin-bottom:4px;
    position:relative;
}
.dragHelperDiv .blive_ControlCreator {
    background: none;
    color: #FFFFFF;
    cursor:move;
}
div.blive_Control.edit .blive_EditBar
{
    display:block;
}

div.dropZoneTarget, td.dropZoneTarget
{
    padding:10px;
    border:#c5c5c5 1px solid;
    background:url(/img/grey80.png);
    margin:10px 0;
    min-height:91px;
}
.formSection.dropZoneTarget {
    background: rgba(255,255,255,0.5);
    border: 2px solid #333;
    padding: 0px;
}
li.dropZoneParentOver
{
    color:Red;
}

.padding
{
    padding-bottom:2px;
}

#blive_MainEditBar_div
{
	top:0px;
	right:0px;
	width:100%;
	height:44px;
	min-height:44px;
	position:fixed;
    z-index:999;
    background:#5CC7F2;
    border-bottom: 2px solid #42add8;
}

#blive_MainEditBar_div table
{
	width:99%;
    margin:auto;
    background:none;
}

#blive_MainEditBar_div iframe
{}
#topFixed
{
    position:absolute;
}
#topFixedNew
{
    position:absolute;
    left:50px;
    top:15px;
    font-size:14px;
    color:#000099;
}
#topFixedNew img
{
    margin-top:-5px;
}
.nodisplay
{
	display:none;
}

.dropDownPanel
{
    width:180px;
    height:200px;
    overflow:auto;
    border:solid 1px #888888;
    background-color:#ffffff;    
    z-index: 1;
}

.dropDownPanel a
{
    display:block;
    line-height:18px;
    margin:0px;
    padding:5px;
}

.dropDownPanel a:hover
{
    background-color:#ffeeee;
}
#cke_1_bottom
{
    height: auto;
    left: 0;
    position: fixed;
    top: 44px;
    width: 100%;
    z-index: 999;
}
#cke_1_bottom #cke_1_path {
    display: none;
}
#cke_1_bottom #cke_1_resizer {
    display: none;
}


.admin-login {
    width: 100%;
    min-height: 50px;
    padding: 15px 0 0;
    background: #e4e4e8;
}
.cms-button.button {
    background: white none repeat scroll 0 0;
    float: left;
    padding: 4px 0 !important;
    border: 2px solid;
    color: #476695;
    font-size: 12px;
    font-family:Arial;
    letter-spacing:0;
}
.editMode .blive_EditBar .cms-button.button, .edit .blive_EditBar .cms-button.button {
    margin: 3px 5px 0px !important;
    min-width:110px;
}

.cms-button.button:focus, .cms-button.button:hover {
    background-color: #476695;
    border-color:#476695;
    color: white;
}
.cms-button.button.success {
    border-color: #4a831c;
    color: #4a831c;
}
.cms-button.button.success:hover, .cms-button.button.success:focus {
    background-color: #4a831c;
    color: white;
}
.cms-button.button.alert {
    border-color: #9e0c0f;
    color: #9e0c0f;
}
.cms-button.button.alert:hover, .cms-button.button.alert:focus {
    background-color: #9e0c0f;
    color: white;
}
.blive_EditBar .cms-button.button.alert {
    clear:both;
}
@media only screen and (min-width: 1024px) {
    .cms-button.button {
        min-width:110px;
    }
}
.displayNone
{
    display:none !important;
}
.search-results .gridviewHeader {
    display: none;
}
.searchResultsHighlight
{
    font-weight:bold;
}
.loader {
	position: fixed;
	left: 0px;
	top: 0px;
    display:none;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('/img/ajax-loader.gif') 50% 50% no-repeat rgba(249,249,249,0.6);
}

i.cms-info {
    font-size: 30px;
}
#secondModal {
    height: 80%;
    overflow: hidden;
}
.ccc-content p
{
}
.ccc-outer 
{
    width:250px !important;
}
.cms-pages-cat-ddl
{
    margin:0 10px !important;
    height:40px !important;
}
.cms-pages-search
{
    margin:0 !important;
    height:40px !important;
}
.cms-pages-button
{
    padding:10px !important;
    margin:0 0 0 15px !important;
}
.date-posted-date
{
    width:185px !important;
    display:inline-block !important;
}
.date-posted
{
    width:100px !important;
    display:inline-block !important;
}
.ajax__calendar_container
{
    width:290px !important;
    background:#fff;
    z-index:1;
}
.ajax__calendar_body
{
    width:270px !important;
}
.search-results tr td
{
    padding:10px;
}
.small-select
{
    width:200px !important;
}
.calendar-style table {
    width: 650px;
}
.gallery-browse-button a
{
    color:White !important;   
    background-color: #2BA6CB;
    display: inline-block;
    font-weight: normal !important;
    line-height: normal;
    margin: 0.5em;    
    padding: 0.275rem 1.75rem 0.2375rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    float:left;
    transition: background-color 300ms ease-out 0s;
}
.gallery-browse-button a:hover
{
    background:#2285a2;
}
/* CMS Control Images */
.dropZoneTarget .blive_Control {
    background: rgba(255,255,255,0.75);
}
.dropZoneTarget .blive_Control p, .dropZoneTarget .blive_Control dl
{
    padding:5px;
}
.blive_Control .blive_EditBar
{
    position:relative;
    margin-bottom:0px;
    cursor:grab;
    z-index: 2;
    background-color: #333;
    border-bottom:2px solid white;
}
.blive_Control .blive_EditBar:hover {
    background-color: #000;
}

/* Gallery */
.blive_Control.gallery_Slideshow .blive_EditBar
{
    background-image:url(/img/medium/row13/12.png);
    background-repeat:no-repeat;
    background-color: #333;
    background-position:right 10px top 17px;
}
.blive_Control.gallery_Manage_Galleries .blive_EditBar
{
    background-image:url(/img/medium/row13/11.png);
    background-repeat:no-repeat;
    background-color: #333;
    background-position:right 10px top 17px;
}
.blive_Control.gallery_Show_Galleries .blive_EditBar
{
    background-image:url(/img/medium/row13/11.png);
    background-repeat:no-repeat;
    background-color: #333;
    background-position:right 10px top 17px;
}
.blive_Control.gallery_Show_Gallery .blive_EditBar
{
    background-image:url(/img/medium/row13/11.png);
    background-repeat:no-repeat;
    background-color: #333;
    background-position:right 10px top 17px;
}
/* CMS */
.blive_Control.cms_Content .blive_EditBar
{
    background-image:url(/img/medium/row10/12.png);
    background-repeat:no-repeat;
    background-color: #333;
    background-position:right 10px top 17px;
}
.blive_Control.cms_Pixlr .blive_EditBar
{
    background-image:url(/img/medium/row10/14.png);
    background-repeat:no-repeat;
    background-color: #333;
    background-position:right 10px top 17px;
}
.blive_Control.cms_Accordion .blive_EditBar
{
    background-image:url(/img/medium/row6/6.png);
    background-repeat:no-repeat;
    background-color: #333;
    background-position:right 10px top 17px;
}
.blive_Control.cms_File_Manager .blive_EditBar
{
    background-image:url(/img/medium/row11/2.png);
    background-repeat:no-repeat;
    background-color: #333;
    background-position:right 10px top 17px;
}
.blive_Control.cms_Edit_Pages .blive_EditBar
{
    background-image:url(/img/medium/row11/12.png);
    background-repeat:no-repeat;
    background-color: #333;
    background-position:right 10px top 17px;
}
.blive_Control.cms_Edit_Page_Categories .blive_EditBar
{
    background-image:url(/img/medium/row10/3.png);
    background-repeat:no-repeat;
    background-color: #333;
    background-position:right 10px top 17px;
}
.blive_Control.cms_Manage_Generic_Content .blive_EditBar, 
.blive_Control.cms_Show_Generic_Content .blive_EditBar
{
    background-image:url(/img/medium/row15/9.png);
    background-repeat:no-repeat;
    background-color: #333;
    background-position:right 10px top 17px;
}
.blive_Control.cms_Edit_Navigation .blive_EditBar
{
    background-image:url(/img/medium/row1/12.png);
    background-repeat:no-repeat;
    background-color: #333;
    background-position:right 10px top 17px;
}
.blive_Control.cms_Manage_Roles .blive_EditBar
{
    background-image:url(/img/medium/row9/2.png);
    background-repeat:no-repeat;
    background-color: #333;
    background-position:right 10px top 17px;
}
.blive_Control.cms_Search_Results .blive_EditBar
{
    background-image:url(/img/medium/row4/1.png);
    background-repeat:no-repeat;
    background-color: #333;
    background-position:right 10px top 17px;
}
.blive_Control.cms_Folder_Viewer .blive_EditBar
{
    background-image:url(/img/medium/row11/3.png);
    background-repeat:no-repeat;
    background-color: #333;
    background-position:right 10px top 17px;
}
/* Media */
.blive_Control.Media_Media_Centre .blive_EditBar
{
    background-image:url(/img/medium/row4/5.png);
    background-repeat:no-repeat;
    background-color: #333;
    background-position:right 10px top 17px;
    }
.blive_Control.Media_Manage_Categories .blive_EditBar
{
    background-image:url(/img/medium/row9/9.png);
    background-repeat:no-repeat;
    background-color: #333;
    background-position:right 10px top 17px;
}
.blive_Control.Media_Manage_Slide_out_tabs .blive_EditBar
{
    background-image:url(/img/medium/row5/6.png);
    background-repeat:no-repeat;
    background-color: #333;
    background-position:right 10px top 17px;
}
.blive_Control.Media_Responsive_Gallery .blive_EditBar
{
    background-image:url(/img/medium/row12/8.png);
    background-repeat:no-repeat;
    background-color: #333;
    background-position:right 10px top 17px;
}
.blive_Control.Media_Manage_Calendar .blive_EditBar
{
    background-image:url(/img/medium/row9/6.png);
    background-repeat:no-repeat;
    background-color: #333;
    background-position:right 10px top 17px;
}
.blive_Control.Media_Twitter_Feed .blive_EditBar
{
    background-image:url(/img/medium/row4/10.png);
    background-repeat:no-repeat;
    background-color: #333;
    background-position:right 10px top 17px;
}
.blive_Control.Media_Show_Article .blive_EditBar
{
    background-image:url(/img/medium/row11/14.png);
    background-repeat:no-repeat;
    background-color: #333;
    background-position:right 10px top 17px;
}
.blive_Control.Media_Article_Summaries .blive_EditBar
{
    background-image:url(/img/medium/row11/14.png);
    background-repeat:no-repeat;
    background-color: #333;
    background-position:right 10px top 17px;
}
.blive_Control.Media_All_Article_Summaries .blive_EditBar
{
    background-image:url(/img/medium/row11/14.png);
    background-repeat:no-repeat;
    background-color: #333;
    background-position:right 10px top 17px;
}
.blive_Control.Media_Rss_Feed .blive_EditBar
{
    background-image:url(/img/medium/row8/9.png);
    background-repeat:no-repeat;
    background-color: #333;
    background-position:right 10px top 17px;
}
.blive_Control.Media_Google_Calendar_List .blive_EditBar
{
    background-image:url(/img/medium/row9/5.png);
    background-repeat:no-repeat;
    background-color: #333;
    background-position:right 10px top 17px;
}
/* Forms */
.blive_Control.form_builder_Form_Designer .blive_EditBar
{
    background-image:url(/img/medium/row11/10.png);
    background-repeat:no-repeat;
    background-color: #333;
    background-position:right 10px top 17px;
}
.blive_Control.form_builder_Form_Viewer .blive_EditBar
{
    background-image:url(/img/medium/row11/10.png);
    background-repeat:no-repeat;
    background-color: #333;
    background-position:right 10px top 17px;
}
.blive_Control.form_builder_Form_Submissions_Table .blive_EditBar
{
    background-image:url(/img/medium/row11/10.png);
    background-repeat:no-repeat;
    background-color: #333;
    background-position:right 10px top 17px;
}
/* Shop */
.blive_Control.Shop_Manage_Email_Templates .blive_EditBar
{
    background-image:url(/img/medium/row10/4.png);
    background-repeat:no-repeat;
    background-color: #333;
    background-position:right 10px top 17px;
}
.blive_Control.Shop_Manage_Products .blive_EditBar
{
    background-image:url(/img/medium/row12/13.png);
    background-repeat:no-repeat;
    background-color: #333;
    background-position:right 10px top 17px;
}
.blive_Control.Shop_Manage_Vouchers .blive_EditBar
{
    background-image:url(/img/medium/row5/3.png);
    background-repeat:no-repeat;
    background-color: #333;
    background-position:right 10px top 17px;
}
.blive_Control.Shop_Manage_Product_Infos .blive_EditBar
{
    background-image:url(/img/medium/row11/13.png);
    background-repeat:no-repeat;
    background-color: #333;
    background-position:right 10px top 17px;
}
.blive_Control.Shop_Manage_Shop_Option_Types .blive_EditBar
{
    background-image:url(/img/medium/row9/13.png);
    background-repeat:no-repeat;
    background-color: #333;
    background-position:right 10px top 17px;
}
.blive_Control.Shop_Manage_Orders .blive_EditBar
{
    background-image:url(/img/medium/row12/12.png);
    background-repeat:no-repeat;
    background-color: #333;
    background-position:right 10px top 17px;
}
.blive_Control.Shop_Payment_Thanks .blive_EditBar
{
    background-image:url(/img/medium/row5/4.png);
    background-repeat:no-repeat;
    background-color: #333;
    background-position:right 10px top 17px;
}
.blive_Control.Shop_Show_Basket .blive_EditBar
{
    background-image:url(/img/medium/row5/11.png);
    background-repeat:no-repeat;
    background-color: #333;
    background-position:right 10px top 17px;
}
.blive_Control.Shop_View_Product_Infos .blive_EditBar
{
    background-image:url(/img/medium/row5/9.png);
    background-repeat:no-repeat;
    background-color: #333;
    background-position:right 10px top 17px;
}
.blive_Control.Shop_View_Product_Info .blive_EditBar
{
    background-image:url(/img/medium/row5/8.png);
    background-repeat:no-repeat;
    background-color: #333;
    background-position:right 10px top 17px;
}
.blive_Control.Shop_Checkout .blive_EditBar
{
    background-image:url(/img/medium/row5/5.png);
    background-repeat:no-repeat;
    background-color: #333;
    background-position:right 10px top 17px;
}
/* Mailing */
.blive_Control.mailing_Manage_Mailing_Lists .blive_EditBar
{
    background-image:url(/img/medium/row10/5.png);
    background-repeat:no-repeat;
    background-color: #333;
    background-position:right 10px top 17px;
}
.blive_Control.mailing_Manage_Mailouts .blive_EditBar
{
    background-image:url(/img/medium/row10/5.png);
    background-repeat:no-repeat;
    background-color: #333;
    background-position:right 10px top 17px;
}
/* Memebership */
.blive_Control.membership_Manage_Users .blive_EditBar
{
    background-image:url(/img/medium/row9/4.png);
    background-repeat:no-repeat;
    background-color: #333;
    background-position:right 10px top 17px;
}
.blive_Control.membership_Login .blive_EditBar
{
    background-image:url(/img/medium/row9/14.png);
    background-repeat:no-repeat;
    background-color: #333;
    background-position:right 10px top 17px;
}
.blive_Control.membership_Edit_Profile .blive_EditBar
{
    background-image:url(/img/medium/row9/3.png);
    background-repeat:no-repeat;
    background-color: #333;
    background-position:right 10px top 17px;
}
.blive_Control.membership_SignUp .blive_EditBar
{
    background-image:url(/img/medium/row9/1.png);
    background-repeat:no-repeat;
    background-color: #333;
    background-position:right 10px top 17px;
}
.blive_Control.membership_Change_Password .blive_EditBar
{
    background-image:url(/img/medium/row3/6.png);
    background-repeat:no-repeat;
    background-color: #333;
    background-position:right 10px top 17px;
}
.blive_Control.membership_Password_Reset .blive_EditBar
{
    background-image:url(/img/medium/row3/5.png);
    background-repeat:no-repeat;
    background-color: #333;
    background-position:right 10px top 17px;
}
/* Forum */
.blive_Control.forum_Edit_Forums .blive_EditBar
{
    background-image:url(/img/medium/row6/2.png);
    background-repeat:no-repeat;
    background-color: #333;
    background-position:right 10px top 17px;
}
.blive_Control.forum_Forum .blive_EditBar
{
    background-image:url(/img/medium/row6/4.png);
    background-repeat:no-repeat;
    background-color: #333;
    background-position:right 10px top 17px;
}

/*
.formChildControl {
    background: none repeat scroll 0 0 #eeeeee;
    border: 1px solid;
}
*/

.formSection .formChildControl {
    padding:0 8px;
    margin:0;
    cursor:move;
}
.formChildControl:hover 
{
    opacity:0.8;
}
.formChildControl span, .formChildControl a {
    margin-left: 30px;
}
#ctl00_mainEditBar_ddlAdminMenu {
    margin-right: 20px;
    width: 300px;
}
.cms-button.adminarea {
    float: none;
    padding: 4px 10px !important;
    width: auto;
}
.blive_EditBar td > select {
    height: 24px;
    border-radius: 0;
    border: 2px solid #888;
    padding: 0 0 0 5px !important;
    text-transform: uppercase;
    margin: 6px 5px !important;
}
/* Blive Admin Area Styling */

.admin-area .blive_EditBar {
    color: white;
    padding: 20px;    
    line-height: 30px;
    box-shadow: 0 0 0px #ffffff;
    transition:0.1s;
}
.blive_EditBar > i {
    float: right;
    font-size: 200%;
    color:#000;
}
.admin-area .blive_Control .blive_EditBar:hover {
    box-shadow: 2px 2px 1px #9e9e9e;
    margin-left:-2px;
}
.cke_source {
    min-height: 200px !important;
}
.cke_top {
    padding:0 !important;
}
.cke_bottom {
    padding: 0 !important;
}
.cke_toolbox {
    display: block;
    padding: 5px !important;
}
.buttonYes
{
    background:url("/img/edit.png") no-repeat;
    color:transparent !important;
    float:left;
    width:20px;
    height:20px;
}
.buttonYes:hover
{
    background:url("/img/edit_hover.png") no-repeat;
    color:transparent !important;
}
.buttonNo
{
    background:url("/img/delete.png") no-repeat;
    color:transparent !important;
    float:left;
    width:20px;
    height:20px;
    text-shadow:none;
}
.header.button.expand .buttonNo {
    margin-left:10px;
}
.header.button.expand a {
    color: white;
}
.buttonNo:hover
{
    background:url("/img/delete_hover.png") no-repeat;
    color:transparent !important;
}
/* MISC MISC MISC MISC MISC MISC MISC MISC MISC MISC MISC MISC MISC MISC MISC MISC MISC MISC MISC MISC */

.highlight
{
    background-color:#ffe1c4;
}
label.FormLabel, span.FormLabel
{
    display:block;
    float:left;
    clear:both;
    width:12em;
    padding-right:4px;
    text-align:right;
}
.message
{
    color:Red;
    padding:5px;
}
.videoWrapper {
    width: 100%;
    text-align: center;
}
.videoWrapper iframe {
}
#popup {
    color: #FFFFFF;
    height: 35px;
    padding: 5px;
    text-align: center;
    width:100%;
    display:none;
    background:#999;
    z-index:9999;
    position:fixed;
}

.formSection.dropZoneTarget .formQuestionHeader {
    width: 300px !important;
}

#edit-accordion,.edit.cms_Content,.edit.cms_Iframe{
    overflow: hidden;
}
textarea.cke_source {
    white-space: pre-wrap;
}
.formDesignerSectionTitle {
    background: none repeat scroll 0 0 #c60f13;
    border: 1px solid #a41215;
    color: white;
    cursor: pointer;
    margin-top: 10px;
    padding: 10px;
}
.formDesignerAccordion .formDesignerSection {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #5da423;
    padding: 10px;
}
.formDesignerSectionTitleSelected {
    background: none repeat scroll 0 0 #5da423;
    color: white;
    margin-top: 10px;
    padding: 10px;
}
/* Forms */
input[type="text"], input[type="search"], input[type="password"], textarea, select {
    margin: 5px 0;
    padding: 10px 3px;
    width: 100%;    
    max-width: 300px;
    border-radius: 4px;
    border: 1px solid #999;
}
.contentbox {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #c5c5c5;
    padding: 10px;
}
.rolesWrap tr td {
    padding: 5px 3px;
}
.rolesWrap {
    border: 1px solid #c5c5c5;
    display: none;
}
.alignRight {
    display: inline-block;
}
.rolesWrap tr {
    background: #dbdbdb none repeat scroll 0 0;
}
.rolesWrap tr:nth-child(2n) {
    background: #e9e9e9 none repeat scroll 0 0;
}
.gridviewRow:hover {
    background:rgba(0,0,0,0.1) !important;
}
#ctl00_mainEditBar_tdViewMode select {
    margin-top: 3px;
    padding: 3px 4px 4px;
}
.alpha-picker td a {
    background: #eaeaea none repeat scroll 0 0;
    border: 1px solid #c5c5c5;
    color: #222;
    display: block;
    padding: 0.5em;
    transition: all 0.3s ease 0s;
    margin:1px;
}
.alpha-picker td:nth-child(2n) a {
    background: #f5f5f5 none repeat scroll 0 0;
}
.alpha-picker td a:hover {
    background: #fff;
    border:1px solid #999;
}
.nav-wrap .fa-sort {
    cursor:move;
}
.nav-wrap .fa-trash {
    color:#999; 
    transition:0.3s;
}
.nav-wrap .fa-trash:hover {
    color: #333;
}
.nav-wrap {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #c5c5c5;
    margin: 5px 0;
}
.nav-wrap a {
    color: #006a8f;
}
.nav-wrap a, .nav-wrap .fa-sort {
    display: inline-block;
    padding: 0.5em 1em;
    transition:0.3s;
}
.nav-wrap a:hover, .nav-wrap .fa-sort:hover {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
}
.navigation-tree > table .nav-wrap {
    background: #d3d3d3 none repeat scroll 0 0;
    border: 1px solid #666;
}
.navigation-tree > div > table .nav-wrap {
    background: #e6e6e6 none repeat scroll 0 0;
    border: 1px solid #888;
}
.navigation-tree > div > div > table .nav-wrap {
    background: #efefef none repeat scroll 0 0;
    border: 1px solid #bcbcbc;
}
.navigation-tree > div > div > div > table .nav-wrap {
    background: #fcfcfc none repeat scroll 0 0;
    border: 1px solid #d0d0d0;
}
.nav-wrap.dropZoneOver {
    background: #555 none repeat scroll 0 0 !important;
    border: 1px solid #111 !important;
}
.nav-wrap.dropZoneOver a {
    color:white;
}
.navigation-tree > table .nav-wrap a:last-of-type {
    display: none;
}
.gridviewRow .fa-circle-o.green {
    font-size: 2.1em;
}
.gridviewRow .fa-circle-o.red {
    font-size: 2.1em;
}
.gridviewRow .fa-stack-1x.fa-trash, 
.gridviewRow .fa-stack-1x.fa-pencil, 
.gridviewRow .fa-stack-1x.fa-times, 
.gridviewRow .fa-stack-1x.fa-check {
    font-size: 0.7em;
}
.fa.fa-circle-o.fa-stack-1x {
    font-size: 1.6em;
}
.fa.green {
    color: #00A600;
}
.fa.red {    
    color: #BF1E4B;
}
#ul-gallery {
    list-style: none;
    float: left;
    width: 100%;
    margin-left: 0 !important;
    margin-bottom: 20px !important;
}
#ul-gallery > li {
    float: left;
    padding: 10px !important;
}
#ul-gallery > li:first-child {
    padding-left: 0px !important;
}
.admin-area .button.expand {
    text-align: left;
    padding-left: 1vw;
    padding-top: 1em !important;
    padding-bottom: 1em !important;
}
.formChildControl a.fa {
    color: white;
    font-size: 1.4em;
    padding: 7px;
}
.formChildControl a.fa:hover {
    color: #999;
}

/* AJAX Calendar */
.cal_Theme1 .ajax__calendar_header  {
    background-color: #ffffff;
    margin-bottom: 4px;
}
.cal_Theme1 .ajax__calendar_title,
.cal_Theme1 .ajax__calendar_next,
.cal_Theme1 .ajax__calendar_prev    {
    color: #004080;
    padding-top: 3px;
}
.cal_Theme1 .ajax__calendar_dayname {
    text-align:center;
    font-weight:bold;
    margin-bottom: 4px;
    margin-top: 2px;
    color: #004080;
}
.cal_Theme1 .ajax__calendar_day {
    color: #004080;
    text-align:center;
}
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_day,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_month,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_year,
.cal_Theme1 .ajax__calendar_active  {
    color: #004080;
    font-weight: bold;
    background-color: #c5c5c5;
}
.cal_Theme1 .ajax__calendar_today   {
    font-weight:bold;
}
.cal_Theme1 .ajax__calendar_other,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_today,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_title {
    color: #bbbbbb;
}
.ajax__calendar_day {
    height: 18px !important;
    width: 30px !important;
}
.ajax__calendar_container TABLE {
    font-size: 12px !important;
}
.ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years {
    width: 100% !important;
}
.cal_Theme1 .ajax__calendar_body {
    background-color: #ffffff;
    border: solid 1px #999;
}
.cal_Theme1 .ajax__calendar_container   {
    background-color: #dedede;
    border: solid 1px #999;
}
.cms-button.button > i.fa {
    pointer-events:none;
}
.blive_Control.editMode {
    height: auto !important;
    position: relative;
    overflow:hidden;
}
.blive_Control.edit {
    border: 2px solid;
}

.blive_Control.edit > .blive_EditBar {
    background: #000;
    border-bottom: 2px solid;
}
#infoClick {
    background: none repeat scroll 0 0 #888888;
    color: white;
    cursor: pointer;
    margin: 15px auto 0;
    width: 97%;
}
#infoText {
    background: none repeat scroll 0 0 #f5f5f5;
    border: 1px solid #c5c5c5;
    margin: auto;
    padding: 10px;
    width: 97%;
}
.blive_EditBar td, .blive_EditBar tr {
    border: 0 !important;
    padding: 0 !important;
}
.cke_contents {
    overflow:visible !important;
}
#ctl00_mainEditBar_ddlViewMode > option {
    padding: 2px 10px;
}
i.fa.fa-question-circle {
    color: #555;
}
i.fa.fa-question-circle:hover {
    color: #000;
}

.label-width
{
    width:200px;
    display:inline-block;
}
.sort {
    text-align:center;
}
.galleryImageList>tbody>tr:nth-child(2) td>.sort:first-child,
.galleryImageList>tbody>tr:last-of-type td>.sort:last-child {
    display: none;
}
.prefix {
    width: 100px;
    padding: 9px 0px;
}
.no-results {
    padding:5px 10px 0 10px;
}
.moving-element {
    opacity: 0.7;
    cursor: grabbing !important;
    outline: 3px dotted red !important;
}
.link-space {
    word-break: normal;
}
form.blive_PageEdit .hint-text {
    display: block !important;
    padding: 15px 10px 5px;
    border: #ababab 1px solid;
    background: url(/img/grey80.png);
    border-bottom: 0;
    font-size: 16px;
    font-weight: bold;
}

form.blive_PageEdit .hint-text .fa {
    color: #9e0c0f;
    font-size: 12px
}

div.dropZoneTarget {
    border: #ababab 1px solid;
    border-top: 0;
    margin-top: 0
}

@media only screen and (max-height:400px), (max-width:576px) {

    .cky-modal {
        position: absolute !important;
        top: 50vh !important;
        transform: translate(-50%, -50%) !important;
    }

    .cky-preference-body-wrapper {
        min-height: 100px;
    }

    .cky-preference-center {
        min-height: 390px;
    }
}

@media only screen and (max-height:400px) {
    .cky-modal {
        top: 50px !important;
        transform: translate(-50%, 0) !important;
    }
}

.cky-consent-container {
    max-height: 90vh;
    overflow: auto;
}

/* Prevent image dragging */
/*form:not(.blive_PageEdit) #page img {
    pointer-events: none;
    -webkit-user-drag: none;
    user-select: none;
}

form:not(.blive_PageEdit) .admin-body img,
form:not(.blive_PageEdit) #page img.reorder {
    -webkit-user-drag: auto;
    user-select: all;
    pointer-events: auto;
}*/

/* NORMALISE CSS */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

script {
    display: none !important;
}

html {
    font-family: inherit; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

body {
    margin: 0;
}

a {
    background: transparent;
}

a:active,
a:hover {
    outline: 0;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: inherit;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
    display: inline-block;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    margin-right: 10px;
}

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
}

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;
}

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
    height: auto;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
a, a:selected, a:hover, a:active, a:focus {
    outline: 0;
    color: inherit;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition: 0.3s;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


a:hover {
    cursor: pointer;
}

img,
object,
embed {
    max-width: 100%;
    height: auto;
}

object,
embed {
    height: 100%;
}



#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
    max-width: none !important;
}
.left {
    float: left !important;
}

.right {
    float: right !important;
}

.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1200px;
    *zoom: 1;
}

.row:before, .row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.row .row {
    width: auto;
    margin-left: -0.5em;
    margin-right: -0.5em;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1;
}

.row .row:before, .row .row:after {
    content: " ";
    display: table;
}

.row .row:after {
    clear: both;
}

.column,
.columns {
    padding-left: 0.5em;
    padding-right: 0.5em;
    width: 100%;
    float: left;
}

@media only screen {

    .small-push-0 {
        left: 0%;
        right: auto;
    }

    .small-pull-0 {
        right: 0%;
        left: auto;
    }

    .small-push-1 {
        left: 4.16667%;
        right: auto;
    }

    .small-pull-1 {
        right: 4.16667%;
        left: auto;
    }

    .small-push-2 {
        left: 8.33333%;
        right: auto;
    }

    .small-pull-2 {
        right: 8.33333%;
        left: auto;
    }

    .small-push-3 {
        left: 12.5%;
        right: auto;
    }

    .small-pull-3 {
        right: 12.5%;
        left: auto;
    }

    .small-push-4 {
        left: 16.66667%;
        right: auto;
    }

    .small-pull-4 {
        right: 16.66667%;
        left: auto;
    }

    .small-push-5 {
        left: 20.83333%;
        right: auto;
    }

    .small-pull-5 {
        right: 20.83333%;
        left: auto;
    }

    .small-push-6 {
        left: 25%;
        right: auto;
    }

    .small-pull-6 {
        right: 25%;
        left: auto;
    }

    .small-push-7 {
        left: 29.16667%;
        right: auto;
    }

    .small-pull-7 {
        right: 29.16667%;
        left: auto;
    }

    .small-push-8 {
        left: 33.33333%;
        right: auto;
    }

    .small-pull-8 {
        right: 33.33333%;
        left: auto;
    }

    .small-push-9 {
        left: 37.5%;
        right: auto;
    }

    .small-pull-9 {
        right: 37.5%;
        left: auto;
    }

    .small-push-10 {
        left: 41.66667%;
        right: auto;
    }

    .small-pull-10 {
        right: 41.66667%;
        left: auto;
    }

    .small-push-11 {
        left: 45.83333%;
        right: auto;
    }

    .small-pull-11 {
        right: 45.83333%;
        left: auto;
    }

    .small-push-12 {
        left: 50%;
        right: auto;
    }

    .small-pull-12 {
        right: 50%;
        left: auto;
    }

    .small-push-13 {
        left: 54.16667%;
        right: auto;
    }

    .small-pull-13 {
        right: 54.16667%;
        left: auto;
    }

    .small-push-14 {
        left: 58.33333%;
        right: auto;
    }

    .small-pull-14 {
        right: 58.33333%;
        left: auto;
    }

    .small-push-15 {
        left: 62.5%;
        right: auto;
    }

    .small-pull-15 {
        right: 62.5%;
        left: auto;
    }

    .small-push-16 {
        left: 66.66667%;
        right: auto;
    }

    .small-pull-16 {
        right: 66.66667%;
        left: auto;
    }

    .small-push-17 {
        left: 70.83333%;
        right: auto;
    }

    .small-pull-17 {
        right: 70.83333%;
        left: auto;
    }

    .small-push-18 {
        left: 75%;
        right: auto;
    }

    .small-pull-18 {
        right: 75%;
        left: auto;
    }

    .small-push-19 {
        left: 79.16667%;
        right: auto;
    }

    .small-pull-19 {
        right: 79.16667%;
        left: auto;
    }

    .small-push-20 {
        left: 83.33333%;
        right: auto;
    }

    .small-pull-20 {
        right: 83.33333%;
        left: auto;
    }

    .small-push-21 {
        left: 87.5%;
        right: auto;
    }

    .small-pull-21 {
        right: 87.5%;
        left: auto;
    }

    .small-push-22 {
        left: 91.66667%;
        right: auto;
    }

    .small-pull-22 {
        right: 91.66667%;
        left: auto;
    }

    .small-push-23 {
        left: 95.83333%;
        right: auto;
    }

    .small-pull-23 {
        right: 95.83333%;
        left: auto;
    }

    .column,
    .columns {
        position: relative;
        padding-left: 0.5em;
        padding-right: 0.5em;
        float: left;
    }

    .small-1 {
        width: 4.16667%;
    }

    .small-2 {
        width: 8.33333%;
    }

    .small-3 {
        width: 12.5%;
    }

    .small-4 {
        width: 16.66667%;
    }

    .small-4-half {
        width: 20%;
    }

    .small-5 {
        width: 20.83333%;
    }

    .small-6 {
        width: 25%;
    }

    .small-7 {
        width: 29.16667%;
    }

    .small-8 {
        width: 33.33333%;
    }

    .small-9 {
        width: 37.5%;
    }

    .small-10 {
        width: 41.66667%;
    }

    .small-11 {
        width: 45.83333%;
    }

    .small-12 {
        width: 50%;
    }

    .small-13 {
        width: 54.16667%;
    }

    .small-14 {
        width: 58.33333%;
    }

    .small-15 {
        width: 62.5%;
    }

    .small-16 {
        width: 66.66667%;
    }

    .small-17 {
        width: 70.83333%;
    }

    .small-18 {
        width: 75%;
    }

    .small-19 {
        width: 79.16667%;
    }

    .small-20 {
        width: 83.33333%;
    }

    .small-21 {
        width: 87.5%;
    }

    .small-22 {
        width: 91.66667%;
    }

    .small-23 {
        width: 95.83333%;
    }

    .small-24 {
        width: 100%;
    }

    [class*="column"] + [class*="column"]:last-child {
        float: right;
    }

    .small-offset-0 {
        margin-left: 0% !important;
    }

    .small-offset-1 {
        margin-left: 4.16667% !important;
    }

    .small-offset-2 {
        margin-left: 8.33333% !important;
    }

    .small-offset-3 {
        margin-left: 12.5% !important;
    }

    .small-offset-4 {
        margin-left: 16.66667% !important;
    }

    .small-offset-5 {
        margin-left: 20.83333% !important;
    }

    .small-offset-6 {
        margin-left: 25% !important;
    }

    .small-offset-7 {
        margin-left: 29.16667% !important;
    }

    .small-offset-8 {
        margin-left: 33.33333% !important;
    }

    .small-offset-9 {
        margin-left: 37.5% !important;
    }

    .small-offset-10 {
        margin-left: 41.66667% !important;
    }

    .small-offset-11 {
        margin-left: 45.83333% !important;
    }

    .small-offset-12 {
        margin-left: 50% !important;
    }

    .small-offset-13 {
        margin-left: 54.16667% !important;
    }

    .small-offset-14 {
        margin-left: 58.33333% !important;
    }

    .small-offset-15 {
        margin-left: 62.5% !important;
    }

    .small-offset-16 {
        margin-left: 66.66667% !important;
    }

    .small-offset-17 {
        margin-left: 70.83333% !important;
    }

    .small-offset-18 {
        margin-left: 75% !important;
    }

    .small-offset-19 {
        margin-left: 79.16667% !important;
    }

    .small-offset-20 {
        margin-left: 83.33333% !important;
    }

    .small-offset-21 {
        margin-left: 87.5% !important;
    }

    .small-offset-22 {
        margin-left: 91.66667% !important;
    }

    .small-offset-23 {
        margin-left: 95.83333% !important;
    }
}

@media only screen and (min-width: 35.063em) {

    .medium-push-0 {
        left: 0%;
        right: auto;
    }

    .medium-pull-0 {
        right: 0%;
        left: auto;
    }

    .medium-push-1 {
        left: 4.16667%;
        right: auto;
    }

    .medium-pull-1 {
        right: 4.16667%;
        left: auto;
    }

    .medium-push-2 {
        left: 8.33333%;
        right: auto;
    }

    .medium-pull-2 {
        right: 8.33333%;
        left: auto;
    }

    .medium-push-3 {
        left: 12.5%;
        right: auto;
    }

    .medium-pull-3 {
        right: 12.5%;
        left: auto;
    }

    .medium-push-4 {
        left: 16.66667%;
        right: auto;
    }

    .medium-pull-4 {
        right: 16.66667%;
        left: auto;
    }

    .medium-push-5 {
        left: 20.83333%;
        right: auto;
    }

    .medium-pull-5 {
        right: 20.83333%;
        left: auto;
    }

    .medium-push-6 {
        left: 25%;
        right: auto;
    }

    .medium-pull-6 {
        right: 25%;
        left: auto;
    }

    .medium-push-7 {
        left: 29.16667%;
        right: auto;
    }

    .medium-pull-7 {
        right: 29.16667%;
        left: auto;
    }

    .medium-push-8 {
        left: 33.33333%;
        right: auto;
    }

    .medium-pull-8 {
        right: 33.33333%;
        left: auto;
    }

    .medium-push-9 {
        left: 37.5%;
        right: auto;
    }

    .medium-pull-9 {
        right: 37.5%;
        left: auto;
    }

    .medium-push-10 {
        left: 41.66667%;
        right: auto;
    }

    .medium-pull-10 {
        right: 41.66667%;
        left: auto;
    }

    .medium-push-11 {
        left: 45.83333%;
        right: auto;
    }

    .medium-pull-11 {
        right: 45.83333%;
        left: auto;
    }

    .medium-push-12 {
        left: 50%;
        right: auto;
    }

    .medium-pull-12 {
        right: 50%;
        left: auto;
    }

    .medium-push-13 {
        left: 54.16667%;
        right: auto;
    }

    .medium-pull-13 {
        right: 54.16667%;
        left: auto;
    }

    .medium-push-14 {
        left: 58.33333%;
        right: auto;
    }

    .medium-pull-14 {
        right: 58.33333%;
        left: auto;
    }

    .medium-push-15 {
        left: 62.5%;
        right: auto;
    }

    .medium-pull-15 {
        right: 62.5%;
        left: auto;
    }

    .medium-push-16 {
        left: 66.66667%;
        right: auto;
    }

    .medium-pull-16 {
        right: 66.66667%;
        left: auto;
    }

    .medium-push-17 {
        left: 70.83333%;
        right: auto;
    }

    .medium-pull-17 {
        right: 70.83333%;
        left: auto;
    }

    .medium-push-18 {
        left: 75%;
        right: auto;
    }

    .medium-pull-18 {
        right: 75%;
        left: auto;
    }

    .medium-push-19 {
        left: 79.16667%;
        right: auto;
    }

    .medium-pull-19 {
        right: 79.16667%;
        left: auto;
    }

    .medium-push-20 {
        left: 83.33333%;
        right: auto;
    }

    .medium-pull-20 {
        right: 83.33333%;
        left: auto;
    }

    .medium-push-21 {
        left: 87.5%;
        right: auto;
    }

    .medium-pull-21 {
        right: 87.5%;
        left: auto;
    }

    .medium-push-22 {
        left: 91.66667%;
        right: auto;
    }

    .medium-pull-22 {
        right: 91.66667%;
        left: auto;
    }

    .medium-push-23 {
        left: 95.83333%;
        right: auto;
    }

    .medium-pull-23 {
        right: 95.83333%;
        left: auto;
    }

    .column,
    .columns {
        position: relative;
        padding-left: 0.5em;
        padding-right: 0.5em;
        float: left;
    }

    .medium-1 {
        width: 4.16667%;
    }

    .medium-2 {
        width: 8.33333%;
    }

    .medium-3 {
        width: 12.5%;
    }

    .medium-4 {
        width: 16.66667%;
    }

    .medium-4-half {
        width: 20%;
    }

    .medium-5 {
        width: 20.83333%;
    }

    .medium-6 {
        width: 25%;
    }

    .medium-7 {
        width: 29.16667%;
    }

    .medium-8 {
        width: 33.33333%;
    }

    .medium-9 {
        width: 37.5%;
    }

    .medium-10 {
        width: 41.66667%;
    }

    .medium-11 {
        width: 45.83333%;
    }

    .medium-12 {
        width: 50%;
    }

    .medium-13 {
        width: 54.16667%;
    }

    .medium-14 {
        width: 58.33333%;
    }

    .medium-15 {
        width: 62.5%;
    }

    .medium-16 {
        width: 66.66667%;
    }

    .medium-17 {
        width: 70.83333%;
    }

    .medium-18 {
        width: 75%;
    }

    .medium-19 {
        width: 79.16667%;
    }

    .medium-20 {
        width: 83.33333%;
    }

    .medium-21 {
        width: 87.5%;
    }

    .medium-22 {
        width: 91.66667%;
    }

    .medium-23 {
        width: 95.83333%;
    }

    .medium-24 {
        width: 100%;
    }

    [class*="column"] + [class*="column"]:last-child {
        float: right;
    }


    .push-0 {
        left: 0%;
        right: auto;
    }

    .pull-0 {
        right: 0%;
        left: auto;
    }

    .push-1 {
        left: 4.16667%;
        right: auto;
    }

    .pull-1 {
        right: 4.16667%;
        left: auto;
    }

    .push-2 {
        left: 8.33333%;
        right: auto;
    }

    .pull-2 {
        right: 8.33333%;
        left: auto;
    }

    .push-3 {
        left: 12.5%;
        right: auto;
    }

    .pull-3 {
        right: 12.5%;
        left: auto;
    }

    .push-4 {
        left: 16.66667%;
        right: auto;
    }

    .pull-4 {
        right: 16.66667%;
        left: auto;
    }

    .push-5 {
        left: 20.83333%;
        right: auto;
    }

    .pull-5 {
        right: 20.83333%;
        left: auto;
    }

    .push-6 {
        left: 25%;
        right: auto;
    }

    .pull-6 {
        right: 25%;
        left: auto;
    }

    .push-7 {
        left: 29.16667%;
        right: auto;
    }

    .pull-7 {
        right: 29.16667%;
        left: auto;
    }

    .push-8 {
        left: 33.33333%;
        right: auto;
    }

    .pull-8 {
        right: 33.33333%;
        left: auto;
    }

    .push-9 {
        left: 37.5%;
        right: auto;
    }

    .pull-9 {
        right: 37.5%;
        left: auto;
    }

    .push-10 {
        left: 41.66667%;
        right: auto;
    }

    .pull-10 {
        right: 41.66667%;
        left: auto;
    }

    .push-11 {
        left: 45.83333%;
        right: auto;
    }

    .pull-11 {
        right: 45.83333%;
        left: auto;
    }

    .push-12 {
        left: 50%;
        right: auto;
    }

    .pull-12 {
        right: 50%;
        left: auto;
    }

    .push-13 {
        left: 54.16667%;
        right: auto;
    }

    .pull-13 {
        right: 54.16667%;
        left: auto;
    }

    .push-14 {
        left: 58.33333%;
        right: auto;
    }

    .pull-14 {
        right: 58.33333%;
        left: auto;
    }

    .push-15 {
        left: 62.5%;
        right: auto;
    }

    .pull-15 {
        right: 62.5%;
        left: auto;
    }

    .push-16 {
        left: 66.66667%;
        right: auto;
    }

    .pull-16 {
        right: 66.66667%;
        left: auto;
    }

    .push-17 {
        left: 70.83333%;
        right: auto;
    }

    .pull-17 {
        right: 70.83333%;
        left: auto;
    }

    .push-18 {
        left: 75%;
        right: auto;
    }

    .pull-18 {
        right: 75%;
        left: auto;
    }

    .push-19 {
        left: 79.16667%;
        right: auto;
    }

    .pull-19 {
        right: 79.16667%;
        left: auto;
    }

    .push-20 {
        left: 83.33333%;
        right: auto;
    }

    .pull-20 {
        right: 83.33333%;
        left: auto;
    }

    .push-21 {
        left: 87.5%;
        right: auto;
    }

    .pull-21 {
        right: 87.5%;
        left: auto;
    }

    .push-22 {
        left: 91.66667%;
        right: auto;
    }

    .pull-22 {
        right: 91.66667%;
        left: auto;
    }

    .push-23 {
        left: 95.83333%;
        right: auto;
    }

    .pull-23 {
        right: 95.83333%;
        left: auto;
    }
}

@media only screen and (min-width: 64.063em) {

    .large-push-0 {
        left: 0%;
        right: auto;
    }

    .large-pull-0 {
        right: 0%;
        left: auto;
    }

    .large-push-1 {
        left: 4.16667%;
        right: auto;
    }

    .large-pull-1 {
        right: 4.16667%;
        left: auto;
    }

    .large-push-2 {
        left: 8.33333%;
        right: auto;
    }

    .large-pull-2 {
        right: 8.33333%;
        left: auto;
    }

    .large-push-3 {
        left: 12.5%;
        right: auto;
    }

    .large-pull-3 {
        right: 12.5%;
        left: auto;
    }

    .large-push-4 {
        left: 16.66667%;
        right: auto;
    }

    .large-pull-4 {
        right: 16.66667%;
        left: auto;
    }

    .large-push-5 {
        left: 20.83333%;
        right: auto;
    }

    .large-pull-5 {
        right: 20.83333%;
        left: auto;
    }

    .large-push-6 {
        left: 25%;
        right: auto;
    }

    .large-pull-6 {
        right: 25%;
        left: auto;
    }

    .large-push-7 {
        left: 29.16667%;
        right: auto;
    }

    .large-pull-7 {
        right: 29.16667%;
        left: auto;
    }

    .large-push-8 {
        left: 33.33333%;
        right: auto;
    }

    .large-pull-8 {
        right: 33.33333%;
        left: auto;
    }

    .large-push-9 {
        left: 37.5%;
        right: auto;
    }

    .large-pull-9 {
        right: 37.5%;
        left: auto;
    }

    .large-push-10 {
        left: 41.66667%;
        right: auto;
    }

    .large-pull-10 {
        right: 41.66667%;
        left: auto;
    }

    .large-push-11 {
        left: 45.83333%;
        right: auto;
    }

    .large-pull-11 {
        right: 45.83333%;
        left: auto;
    }

    .large-push-12 {
        left: 50%;
        right: auto;
    }

    .large-pull-12 {
        right: 50%;
        left: auto;
    }

    .large-push-13 {
        left: 54.16667%;
        right: auto;
    }

    .large-pull-13 {
        right: 54.16667%;
        left: auto;
    }

    .large-push-14 {
        left: 58.33333%;
        right: auto;
    }

    .large-pull-14 {
        right: 58.33333%;
        left: auto;
    }

    .large-push-15 {
        left: 62.5%;
        right: auto;
    }

    .large-pull-15 {
        right: 62.5%;
        left: auto;
    }

    .large-push-16 {
        left: 66.66667%;
        right: auto;
    }

    .large-pull-16 {
        right: 66.66667%;
        left: auto;
    }

    .large-push-17 {
        left: 70.83333%;
        right: auto;
    }

    .large-pull-17 {
        right: 70.83333%;
        left: auto;
    }

    .large-push-18 {
        left: 75%;
        right: auto;
    }

    .large-pull-18 {
        right: 75%;
        left: auto;
    }

    .large-push-19 {
        left: 79.16667%;
        right: auto;
    }

    .large-pull-19 {
        right: 79.16667%;
        left: auto;
    }

    .large-push-20 {
        left: 83.33333%;
        right: auto;
    }

    .large-pull-20 {
        right: 83.33333%;
        left: auto;
    }

    .large-push-21 {
        left: 87.5%;
        right: auto;
    }

    .large-pull-21 {
        right: 87.5%;
        left: auto;
    }

    .large-push-22 {
        left: 91.66667%;
        right: auto;
    }

    .large-pull-22 {
        right: 91.66667%;
        left: auto;
    }

    .large-push-23 {
        left: 95.83333%;
        right: auto;
    }

    .large-pull-23 {
        right: 95.83333%;
        left: auto;
    }

    .column,
    .columns {
        position: relative;
        padding-left: 0.5em;
        padding-right: 0.5em;
        float: left;
    }

    .large-1 {
        width: 4.16667%;
    }

    .large-2 {
        width: 8.33333%;
    }

    .large-3 {
        width: 12.5%;
    }

    .large-4 {
        width: 16.66667%;
    }

    .large-4-half {
        width: 20%;
    }

    .large-5 {
        width: 20.83333%;
    }

    .large-6 {
        width: 25%;
    }

    .large-7 {
        width: 29.16667%;
    }

    .large-8 {
        width: 33.33333%;
    }

    .large-9 {
        width: 37.5%;
    }

    .large-10 {
        width: 41.66667%;
    }

    .large-11 {
        width: 45.83333%;
    }

    .large-12 {
        width: 50%;
    }

    .large-13 {
        width: 54.16667%;
    }

    .large-14 {
        width: 58.33333%;
    }

    .large-15 {
        width: 62.5%;
    }

    .large-16 {
        width: 66.66667%;
    }

    .large-17 {
        width: 70.83333%;
    }

    .large-18 {
        width: 75%;
    }

    .large-19 {
        width: 79.16667%;
    }

    .large-20 {
        width: 83.33333%;
    }

    .large-21 {
        width: 87.5%;
    }

    .large-22 {
        width: 91.66667%;
    }

    .large-23 {
        width: 95.83333%;
    }

    .large-24 {
        width: 100%;
    }

    [class*="column"] + [class*="column"]:last-child {
        float: left;
    }


    .large-offset-0 {
        margin-left: 0% !important;
    }

    .large-offset-1 {
        margin-left: 4.16667% !important;
    }

    .large-offset-2 {
        margin-left: 8.33333% !important;
    }

    .large-offset-3 {
        margin-left: 12.5% !important;
    }

    .large-offset-4 {
        margin-left: 16.66667% !important;
    }

    .large-offset-5 {
        margin-left: 20.83333% !important;
    }

    .large-offset-6 {
        margin-left: 25% !important;
    }

    .large-offset-7 {
        margin-left: 29.16667% !important;
    }

    .large-offset-8 {
        margin-left: 33.33333% !important;
    }

    .large-offset-9 {
        margin-left: 37.5% !important;
    }

    .large-offset-10 {
        margin-left: 41.66667% !important;
    }

    .large-offset-11 {
        margin-left: 45.83333% !important;
    }

    .large-offset-12 {
        margin-left: 50% !important;
    }

    .large-offset-13 {
        margin-left: 54.16667% !important;
    }

    .large-offset-14 {
        margin-left: 58.33333% !important;
    }

    .large-offset-15 {
        margin-left: 62.5% !important;
    }

    .large-offset-16 {
        margin-left: 66.66667% !important;
    }

    .large-offset-17 {
        margin-left: 70.83333% !important;
    }

    .large-offset-18 {
        margin-left: 75% !important;
    }

    .large-offset-19 {
        margin-left: 79.16667% !important;
    }

    .large-offset-20 {
        margin-left: 83.33333% !important;
    }

    .large-offset-21 {
        margin-left: 87.5% !important;
    }

    .large-offset-22 {
        margin-left: 91.66667% !important;
    }

    .large-offset-23 {
        margin-left: 95.83333% !important;
    }

    .push-0 {
        left: 0%;
        right: auto;
    }

    .pull-0 {
        right: 0%;
        left: auto;
    }

    .push-1 {
        left: 4.16667%;
        right: auto;
    }

    .pull-1 {
        right: 4.16667%;
        left: auto;
    }

    .push-2 {
        left: 8.33333%;
        right: auto;
    }

    .pull-2 {
        right: 8.33333%;
        left: auto;
    }

    .push-3 {
        left: 12.5%;
        right: auto;
    }

    .pull-3 {
        right: 12.5%;
        left: auto;
    }

    .push-4 {
        left: 16.66667%;
        right: auto;
    }

    .pull-4 {
        right: 16.66667%;
        left: auto;
    }

    .push-5 {
        left: 20.83333%;
        right: auto;
    }

    .pull-5 {
        right: 20.83333%;
        left: auto;
    }

    .push-6 {
        left: 25%;
        right: auto;
    }

    .pull-6 {
        right: 25%;
        left: auto;
    }

    .push-7 {
        left: 29.16667%;
        right: auto;
    }

    .pull-7 {
        right: 29.16667%;
        left: auto;
    }

    .push-8 {
        left: 33.33333%;
        right: auto;
    }

    .pull-8 {
        right: 33.33333%;
        left: auto;
    }

    .push-9 {
        left: 37.5%;
        right: auto;
    }

    .pull-9 {
        right: 37.5%;
        left: auto;
    }

    .push-10 {
        left: 41.66667%;
        right: auto;
    }

    .pull-10 {
        right: 41.66667%;
        left: auto;
    }

    .push-11 {
        left: 45.83333%;
        right: auto;
    }

    .pull-11 {
        right: 45.83333%;
        left: auto;
    }

    .push-12 {
        left: 50%;
        right: auto;
    }

    .pull-12 {
        right: 50%;
        left: auto;
    }

    .push-13 {
        left: 54.16667%;
        right: auto;
    }

    .pull-13 {
        right: 54.16667%;
        left: auto;
    }

    .push-14 {
        left: 58.33333%;
        right: auto;
    }

    .pull-14 {
        right: 58.33333%;
        left: auto;
    }

    .push-15 {
        left: 62.5%;
        right: auto;
    }

    .pull-15 {
        right: 62.5%;
        left: auto;
    }

    .push-16 {
        left: 66.66667%;
        right: auto;
    }

    .pull-16 {
        right: 66.66667%;
        left: auto;
    }

    .push-17 {
        left: 70.83333%;
        right: auto;
    }

    .pull-17 {
        right: 70.83333%;
        left: auto;
    }

    .push-18 {
        left: 75%;
        right: auto;
    }

    .pull-18 {
        right: 75%;
        left: auto;
    }

    .push-19 {
        left: 79.16667%;
        right: auto;
    }

    .pull-19 {
        right: 79.16667%;
        left: auto;
    }

    .push-20 {
        left: 83.33333%;
        right: auto;
    }

    .pull-20 {
        right: 83.33333%;
        left: auto;
    }

    .push-21 {
        left: 87.5%;
        right: auto;
    }

    .pull-21 {
        right: 87.5%;
        left: auto;
    }

    .push-22 {
        left: 91.66667%;
        right: auto;
    }

    .pull-22 {
        right: 91.66667%;
        left: auto;
    }

    .push-23 {
        left: 95.83333%;
        right: auto;
    }

    .pull-23 {
        right: 95.83333%;
        left: auto;
    }
}

meta.foundation-mq-topbar {
    font-family: "/only screen and (min-width:40.063em)/";
    width: 75em;
}

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote {
    margin: 0;
    padding: 0;
}

/* Default Link Styles */
a {
    text-decoration: none;
    line-height: inherit;
}
a img {
    border: none;
}

/* Default paragraph styles */
p {
    font-family: inherit;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 0.5em;
    text-rendering: optimizeLegibility;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
    text-rendering: optimizeLegibility;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #6f6f6f;
    line-height: 0;
}


hr {
    border: solid #dddddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 1.25rem 0 1.1875rem;
    height: 0;
}

/* Helpful Typography Defaults */
em,
i {
    font-style: italic;
    line-height: inherit;
}

strong,
b {
    font-weight: bold;
    line-height: inherit;
}

small {
    line-height: inherit;
}

code {
    font-family: inherit;
    font-weight: bold;
    color: #910b0e;
}

.print-only {
    display: none !important;
}

@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .hide-on-print {
        display: none !important;
    }

    .print-only {
        display: block !important;
    }

    .hide-for-print {
        display: none !important;
    }

    .show-for-print {
        display: inherit !important;
    }
}

/* POPUP */

.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: black;
    background: rgba(0, 0, 0, 0.45);
    z-index: 997;
    display: none;
    top: 0;
    left: 0;
}

dialog, .reveal-modal {
    display: none;
    position: absolute;
    left: 50%;
    z-index: 998;
    height: auto;
    margin-left: -40%;
    width: 80%;
    background-color: white;
    padding: 1.25rem;
    border: solid 1px #666666;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    top: 6.25rem;
}


dialog .close-reveal-modal, .reveal-modal .close-reveal-modal {
    line-height: 1;
    position: absolute;
    top: 0.5rem;
    right: 0.6875rem;
    color: #aaaaaa;
    font-weight: bold;
    cursor: pointer;
}


@media only screen and (min-width: 35.063em) {
    dialog, .reveal-modal {
        padding: 1.875rem;
        top: 6.25rem;
    }
}


/* NAVIGATION */

.off-canvas-wrap {
    -webkit-backface-visibility: hidden;
    position: relative;
    width: 100%;
}

.off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
    height: 100%;
}

.inner-wrap {
    -webkit-backface-visibility: hidden;
    position: relative;
    width: 100%;
    *zoom: 1;
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -ms-transition: -ms-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
}

.inner-wrap:before, .inner-wrap:after {
    content: " ";
    display: table;
}

.inner-wrap:after {
    clear: both;
}

nav.tab-bar {
    -webkit-backface-visibility: hidden;
    height: 2.8125rem;
    line-height: 2.8125rem;
    position: relative;
}

nav.tab-bar h1, nav.tab-bar h2, nav.tab-bar h3, nav.tab-bar h4, nav.tab-bar h5, nav.tab-bar h6 {
    color: white;
    font-weight: bold;
    line-height: 2.8125rem;
    margin: 0;
}
section.tab-bar-section {
    padding: 0 0.625rem;
    position: absolute;
    text-align: center;
    height: 2.8125rem;
    top: 0;
}
section.left-small {
    width: 2.8125rem;
    height: 2.8125rem;
    position: absolute;
    top: 0;
    left: 0;
}
section.right-small {
    width: 2.8125rem;
    height: 2.8125rem;
    position: absolute;
    top: 0;
    border-left: solid 1px #4e4e4e;
    box-shadow: -1px 0 0 #1a1a1a;
    right: 0;
}

a.menu-icon {
    text-indent: 2.1875rem;
    width: 2.8125rem;
    height: 2.8125rem;
    display: block;
    line-height: 2.0625rem;
    padding: 0;
    color: white;
    position: relative;
}

a.menu-icon span {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0;
    left: 0.8125rem;
    top: 0.3125rem;
    -webkit-box-shadow: 1px 10px 1px 1px white, 1px 16px 1px 1px white, 1px 22px 1px 1px white;
    box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
}

a.menu-icon:hover span {
    -webkit-box-shadow: 1px 10px 1px 1px #b3b3b3, 1px 16px 1px 1px #b3b3b3, 1px 22px 1px 1px #b3b3b3;
    box-shadow: 0 10px 0 1px #b3b3b3, 0 16px 0 1px #b3b3b3, 0 22px 0 1px #b3b3b3;
}

.left-off-canvas-menu {
    -webkit-backface-visibility: hidden;
    width: 250px;
    top: 0;
    bottom: 0;
    position: absolute;
    overflow-y: auto;
    z-index: 1001;
    box-sizing: content-box;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
}

.left-off-canvas-menu * {
    -webkit-backface-visibility: hidden;
}

.right-off-canvas-menu {
    -webkit-backface-visibility: hidden;
    width: 250px;
    top: 0;
    bottom: 0;
    position: absolute;
    overflow-y: auto;
    background: #333333;
    z-index: 1001;
    box-sizing: content-box;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    right: 0;
}

ul.off-canvas-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.off-canvas-list li label {
    display:block;
    font-weight: bold;
    border-bottom: none;
    margin: 0;
}

ul.off-canvas-list li a {
    display: block;
    padding: 0.66667rem;
}

.move-right > .inner-wrap {
    -webkit-transform: translate3d(250px, 0, 0);
    -moz-transform: translate3d(250px, 0, 0);
    -ms-transform: translate3d(250px, 0, 0);
    -o-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
}

.move-right a.exit-off-canvas {
    -webkit-backface-visibility: hidden;
    transition: background 300ms ease;
    cursor: pointer;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1002;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media only screen and (min-width: 35.063em) {
    .move-right a.exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05);
    }
}

.move-left > .inner-wrap {
    -webkit-transform: translate3d(-250px, 0, 0);
    -moz-transform: translate3d(-250px, 0, 0);
    -ms-transform: translate3d(-250px, 0, 0);
    -o-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0);
}

.move-left a.exit-off-canvas {
    -webkit-backface-visibility: hidden;
    transition: background 300ms ease;
    cursor: pointer;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1002;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media only screen and (min-width: 35.063em) {
    .move-left a.exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05);
    }
}


/* Foundation Dropdowns (Mega menu)? */
@media only screen {
    .f-dropdown {
        max-width: 100%;
        left: 0;
    }
}
.f-dropdown {
    position: absolute;
    list-style: none;
    margin-left: 0;
    width: 100%;
    max-height: none;
    height: auto;
    background: white;
    border: solid 1px #cccccc;
    z-index: 99;
    max-width: 200px;
}

.f-dropdown > *:first-child {
    margin-top: 0;
}

.f-dropdown > *:last-child {
    margin-bottom: 0;
}

.f-dropdown:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent white transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 99;
}

.f-dropdown:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 7px;
    border-color: transparent transparent #cccccc transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 98;
}

.f-dropdown.right:before {
    left: auto;
    right: 10px;
}

.f-dropdown.right:after {
    left: auto;
    right: 9px;
}

.f-dropdown li {
    cursor: pointer;
    line-height: 1.125rem;
    margin: 0;
}


.f-dropdown li a {
    display: block;
    padding: 0.5rem;
    color: #555555;
}

.f-dropdown.content {
    position: absolute;
    list-style: none;
    margin-left: 0;
    width: 100%;
    height: auto;
    max-height: none;
    border: solid 0px #cccccc;
    z-index: 99;
    max-width: 200px;
}

.f-dropdown.content > *:first-child {
    margin-top: 0;
}

.f-dropdown.content > *:last-child {
    margin-bottom: 0;
}

.f-dropdown.tiny {
    max-width: 200px;
}

.f-dropdown.small {
    max-width: 300px;
}

.f-dropdown.medium {
    max-width: 700px;
}

.f-dropdown.large {
    max-width: 1200px;
}


/* flex videos */
.flex-video {
    position: relative;
    padding-top: 1.5625rem;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 1rem;
    overflow: hidden;
}

.flex-video.widescreen {
    padding-bottom: 56.55%;
}

.flex-video.vimeo {
    padding-top: 0;
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Foundation Visibility HTML Classes */
.show-for-small,
.show-for-small-only,
.show-for-medium-down,
.show-for-large-down,
.hide-for-medium,
.hide-for-medium-up,
.hide-for-medium-only,
.hide-for-large,
.hide-for-large-up,
.hide-for-large-only,
.hide-for-xlarge,
.hide-for-xlarge-up,
.hide-for-xlarge-only,
.hide-for-xxlarge-up,
.hide-for-xxlarge-only {
    display: inherit !important;
}

.hide-for-small,
.hide-for-small-only,
.hide-for-medium-down,
.show-for-medium,
.show-for-medium-up,
.show-for-medium-only,
.hide-for-large-down,
.show-for-large,
.show-for-large-up,
.show-for-large-only,
.show-for-xlarge,
.show-for-xlarge-up,
.show-for-xlarge-only,
.show-for-xxlarge-up,
.show-for-xxlarge-only {
    display: none !important;
}

/* Specific visibility for tables */
table.show-for-small, table.show-for-small-only, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-medium-only, table.hide-for-large, table.hide-for-large-up, table.hide-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table;
}

thead.show-for-small, thead.show-for-small-only, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-medium-only, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
    display: table-header-group !important;
}

tbody.show-for-small, tbody.show-for-small-only, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-medium-only, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
    display: table-row-group !important;
}

tr.show-for-small, tr.show-for-small-only, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-medium-only, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
    display: table-row !important;
}

td.show-for-small, td.show-for-small-only, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xxlarge-up,
th.show-for-small,
th.show-for-small-only,
th.show-for-medium-down,
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge,
th.hide-for-xlarge-up,
th.hide-for-xxlarge-up {
    display: table-cell !important;
}

/* Medium Displays: 641px and up */
@media only screen and (min-width: 35.063em) {
    .hide-for-small,
    .hide-for-small-only,
    .show-for-medium,
    .show-for-medium-down,
    .show-for-medium-up,
    .show-for-medium-only,
    .hide-for-large,
    .hide-for-large-up,
    .hide-for-large-only,
    .hide-for-xlarge,
    .hide-for-xlarge-up,
    .hide-for-xlarge-only,
    .hide-for-xxlarge-up,
    .hide-for-xxlarge-only {
        display: inherit !important;
    }

    .show-for-small,
    .show-for-small-only,
    .hide-for-medium,
    .hide-for-medium-down,
    .hide-for-medium-up,
    .hide-for-medium-only,
    .hide-for-large-down,
    .show-for-large,
    .show-for-large-up,
    .show-for-large-only,
    .show-for-xlarge,
    .show-for-xlarge-up,
    .show-for-xlarge-only,
    .show-for-xxlarge-up,
    .show-for-xxlarge-only {
        display: none !important;
    }

    /* Specific visibility for tables */
    table.hide-for-small, table.hide-for-small-only, table.show-for-medium, table.show-for-medium-down, table.show-for-medium-up, table.show-for-medium-only, table.hide-for-large, table.hide-for-large-up, table.hide-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
        display: table;
    }

    thead.hide-for-small, thead.hide-for-small-only, thead.show-for-medium, thead.show-for-medium-down, thead.show-for-medium-up, thead.show-for-medium-only, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
        display: table-header-group !important;
    }

    tbody.hide-for-small, tbody.hide-for-small-only, tbody.show-for-medium, tbody.show-for-medium-down, tbody.show-for-medium-up, tbody.show-for-medium-only, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
        display: table-row-group !important;
    }

    tr.hide-for-small, tr.hide-for-small-only, tr.show-for-medium, tr.show-for-medium-down, tr.show-for-medium-up, tr.show-for-medium-only, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
        display: table-row !important;
    }

    td.hide-for-small, td.hide-for-small-only, td.show-for-medium, td.show-for-medium-down, td.show-for-medium-up, td.show-for-medium-only, td.hide-for-large, td.hide-for-large-up, td.hide-for-large-only, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only,
    th.hide-for-small,
    th.hide-for-small-only,
    th.show-for-medium,
    th.show-for-medium-down,
    th.show-for-medium-up,
    th.show-for-medium-only,
    th.hide-for-large,
    th.hide-for-large-up,
    th.hide-for-large-only,
    th.hide-for-xlarge,
    th.hide-for-xlarge-up,
    th.hide-for-xlarge-only,
    th.hide-for-xxlarge-up,
    th.hide-for-xxlarge-only {
        display: table-cell !important;
    }
}
/* Large Displays: 1024px and up */
@media only screen and (min-width: 64.063em) {
    .hide-for-small,
    .hide-for-small-only,
    .hide-for-medium,
    .hide-for-medium-down,
    .hide-for-medium-only,
    .show-for-medium-up,
    .show-for-large,
    .show-for-large-up,
    .show-for-large-only,
    .hide-for-xlarge,
    .hide-for-xlarge-up,
    .hide-for-xlarge-only,
    .hide-for-xxlarge-up,
    .hide-for-xxlarge-only {
        display: inherit !important;
    }

    .show-for-small-only,
    .show-for-medium,
    .show-for-medium-down,
    .show-for-medium-only,
    .hide-for-large,
    .hide-for-large-up,
    .hide-for-large-only,
    .show-for-xlarge,
    .show-for-xlarge-up,
    .show-for-xlarge-only,
    .show-for-xxlarge-up,
    .show-for-xxlarge-only {
        display: none !important;
    }

    /* Specific visibility for tables */
    table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large, table.show-for-large-up, table.show-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
        display: table;
    }

    thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large, thead.show-for-large-up, thead.show-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
        display: table-header-group !important;
    }

    tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large, tbody.show-for-large-up, tbody.show-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
        display: table-row-group !important;
    }

    tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large, tr.show-for-large-up, tr.show-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
        display: table-row !important;
    }

    td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large, td.show-for-large-up, td.show-for-large-only, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only,
    th.hide-for-small,
    th.hide-for-small-only,
    th.hide-for-medium,
    th.hide-for-medium-down,
    th.hide-for-medium-only,
    th.show-for-medium-up,
    th.show-for-large,
    th.show-for-large-up,
    th.show-for-large-only,
    th.hide-for-xlarge,
    th.hide-for-xlarge-up,
    th.hide-for-xlarge-only,
    th.hide-for-xxlarge-up,
    th.hide-for-xxlarge-only {
        display: table-cell !important;
    }
}
/* X-Large Displays: 1441 and up */
@media only screen and (min-width: 90.063em) {
    .hide-for-small,
    .hide-for-small-only,
    .hide-for-medium,
    .hide-for-medium-down,
    .hide-for-medium-only,
    .show-for-medium-up,
    .show-for-large-up,
    .hide-for-large-only,
    .show-for-xlarge,
    .show-for-xlarge-up,
    .show-for-xlarge-only,
    .hide-for-xxlarge-up,
    .hide-for-xxlarge-only {
        display: inherit !important;
    }

    .show-for-small-only,
    .show-for-medium,
    .show-for-medium-down,
    .show-for-medium-only,
    .show-for-large,
    .show-for-large-only,
    .show-for-large-down,
    .hide-for-xlarge,
    .hide-for-xlarge-up,
    .hide-for-xlarge-only,
    .show-for-xxlarge-up,
    .show-for-xxlarge-only {
        display: none !important;
    }

    /* Specific visibility for tables */
    table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large-up, table.hide-for-large-only, table.show-for-xlarge, table.show-for-xlarge-up, table.show-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
        display: table;
    }

    thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large-up, thead.hide-for-large-only, thead.show-for-xlarge, thead.show-for-xlarge-up, thead.show-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
        display: table-header-group !important;
    }

    tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large-up, tbody.hide-for-large-only, tbody.show-for-xlarge, tbody.show-for-xlarge-up, tbody.show-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
        display: table-row-group !important;
    }

    tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large-up, tr.hide-for-large-only, tr.show-for-xlarge, tr.show-for-xlarge-up, tr.show-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
        display: table-row !important;
    }

    td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large-up, td.hide-for-large-only, td.show-for-xlarge, td.show-for-xlarge-up, td.show-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only,
    th.hide-for-small,
    th.hide-for-small-only,
    th.hide-for-medium,
    th.hide-for-medium-down,
    th.hide-for-medium-only,
    th.show-for-medium-up,
    th.show-for-large-up,
    th.hide-for-large-only,
    th.show-for-xlarge,
    th.show-for-xlarge-up,
    th.show-for-xlarge-only,
    th.hide-for-xxlarge-up,
    th.hide-for-xxlarge-only {
        display: table-cell !important;
    }
}
/* XX-Large Displays: 1920 and up */
@media only screen and (min-width: 120.063em) {
    .hide-for-small,
    .hide-for-small-only,
    .hide-for-medium,
    .hide-for-medium-down,
    .hide-for-medium-only,
    .show-for-medium-up,
    .show-for-large-up,
    .hide-for-large-only,
    .hide-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xxlarge-up,
    .show-for-xxlarge-only {
        display: inherit !important;
    }

    .show-for-small-only,
    .show-for-medium,
    .show-for-medium-down,
    .show-for-medium-only,
    .show-for-large,
    .show-for-large-only,
    .show-for-large-down,
    .hide-for-xlarge,
    .show-for-xlarge-only,
    .hide-for-xxlarge-up,
    .hide-for-xxlarge-only {
        display: none !important;
    }

    /* Specific visibility for tables */
    table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large-up, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xxlarge-up, table.show-for-xxlarge-only {
        display: table;
    }

    thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large-up, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xxlarge-up, thead.show-for-xxlarge-only {
        display: table-header-group !important;
    }

    tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large-up, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge-only {
        display: table-row-group !important;
    }

    tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large-up, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xxlarge-up, tr.show-for-xxlarge-only {
        display: table-row !important;
    }

    td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large-up, td.hide-for-xlarge-only, td.show-for-xlarge-up, td.show-for-xxlarge-up, td.show-for-xxlarge-only,
    th.hide-for-small,
    th.hide-for-small-only,
    th.hide-for-medium,
    th.hide-for-medium-down,
    th.hide-for-medium-only,
    th.show-for-medium-up,
    th.show-for-large-up,
    th.hide-for-xlarge-only,
    th.show-for-xlarge-up,
    th.show-for-xxlarge-up,
    th.show-for-xxlarge-only {
        display: table-cell !important;
    }
}
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
    display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important;
}

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
    display: table;
}

thead.hide-for-landscape, thead.show-for-portrait {
    display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
    display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
    display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
    display: table-cell !important;
}

@media only screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
        display: inherit !important;
    }

    .hide-for-landscape,
    .show-for-portrait {
        display: none !important;
    }

    /* Specific visibility for tables */
    table.show-for-landscape, table.hide-for-portrait {
        display: table;
    }

    thead.show-for-landscape, thead.hide-for-portrait {
        display: table-header-group !important;
    }

    tbody.show-for-landscape, tbody.hide-for-portrait {
        display: table-row-group !important;
    }

    tr.show-for-landscape, tr.hide-for-portrait {
        display: table-row !important;
    }

    td.show-for-landscape, td.hide-for-portrait,
    th.show-for-landscape,
    th.hide-for-portrait {
        display: table-cell !important;
    }
}

@media only screen and (orientation: portrait) {
    .show-for-portrait,
    .hide-for-landscape {
        display: inherit !important;
    }

    .hide-for-portrait,
    .show-for-landscape {
        display: none !important;
    }

    /* Specific visibility for tables */
    table.show-for-portrait, table.hide-for-landscape {
        display: table;
    }

    thead.show-for-portrait, thead.hide-for-landscape {
        display: table-header-group !important;
    }

    tbody.show-for-portrait, tbody.hide-for-landscape {
        display: table-row-group !important;
    }

    tr.show-for-portrait, tr.hide-for-landscape {
        display: table-row !important;
    }

    td.show-for-portrait, td.hide-for-landscape,
    th.show-for-portrait,
    th.hide-for-landscape {
        display: table-cell !important;
    }
}
/* Touch-enabled device targeting */
.show-for-touch {
    display: none !important;
}

.hide-for-touch {
    display: inherit !important;
}

.touch .show-for-touch {
    display: inherit !important;
}

.touch .hide-for-touch {
    display: none !important;
}

/* Specific visibility for tables */
table.hide-for-touch {
    display: table;
}

.touch table.show-for-touch {
    display: table;
}

thead.hide-for-touch {
    display: table-header-group !important;
}

.touch thead.show-for-touch {
    display: table-header-group !important;
}

tbody.hide-for-touch {
    display: table-row-group !important;
}

.touch tbody.show-for-touch {
    display: table-row-group !important;
}

tr.hide-for-touch {
    display: table-row !important;
}

.touch tr.show-for-touch {
    display: table-row !important;
}

td.hide-for-touch {
    display: table-cell !important;
}

.touch td.show-for-touch {
    display: table-cell !important;
}

th.hide-for-touch {
    display: table-cell !important;
}

.touch th.show-for-touch {
    display: table-cell !important;
}

ul, ol {
    margin-left: 30px;
    margin-bottom:20px;
}
li {
    line-height: var(--line-height);
    margin-bottom: 5px;
}
li > p {
    margin-bottom: 0;
}
@charset "utf-8";
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

body {
    background: #fff;
    text-align: left;
    margin: 0px;
    color: var(--copy-colour);
    padding: 0;
    font-family: var(--copy-font);
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    position: relative;
    font-size: var(--font-size);
    cursor: default;
    overflow-x: hidden !important;
}
body.cke_editable,
body.cke_ltr {
    background: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--heading-font);
    color: var(--heading-colour);
    line-height: 1.1;
    font-weight: var(--heading-weight);
    margin-bottom: .5em;
}
h1 {
    font-size:var(--h1-size);
    line-height: 1;
    text-transform:uppercase;
}
h2 {
    font-size:var(--h2-size);
}
h3 {
    font-size:var(--h3-size);
}
h4 {
    font-size:var(--h4-size);
}

p {
    margin-bottom:var(--padding);
    line-height:var(--line-height);
}
a {
    color: var(--link-colour);
    font-weight:var(--link-weight);
}
a:hover {
    color: var(--link-colour-hover);
}
#page a:not(.btn):not(.button):not(.admin-button):not(.cms-button):not(.menuitem):not(.news-social-share),
.slide-out-div a:not(.btn),
.reveal-modal a:not(.btn),
.banner-div a:not(.btn),
#footer a:not(.btn) {
    text-decoration: var(--text-decoration);
}
/* accessible css */
*:focus {
    outline: none;
}
.profile > article:focus-within,
textarea:focus-visible,
select:focus-visible,
button:focus-visible,
input:focus-visible,
.ui-state-focus,
a:focus-visible {
    outline: 3px solid orange !important;
    position: relative;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #222;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    clip: auto !important;
    clip-path: none;
    color: #fff !important;
    display: block;
    font-size: 1em;
    font-weight: bold;
    height: auto;
    left: 10px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 10px;
    width: auto;
    z-index: 100000;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
body, html {
    max-width: 100vw;
}
/* end accessible css*/
#ctl00_mainEditBar + .off-canvas-wrap {
	padding-top: 44px;
}

.Content a:not([href]) {
	color: inherit;
	cursor: default;
}
.tab-bar-section .right img {
    margin-top: -4px;
}
/* HEADER HEADER HEADER HEADER HEADER HEADER HEADER HEADER HEADER */
#logo {
    text-align: left;
    padding: 10px 0 15px;
    height: var(--nav-height);
    display: flex;
    align-items: center;
}
#logo a img {
    border: 0;
    width: 475px;
}
.swish {
    max-width: none;
    float: right;
}
.swish-wrap {
    position: absolute;
    right: calc(50vw + 580px);
    left: 0;
    width: calc(50vw - 600px);
}
#headermenuwrap { 
    clear: both;
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    z-index: 2;
}
#headerwrap {
    background: rgba(0,0,0,0.3);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index:3;
}
#headermenu {
    z-index: 995;
    height: 30px;
    padding-top: 0px;
    margin: auto;
}
/* Page Page Page Page Page Page Page Page Page Page Page Page Page Page */
.tooltip {
    z-index:2;
}
.big-image img {
    width: 100% !important;
}
.big-image {
    position: relative;
    overflow: hidden;
}
.big-image p, .subpage-header-image p {
    margin-bottom:0;
}
.text-overlay-wrap {
    position: absolute;
    bottom: var(--padding);
    z-index: 2;
    color: #fff;
    text-align: center;
    margin: auto;
    max-width: 800px;
    left: var(--padding);
    right: var(--padding);
}
.subpage-header-image {
    position:relative;
}
.subpage-header-image img,
.subpage-header-image video {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 2.5;
    object-fit: cover;
}
.text-overlay h1 {
    font-weight: 400;
    text-shadow: 0 0 25px #000;
    color: white;
}
.down-arrow-overlay a .has-tip:hover {
    color:#c5c5c5;
}
#page {
    background: #fff;
}
#content-main {
    margin: 0 auto;
    width: 100%;
    padding: 0px;
}
#content-main-subpage {
    margin: 15px auto 20px auto;
    width: 90%;
    min-height: 200px;
    padding: 0px;
}
#page .spotlight .Content img {
    width: 100% !important;
    height: auto !important;
    transition: var(--transition);
}

#page .spotlight .Content:hover img {
    transform: scale(1.1);
}

.spotlight .Content a:not(.imgLink):not(.cms-button) {
    position: relative;
    z-index: 1;
    color: #fff;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    transition: var(--transition);
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
    text-transform: uppercase;
    text-decoration: none !important;
    font-size: var(--h4-size);
    text-shadow: 0 0 25px #000;
    font-weight: 500;
}

.spotlight .Content a:not(.imgLink):not(.cms-button):hover {
    background: rgba(0, 0, 0, .5);
}

.spotlight .Content a:not(.imgLink):not(.cms-button):before {
}

.spotlight .Content:hover .spotlight-overlay:before {
    content: "";
    background: rgba(0,0,0,.7);
    width: 100%;
    height: 100%
}

.spotlight .Content p {
    margin-bottom: 0
}

.spotlight-overlay:before {
    content: "";
    width: 0%;
    height: 0%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
    background: rgba(0,0,0,.3);
    transition: .3s
}

.spotlight-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: rgba(0,0,0,.3)
}

form:not(.blive_PageEdit) .spotlight .Content > *:last-child {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    margin: 0;
}

.spotlight {
    position: relative
}

.spotlight > div > .blive_Control.Content {
    position: relative;
    margin-bottom: var(--padding);
    overflow: hidden;
}

#page .row.spotlight-wrap > .columns {
    float: left
}
/* Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer */

#footer {
    width: 100%;
    padding: var(--padding) 0;
    font-size: 16px;
    background: var(--blue);
    text-align: right;
    border-top: 2px solid #008cc2;
    color: #fff;
    margin-top: var(--padding);
}
#footer p {
    margin-bottom: 0;
}
#footer a { color:#fff; }
#footer a:hover {
    color: #ddd;
}/* BUTTONS */

#page img[style*='float:left'],
#page img[style*='float: left'] {
    margin-left:0;
    margin-right:calc(var(--padding) * 2);
    margin-bottom:var(--padding);
}
#page img[style*='float:right'],
#page img[style*='float: right'] {
    margin-right:0;
    margin-left:calc(var(--padding) * 2);
    margin-bottom:var(--padding);
}
.button {
    background-color: transparent;
    border-color: #476695;
    border-style: solid;
    border-width: 2px;
    color: #476695;
    cursor: pointer;
    display: inline-block;
    font-family: Arial,sans-serif;
    font-size: 1em;
    margin: .5em .5em .5em 0;
    padding: 0.8em 2em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 300ms ease-out 0s;
}

.button:hover, .button:focus, .cms-button.button:hover {
    background-color: #476695;
    color: white;
}

.button.success {
    border-color: #4a831c;
    color: #4a831c;
}

.button.success:hover, .button.success:focus {
    background-color: #4a831c;
    color: white;
}

.button.alert {
    border-color: #9e0c0f;
    color: #9e0c0f;
}

.button.alert:hover, .button.alert:focus {
    background-color: #9e0c0f;
    color: white;
}

.button.small {
    padding: 0.4em 1em;
}

.button.expand {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
    width: 100%;
}
/* SEARCH BOX SEARCH BOX SEARCH BOX SEARCH BOX SEARCH BOX SEARCH BOX SEARCH BOX SEARCH BOX SEARCH BOX SEARCH BOX */
.search-wrap .search_button {
    color: white;
    position: absolute;
    right: 2px;
    bottom: 2px;
    transition: .3s;
    background: var(--secondary-colour);
    padding: 12px 13px 11px;
    height: 42px;
    z-index: 998;
}

.search-wrap .search_button:hover {
    background: var(--tertiary-colour);
}

.search-wrap {
    position: relative;
}
.search-wrap label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    z-index: 1;
    pointer-events: none;
    color: #767676;
}
.search-wrap label.hide {
display:none;
}
.search-wrap .search_box {
    background: var(--light-colour);
    border: 2px solid var(--dark-colour);
    max-width: none;
    padding: 10px;
    border-radius: 0;
    font-family: var(--copy-font);
    font-size: var(--font-size);
    -webkit-appearance: none;
    height:46px;
    margin:0;
}
blockquote p {
    line-height: var(--line-height);
    color: var(--copy-colour);
    opacity:.7;
}
blockquote p:last-of-type {
    margin-bottom:0;
}

blockquote {
    margin-bottom: var(--padding);
    padding: calc(var(--padding) / 2) var(--padding);
    border-left: 7px solid var(--tertiary-colour);
    line-height: 1.6;
    color: var(--copy-colour);
}
/* Tables */
body.cke_editable>table,
.Content:not(.edit):not(.editMode) table, 
.Show.Article:not(.edit):not(.editMode) table, 
table.search-results {
    border-color:#f5f5f5;
    margin-bottom: 1em;
}
body.cke_editable > table td,
.Content:not(.edit):not(.editMode) table td,
.Show.Article:not(.edit):not(.editMode) table td,
table.search-results td,
body.cke_editable > table th,
.Content:not(.edit):not(.editMode) table th,
.Show.Article:not(.edit):not(.editMode) table th,
table.search-results th {
    border-color:  var(--mid-grey);
    padding: 1em;
}
body.cke_editable > table th,
.Content:not(.edit):not(.editMode) table th,
.Show.Article:not(.edit):not(.editMode) table th,
table.search-results th {
    background: var(--light-grey);
}
body.cke_editable > table th,
body.cke_editable > table td {
    border-right: 1px solid #ddd;
}
body.cke_editable>table tr:hover,
.Content:not(.edit):not(.editMode) table tr:hover, 
.Show.Article:not(.edit):not(.editMode) table tr:hover, 
table.search-results tr:hover {
    background: rgba(0, 0, 0, 0.02);
}
body.cke_editable>table p,
.Content:not(.edit):not(.editMode) table p, 
.Show.Article:not(.edit):not(.editMode) table p, 
table.search-results p {
    margin-bottom: 0;
}

.btn {
    background: var(--blue);
    color: #fff;
    padding: var(--padding) calc(var(--padding) * 2);
    border-radius: var(--border-radius);
    display: inline-block;
    position: relative;
    border: 0;
    font-size: var(--font-size);
    text-align: center;
    transition: .3s;
}

.btn + .btn {
    margin-left: var(--padding);
    margin-top: 0em;
}
.btn:hover {
    color: #fff;
    background: var(--dark-blue);
}
.btn.secondary {
    background: white;
    border: 2px solid var(--primary-colour);
    color: var(--primary-colour);
}
.btn.secondary:hover {
    border: 2px solid var(--secondary-colour);
    color: var(--secondary-colour);
}
.btn.expand {
    width: 100%;
    text-align: center;
}




.flex {
    display:flex;
    align-items:center;
}
.flex-right {
    justify-content:flex-end;
}
.search-results p:last-of-type {
    margin-bottom:0;
}
.breadcrumb {
    margin-bottom: var(--padding);
}
.breadcrumbs {
    font-size:16px;
}
nav.breadcrumb [aria-current="page"],
.breadcrumbs a[tabindex='-1'] {
    text-decoration: none !important;
    color: #777;
    pointer-events: none;
}
nav.breadcrumb ol {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

nav.breadcrumb li + li::before {
    display: inline-block;
    margin: -1px 10px;
    transform: rotate(23deg);
    border-right: 1px solid #999;
    height: 0.8em;
    content: '';
}

.breadcrumbs li {
    display: inline-block;
    list-style: none;
}
.clearfix {
    clear:both;
}
[class*="column"]+[class*="column"]:last-child {
    float:left;
}
.row {
    max-width: var(--row-width);
}

.row .row {
    margin-left: calc(0.1px - var(--padding));
    margin-right: calc(0.1px - var(--padding));
}
.columns {
    padding:0 var(--padding);
}
form:not(.blive_PageEdit) .fade-in .blive_Control {
    transform: translateY(30px);
    opacity: 0;
    transition: .3s;
}

form:not(.blive_PageEdit) .fade-in .blive_Control.fadeIn {
	transform: translateY(0);
	opacity: 1;
}
#content {
    padding-top: var(--padding);
}

/* HERO IMAGE */
form:not(.blive_PageEdit) .hero-img {
    position: relative;
}
form:not(.blive_PageEdit) .hero-img p {
    margin: 0;
    line-height: 1;
}
form:not(.blive_PageEdit) .hero-img .blive_Control video,
form:not(.blive_PageEdit) .hero-img .blive_Control img {
    width: 100% !important;
    min-height: 400px;
    object-fit: cover;
    height: var(--hero-img) !important;
}

form:not(.blive_PageEdit) #ctl00_mainEditBar + div .hero-img video,
form:not(.blive_PageEdit) #ctl00_mainEditBar + div .hero-img img {
    height: calc(var(--hero-img) - 44px) !important;
}


form:not(.blive_PageEdit) .hero-text {
    position: absolute;
    bottom: calc(var(--padding) * 4);
    left: 20%;
    right: 20%;
    z-index: 4;
    color: white;
    text-align: center;
}

body.homepage form:not(.blive_PageEdit) .hero-img > div:not(.hero-text) .blive_Control:after {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,.8) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,.8) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index:1;
}

form:not(.blive_PageEdit) .hero-text * {
    color: white;
}

@media only screen and (max-width: 1025px) {
    form:not(.blive_PageEdit) .hero-text {
        left: var(--padding);
        right: var(--padding);
    }
}
.down-arrow {
    position: absolute;
    bottom: var(--padding);
    left: 50%;
    text-align: center;
    z-index: 1;
    transform: translateX(-50%);
}

.down-arrow a:after {
    content: "";
    font-family: FontAwesome;
    font-size: 4em;
    color: white;
    font-weight: 100;
}

.down-arrow a {
    text-decoration: none !important;
}
ul {
    margin-left: var(--padding);
}
.Content li {
    margin-bottom: var(--padding);
}
.Content li p {
    margin-bottom: 0;
}
.prettyPhotoOverlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 22px;
    padding: 5px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: 0.3s;
}

.prettyPhotoWrap:hover .prettyPhotoOverlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
}

.map-address {
    position: absolute;
    top: 30px;
    background: white;
    padding: 20px 30px;
    width: 100%;
    z-index:1;
}
.map-wrap {
    position: relative;
    background:#00a2e0;
}
#page .map-wrap .row,
#page .map-wrap .row>.columns {
    margin-bottom: 0 !important;
}
.gm-style-mtc>div {
    display: none !important;
}


.header-img p {
    margin-bottom:0;
}
.page-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: cover;
    opacity: 0.1;
    background-position: center;
}
.pp_social .pinterest {
    float: right;
    margin-left: 5px;
    overflow: hidden;
    width: 45px;
}
.form-button {
    color: white;
    border-color: white;
}
.form-button:hover,
.form-button:focus {
    background-color:rgba(255,255,255,0.3);
    outline:none;
}
.blive_Control.Login *:not(input) {
    color: white;
}
.Sitemap a {
    color: white;
}
#ctl00_mainEditBar + div .swish-wrap {
    display: none;
}
#page, .map-wrap {
    margin-top: calc(var(--padding)* 2);
}
.map-wrap {
    margin-top: calc(var(--padding)* 2);
    margin-bottom: -20px;
}

/*MOBILE NAV*/
nav.tab-bar {
    background: rgba(0, 0, 0, .3);
    height: var(--nav-height);
    z-index: 997;
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.move-left>.inner-wrap {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.move-left .right-off-canvas-menu {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}
.right-off-canvas-menu {
    width: 400px;
    max-width: 100%;
    top: var(--nav-height);
    bottom: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    transition: 0s;
    z-index: 997;
}
section.left-small { 
    border-right: solid 1px rgba(0,0,0,0.2); 
    box-shadow: 1px 0 0 rgba(255,255,255,0.2); 
}
section.right-small {
    border-left: solid 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0 0 rgba(255,255,255,0.2);
    height: var(--nav-height);
    width: var(--nav-menu-width);
    flex-shrink: 0;
    text-align: center;
}
a.menu-icon {
    text-indent: 0;
    width: auto;
    height: var(--nav-height);
    display: block;
    line-height: var(--nav-height);
    padding: 0 var(--padding);
    color: #fff;
    font-size: 16px;
    float: right;
}
.menu-icon:before {
    content:"MENU";
    padding-right:10px;
}
.menu-icon:after {
    content:"";
    font-family:FontAwesome;
}
.move-left .menu-icon:before {
    content:"CLOSE";
}
.move-left .menu-icon:after {
    content:"";
}
aside>ul.off-canvas-list {
    list-style-type: none;
    padding: var(--padding);
    margin: 0; 
}
ul.off-canvas-list a {
    color: white;
    font-family:var(--heading-font);
    font-size:19px;
}
ul.off-canvas-list .first-level a {
    font-size:17.5px;
    font-weight:500;
}
ul.off-canvas-list .second-level a,
ul.off-canvas-list .third-level a {
    font-size: 16px;
    font-weight: 500;
    margin-left: 10px;
}
ul.off-canvas-list li.top-level div {
    position:relative; 
    cursor:pointer;
    transition:.3s;
}
ul.off-canvas-list li.has-dropdown > div > a:not(.open-submenu) {
    width: calc(100% - 70px);
    display: inline-block;
}

ul.off-canvas-list li a.open-submenu {
    display: inline-block !important;
    height: 100%;
    width: 60px;
    text-align: center;
}

.expanded > div > a.open-submenu > .fa-plus:before {
    content: "\f068";
}
ul.off-canvas-list li > div > a {
    padding: 10px 20px;
}
ul.off-canvas-list.first-ul:not(.active),
ul.off-canvas-list.second-ul:not(.active),
ul.off-canvas-list.third-ul:not(.active) {
    display:none;
}
.off-canvas-list li {
    margin-bottom: 0;
}
ul.off-canvas-list li.top-level > div {
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
li.has-dropdown.first-level.expand:last-child >div {
    border-bottom: 0;
}
li.expanded.active > div + ul.off-canvas-list.first-ul, 
li.expanded.active > div + ul.off-canvas-list.second-ul, 
li.expanded.active > div + ul.off-canvas-list.third-ul {
    display: block !important;
}
.off-canvas-list .active:not(.expanded) > div a.menuitem:before {
    content:"\f054 \00a0 \00a0";
    font-family:FontAwesome;
    opacity:0.5;
}
.expanded > ul.off-canvas-list {
    display:block !important;
}
section.tab-bar-section.left {
    display: flex;
    max-width: calc(100vw - var(--nav-menu-width));
}
.tab-bar-section a {
    display: flex;
    align-items: center;
}
section.tab-bar-section {
    text-align: left;
    height: var(--nav-height);
    padding: 0 0 0 var(--padding);
}
section.tab-bar-section img {
    max-height: calc(var(--nav-height) - 25px);
    padding-bottom: 5px;
}
.right-off-canvas-menu .search-wrap {
    padding: var(--padding);
    background: #eeeeee;
    border-bottom: 1px solid #ddd;
}
.right-off-canvas-menu .search-wrap .search_button {
    right: 22px;
    bottom: 22px;
}
.right-off-canvas-menu .search-wrap label {
    left: calc(var(--padding) + 12px);
}
@media only screen and (max-width:560px) {
    .move-left a.exit-off-canvas,
    .move-right a.exit-off-canvas {
        display:none;
    }
}
@media only screen and (min-width:1025px) {
    .move-left > .inner-wrap,
    .move-right > .inner-wrap {
        transform: none;
    }
    .move-left a.exit-off-canvas,
    .move-right a.exit-off-canvas {
        display:none;
    }
}

.off-canvas-wrap.move-left span.mobile-nav-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, .5);
    z-index: 996;
    cursor: pointer;
}
.off-canvas-wrap.move-left nav.tab-bar, .off-canvas-wrap.move-left .right-off-canvas-menu {
    background: black !important;
}
ul.off-canvas-list .second-level a:before {
    content: "-";
    margin-right: 10px;
}
@media only screen and (max-width: 560px) {
    :root {
        --font-size: 16px;
        --h1-size: 25px;
        --h2-size: 21px;
        --h3-size: 19px;
        --h4-size: 17px;
        --line-height: 1.55;
    }

    #cke_1_bottom {
        display: none
    }

    #footer {
        padding: 10px
    }

    div#cccwr #ccc-icon {
        display: none !important
    }

    .search-wrap {
        background: none !important
    }

    .search-wrap .search_button {
        color: rgba(255,255,255,.8);
        top: 0
    }

    .map-address {
        position: relative;
        margin-bottom: 1em;
        top: 0;
        margin-top: 1em
    }

    #page .yellow .row, #page .yellow > .row > .columns:last-of-type {
        margin-bottom: 0 !important
    }

    .cookie-bar-wrapper {
        background: #333 !important
    }

    .cookie-bar-container p {
        float: none;
        clear: both
    }

    .formQuestionHeader.formQuestionHeader {
        padding: 10px 0 5px
    }

    table.formTable *, table.formTable {
        display: block;
        width: 100%
    }
    .subpage-header-image img,
    .subpage-header-image video {
        aspect-ratio: 1;
        object-fit: cover;
    }
}

@media only screen and (min-width: 561px) and (max-width:1024px) {
    .swish {
        right: calc(50vw + 225px)
    }

    .cookie-bar-wrapper {
        background: rgba(0,0,0,.2);
        position: fixed;
        top: 96px
    }
    .subpage-header-image img,
    .subpage-header-image video {
        aspect-ratio: 2;
        object-fit: cover;
    }
}

@media only screen and (min-width: 561px) and (max-width:850px) {
    .swish-wrap {
        position: absolute;
        left: 0;
        width: calc(50vw - 250px)
    }

    .swish {
        max-width: none;
        float: right
    }
}

@media only screen and (min-width: 851px) and (max-width:1024px) {
    .swish-wrap {
        position: absolute;
        left: 0;
        width: calc(50vw - 250px)
    }

    .swish {
        max-width: none;
        float: left
    }
}

@media only screen and (min-width: 561px) {
    .big-image img {
        min-height: 100vh;
        max-width: none;
        min-width: 100%;
        width: auto !important;
        transform: translateX(-50%);
        margin-left: 50%
    }

    .big-image {
        position: relative;
        height: 100vh;
        overflow: hidden
    }

    .big-image .text-overlay-wrap {
        top: calc(100vh - 160px)
    }

    .cookie-bar-container p {
        line-height: 1.6;
        margin-top: 6px
    }
}

@media only screen and (max-width: 640px) {
    .tooltip {
        opacity: 0
    }
}

@media only screen and (min-width: 1025px) {
    .right-for-medium-up {
        float: right !important
    }

    .cookie-bar-wrapper {
        background: rgba(0,0,0,.2);
        position: fixed;
        top: var(--nav-height);
    }
}

@media only screen and (min-width: 1570px) {
    .swish {
        float: left
    }
}


#headerwrap {
    background: rgba(0, 0, 0, .3);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}
#ctl00_mainEditBar + div #headerwrap {
    top: 44px;
}
#headermenuwrap {
    clear: both;
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    z-index: 2;
}
#headermenu {
    z-index: 995;
    height: 30px;
    padding-top: 0px;
    margin: auto;
}
.top-bar-section ul li.active > a,
.top-bar-section li:not(.has-form) a:not(.button):hover,
.top-bar-section li:focus-within > a {
    background: rgba(0,0,0,0.4);
    color:var(--yellow);
}
.top-bar-section .dropdown li a,
.top-bar-section li:not(.has-form) a {
    color: white;
    text-transform:uppercase;
    font-weight:500;
}
.top-bar-section .dropdown {
    background: rgba(0,0,0,0.3);
}

.contain-to-grid {
  width: 100%;
  background: #009ed6; 
  }
.contain-to-grid .top-bar {
  margin-bottom: 0; 
  }
.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99; 
  }
.top-bar {
    height: var(--nav-height);
    line-height: var(--nav-height);
    position: relative;
}
.top-bar ul {
  margin-bottom: 0;
  list-style: none; 
  }
.top-bar .row {
  max-width: none; 
  }
.top-bar form, .top-bar input {
  margin-bottom: 0; 
  }
.top-bar input {
  height: 2.45em; 
  }
.top-bar .button {
    padding-top: .5em;
    padding-bottom: .5em;
    margin-bottom: 0; 
    }
.top-bar .title-area {
    position: relative;
    margin: 0; 
    }
.top-bar .name {
    height: 45px;
    margin: 0;
     
    }
.top-bar .name h1 {
  line-height: 45px;
  
  margin: 0; 
  }
.top-bar .name h1 a {
    font-weight: bold;
    color: white;
    width: 50%;
    display: block;
    padding: 0 15px; 
    }
.top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; 
    }
.top-bar .toggle-topbar a {
  color: white;
  text-transform: uppercase;
  
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 15px;
  height: 45px;
  line-height: 45px; 
  }
.top-bar .toggle-topbar.menu-icon {
  right: 15px;
  top: 50%;
  margin-top: -16px;
  padding-left: 40px; 
  }
.top-bar .toggle-topbar.menu-icon a {
    text-indent: -48px;
    width: 34px;
    height: 34px;
    line-height: 33px;
    padding: 0;
    color: white; 
    }
.top-bar .toggle-topbar.menu-icon a span {
  position: absolute;
  right: 0;
  display: block;
  width: 16px;
  height: 0;
  -webkit-box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
  box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white; 
  }
.top-bar.expanded {
    height: auto;
    background: transparent; 
    }
.top-bar.expanded .title-area 
{
    background: #009ed6; 
    }
.top-bar.expanded .toggle-topbar a {
  color: #888888; 
  }
.top-bar.expanded .toggle-topbar a span {
    -webkit-box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
    box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888; 
    }
.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  -webkit-transition: left 300ms ease-out;
  -moz-transition: left 300ms ease-out;
  transition: left 300ms ease-out; 
  }
.top-bar-section ul {
    width: 100%;
    height: auto;
    display: block;
    
    margin: 0; 
    }
.top-bar-section .divider, .top-bar-section [role="separator"] {
    border-bottom: 1px solid #D3D3D3;
    border-top:1px solid #A9A9A9;
    clear: both;
    height: 1px;
    padding-top:1px;
    margin:5px 0 ;
    width: 100%; 
    }
.top-bar-section ul li > a {
    display: block;
    width: 100%;
    min-width:100px;
    padding: 12px 0 12px 0;
    padding-left: 15px;   
    text-align:center;
    font-size:16px;
    }
.top-bar-section .has-form {
    padding: 15px; 
    }
.top-bar-section .has-dropdown {
    position: relative;
    }  
.top-bar-section .has-dropdown.moved {
      position: static; 
      }
.top-bar-section .has-dropdown.moved > .dropdown {
      visibility: visible; 
      }
.top-bar-section .dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    visibility: hidden;
    z-index: 995; 
    }
.top-bar-section .dropdown li {
  min-width: 150px;
  height: auto;
  }
.top-bar-section .dropdown li a {
    padding: 15px 15px;
    text-align:left; 
    }
.top-bar-section .dropdown li.title h5 {
    margin-bottom: 0; 
    }
.top-bar-section .dropdown li.title h5 a {
      color: white;
      line-height: 22.5px;
      display: block; 
      }
.top-bar-section .dropdown label {
      padding: 8px 15px 2px;
      margin-bottom: 0;
      text-transform: uppercase;
      color: #555555;
      font-weight: bold;
       
      }
.top-bar-js-breakpoint {
  width: 58.75em !important;
  visibility: hidden; 
  }
.js-generated {
  display: block; 
  }
.top-bar-section .has-dropdown > a:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: solid 5px;
      border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
      border-left-style: solid;
      margin-right: 15px;
      margin-top: -4.5px;
      position: absolute;
      top: 50%;
      right: 0; 
}
.top-bar-section .dropdown > .has-dropdown > a:after {
      content: "";
      display:none !important;
}
.top-bar-section .has-dropdown > a:focus-within:after,
.top-bar-section .has-dropdown > a.active:after,
.top-bar-section .has-dropdown > a:hover:after {
    border-color: transparent transparent transparent var(--yellow);
}
.top-bar-section .drop-on-page > li > a:focus-within:after,
.top-bar-section .drop-on-page > li > a:hover:after {
    border-color: var(--yellow) transparent transparent transparent;
}
@media only screen and (min-width: 28.75em) {
    .top-bar {
        /*background: #009ed6;*/
        *zoom: 1;
        overflow: visible; 
        }
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; 
      }
    .top-bar:after {
      clear: both; 
      }
    .top-bar .toggle-topbar {
      display: none; 
      }
    .top-bar .title-area {
      float: left; 
      }
    .top-bar .name h1 a {
      width: auto; 
      }
    .top-bar input, .top-bar .button {
      line-height: 2em;
      
      height: 2em;
      padding: 0 10px;
      position: relative;
      top: 8px; 
      }
    .top-bar.expanded {
      /*background: #009ed6;*/ 
      }
    .contain-to-grid .top-bar {
        max-width: 62.5em;
        margin: 0 auto; 
        }
    .top-bar-section {
        -webkit-transition: none 0 0;
        -moz-transition: none 0 0;
        transition: none 0 0;
        left: 0 !important; 
        }
    .top-bar-section ul {
        max-width: none;
        height: auto !important;
        display: inline;
        display: flex;
        justify-content: end;
    }
    .top-bar-section ul li {
        float: left;
        margin:0 !important; 
        }
    .top-bar-section ul li .js-generated {
      display: none; 
      }
    .top-bar-section li a:not(.button) {
      padding: 0 15px;
      line-height: var(--nav-height);
      }
    .top-bar-section li a.hover:not(.button) {
        background: black; 
        }
    .top-bar-section .drop-on-page > .has-dropdown > a {
      padding-right: 35px !important;
    }
    .top-bar-section .has-dropdown.moved {
          position: relative; 
          }
    .top-bar-section .has-dropdown.moved > .dropdown {
        visibility: hidden; 
        }
    .top-bar-section .has-dropdown:hover > .dropdown, .top-bar-section .has-dropdown:active > .dropdown {
      visibility: visible; 
      }
    .top-bar-section .dropdown {
          left: 0;
          top: auto;
          width: auto;
          }
    .top-bar-section .dropdown li a {
        line-height: 1;
        white-space: nowrap;
        padding: 15px;
    }
    .top-bar-section .dropdown li label {
            white-space: nowrap;
            background: #1e1e1e; 
            }
    .top-bar-section .dropdown li .dropdown {
            left: 100%;
            top: 0; 
            }
    .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
          border-bottom: none;
          border-top: none;
          border-right: solid 1px #2b2b2b;
          border-left: solid 1px black;
          clear: none;
          height: var(--nav-height);
          width: 0px; 
          }
    .top-bar-section .has-form {
          background: #009ed6;
          padding: 0 15px;
          height: 45px; 
          }
    .top-bar-section ul.right li .dropdown {
      left: auto;
      right: 0; 
      }
    .top-bar-section ul.right li .dropdown li .dropdown {
        right: 100%; 
        }
    .no-js .top-bar-section ul li:hover > a {
        background: #0391c3;
        color: white; 
        }
    .no-js .top-bar-section ul li:active > a {
        background: #0391c3;
        color: white; 
        }
    .no-js .top-bar-section .has-dropdown:hover > .dropdown {
        visibility: visible; 
        } 
} 



/* keeps drop down on page */
.drop-on-page,
.drop-on-page li,
.drop-on-page ul {
    list-style:none;
    margin:0;
    padding:0;
}

.drop-on-page {
    position:relative;
    z-index:10000;
    float:left;
    width:100%;
}
.drop-on-page ul {
    position:absolute;
    top:100%;
    visibility:hidden;
    display:none;
    z-index:900;
    width:16em;
    
}
.drop-on-page ul ul {
    top:0;
}
.drop-on-page li {
    position:relative;
    float:left;
}
.drop-on-page li:hover{
    z-index:910;
}
.drop-on-page ul:hover,
.drop-on-page li:hover > ul,
.drop-on-page a:hover + ul,
.drop-on-page a:focus + ul {
    visibility:visible;
    display:block;
}
.drop-on-page li:focus-within > ul {
	visibility: visible;
	display: block;
}
.drop-on-page a {
    display:block;
    padding:1em 2em;
}
.drop-on-page ul li {
    width:100%;
}
.drop-on-page .edge ul {
    right:0 !important;
    left:auto !important;
}
.drop-on-page .edge ul ul {
    right:100% !important;
    left:auto !important;
}
.drop-on-page ul .edge ul {
    right:100% !important;
    left:auto !important;
}
.dropdown img {
    clear: both;
    display: block;
    margin-top: 1em;
    max-width: 300px;
    width: 100%;
}
ul.drop-on-page > li:first-child {
    display: none !important;
}
.has-dropdown .has-dropdown > ul.dropdown {
    display: none !important;
}

/* SIDE MENU */
.glossymenu {
    margin: 0 0 var(--padding);
    width: 100%;
    padding-bottom:var(--padding);
    background:var(--secondary-colour);
    font-family:var(--copy-font);
    font-size: 16px;
    list-style:none;
}
.glossymenu ul {
list-style:none;
margin:0;
}
.glossymenu a.menuitem[tabindex='-1'] {
    pointer-events:none;
}
.glossymenu a.menuitem,
.glossymenu a.menuitem:visited,
.glossymenu .menuitem:active {
    color: #fff;
    line-height: 1.2;
    position: relative;
    width: auto;
    text-decoration: none;
    padding: 0 var(--padding);
    z-index: 1;
    text-align: left;
    display: block;
}
.glossymenu > li > a.menuitem {
    background: var(--dark-colour);
    border-bottom: 2px solid white;
    font-size: 19px;
}
.glossymenu > li > a.menuitem span {
    border-bottom: 0;
}
.glossymenu a.menuitem:hover span {    
    border-bottom:2px solid rgba(255,255,255,0.5);
}
.glossymenu ul a.menuitem.active span {
    border-bottom: 2px solid rgba(255,255,255,0.7);
}
.glossymenu > li > a.menuitem:hover span {
    border-bottom: 0px solid rgba(255,255,255,0.5);
}
.glossymenu a.menuitem span
{           
    padding:var(--padding) 0;
    border-bottom:2px solid rgba(255,255,255,0.2);
    display:block;
}
.glossymenu div.submenu ul li
{
    border-bottom: 1px solid #ffffff;
}
.glossymenu a.menuitem .statusicon
{ 
    position: absolute;
    top: 5px;
    right: 5px;
    border: none;
}
.glossymenu div.submenu ul li a {
    background: var(--secondary-colour);
    color: #151515;
    display: block;
    font-size: 90%;
    outline: 0 none;
    padding: 2px 10px;
    text-decoration: none;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.glossymenu div.submenu ul li a:hover
{
    background:#cccc6c;
}
.glossymenu div.submenu ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.submenu {
    display:none !important;
}
.glossymenu.fixedScroll {
    position: fixed;
    top: 20px;
}