/* Start of CMSMS style sheet 'minimal' */
body {
    background:#fff;
    color: #555;
    text-align:left;
    font-family: 'Lato', sans-serif;
}



a:link, a:visited, a:active {
    text-decoration:none;
    color:#EE930B;
    text-decoration:underline;
}

a:hover{
    text-decoration:underline;
    color:#EE930B;
}

b, strong {
    color:#000;

}

a b,a strong:hover {
    color:#EE930B;

}


/* LAYOUT */

div#pagewrapper {

}

.container {
    max-width: 920px;
    margin: 0 auto;

}


div#header {
    background:#000;
    color:#EE930B;
    margin-bottom:0.6em;
    padding: 11px 0px;
}



div#header p {
    margin-top:17px;
    margin-bottom:0px;
    margin-right:1em;
    text-align:right;
}

div#header p a {
    color:#EE930B;
    padding: 0 5px;
    font-weight:bold;
    text-decoration:none;
}

div#header p a:hover {
    color:#000;
    background:#EE930B;
}


div#header .custom-brand{
    float:left;
    margin:0;
    padding:0;
    height:50px;
    width:300px;
    background: url('../images/logo.gif') no-repeat 0px 0 ;
    text-indent: -999em;  /* this hides the text */
    text-decoration:none;
}

div#breadcrumbs{
    text-align:left;
    margin-bottom:2em;

}

div#content {
    margin-left: auto;
    margin-right: auto;
    margin-top:2em;
    padding: 0 13px;
}

#back a {
    font-size:70%;
    text-decoration:none;
}
#back a:hover {
    color:#000;
    background:#EE930B;
}

div#catpage
{

    width:900px;
    margin:0 auto;


}

div#catpage table
{
    margin-top:1em;

}
div#catpage a img,
div#catpage tr {
    padding:0;
    margin:0;
}





.image-title {
    font-size: 1.2em;
    text-transform: uppercase;
    color: #9E9E9E;
}

.cover-img {
    position: relative;
}

.cover-title {
    position: absolute;
    top: 13px;
    background: rgba(0, 0, 0, 0.75);
    line-height: 1.5em;
    padding: 1px 10px;
    margin-right: 6px;
}


.NewsSummary {
    margin: 36px 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #444;
}



/* Contact form */

.form-control.g-recaptcha {
    display: inline-block;
    vertical-align: top;
}


/* Footer */


#footer {
    margin-top: 4em;
}

/**
Menu
 */
.menu-wrapper {
    margin-bottom: 1em;
    -webkit-font-smoothing: antialiased;
    height: 3em;
    overflow: hidden;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    transition: height 0.5s;
}

.menu-wrapper.open {
    height: 14em;
    display: contents;
}

.custom-menu-3 {
    text-align: right;
    margin-top: 1em;
}

.custom-toggle {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0.5em;
    right: 0;
    display: none;
}

.custom-toggle .bar {
    background-color: #ee930b;
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 100px;
    position: absolute;
    top: 18px;
    right: 7px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.custom-toggle .bar:first-child {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}


.custom-toggle.x .bar {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-toggle.x .bar:first-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (max-width: 47.999em) {

    .custom-menu-3 {
        text-align: left;
    }

    .custom-toggle {
        display: block;
    }

}

.pure-menu a {
    font-weight: bold;
}
.pure-menu a:link {
    text-decoration: none;
}
.pure-menu a:hover {
    text-decoration: underline;
}
.pure-menu-link:hover {
    background-color: inherit;
}
ion-icon {
    font-size: 25px !important;
}

/* Alerts /*
 */

.alert {
    width: 100%;
    padding: 1em;
    border-radius: 6px;

}

.alert.alert-info {
    background-color: #fbe6ca;
    color: #000;
}

.alert.alert-success {
    background-color: #add79b;
    color: #000;
}

.alert.alert-error {
    background-color: #f67979;
    color: #000;
}


#contact-form {

}
