﻿@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,400;0,600;0,800;0,900;1,400&display=swap');

@font-face {
  font-family: Utopia;
  src: url('fonts/UtopiaStd-BlackHeadline.ttf') format('opentype');   
}



.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}


em, small {
    letter-spacing: 0
}

body, li, p {
    line-height: 1.5em;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.DNNEmptyPane {
    display: none!important
}

.paneOutline {
    border: 1px dashed #ccc
}

a, a img, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, time, tt, u, ul, var, video {
    border: 0
}

.TB_Wrapper, .TB_Wrapper *, .dnnActionMenu, .dnnActionMenu *, .dnnActionMenu:after, .dnnActionMenu:before, .dnn_mact, .dnn_mact *, .dnn_mact:after, .dnn_mact:before, [id*=ControlPanel], [id*=ControlPanel] *, [id*=ControlPanel]:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

[class*=RadAjaxPanel] *, [class*=Digital] * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

html, li, p {
    font-size: 16px
}

ol.list-unstyled, ol.list-unstyled>li, ul.list-unstyled, ul.list-unstyled>li {
    list-style: none;
    margin: 0
}

ul.row {
    margin-left: -15px;
    margin-right: -15px
}

ol, ul {
    list-style: none
}

ul li {
    list-style-type: disc
}

ul li li {
    list-style-type: circle
}

ol li {
    list-style-type: decimal;
    list-style-position: inside
}

.nav li {
    list-style: none!important
}

a {
    outline: 0!important
}

ul#myTab {
    padding: 0;
    margin: 0
}

.popover {
    z-index: 999
}

.mark, mark {
    padding: 0;
    background-color: transparent
}

.bs-callout-danger, .bs-callout-info, .bs-callout-primary, .bs-callout-success, .bs-callout-warning {
    display: block;
    padding: 15px 30px 15px 15px
}

body {
    background: #fff;
    color: #333;
    font-size: 13px
}

.CommandButton, .Head, .Normal, .NormalBold, .NormalDisabled, .NormalRed, .NormalTextBox, .SubHead, .SubSubHead, a:hover, a:link, a:visited, body, h1, h2, h3, h4, h5, h6, input, table, td, th {
  font-family: "Poppins", sans-serif;
}

.SubHead {
    color: #000
}

Body #Form {
    height: 100%
}

embed, img, object {
    max-width: 100%
}

[class*=map] img, [class*=Map] img, [id*=map] img, [id*=Map] img, table img {
    max-width: none!important
}

img {
    height: auto
}

em {
    font-style: italic
}

strong {
    color: #334f63;
    font-weight: 900;
}

small {
    font-size: 12px
}

a:active, a:link, a:visited {
    text-decoration: none;
	color:#fbb040;
	
}

a:hover {
    text-decoration: none;
	color: #fbb040;
}

p {
    margin: 0 0 20px
}

h1, h2, h3, h4, h5, h6 {
	font-family: Utopia;
	font-weight: 700;
	font-style: normal;
    color: #334f63;
    line-height: 1.3em;
    margin: 0 0 10px
}

ol li>ol li {
    list-style-type: lower-latin
}
#mainHeader-inner {
    width: 90vw;

}

/* menu */
.navbar-collapse.in {
   background: url(images/menu-bg.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
	right:0;
    top: 94px;
    z-index: 9;
    min-height: 108vh;
    
    overflow: hidden;
    
}
ul.nav.navbar-nav.topLevel.sm.sm-collapsible {
   
    position: absolute;
	width:30vw;
    left: 250px;
    top: 210px;
    z-index: 9;
    min-height: 100vh;
    text-align: center;
	    margin-left: 0;
    
}
li.menuItem span {
    color: #334f63;
	    font-family: Utopia;
		font-size:1.25rem;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus

 {
    
    background-color: unset;
}

/* Header */

button.navbar-toggle {
    border-radius: 100%;
    padding: 11px;
    border: 2px solid #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
	    width: 17px;
		height:3px
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fbb040
}

@keyframes hvr-buzz {
  50% {
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    transform: translateX(-3px) rotate(-2deg);
  }
}


img.buzz:hover {
  animation-name: hvr-buzz;
  animation-duration: 0.15s; /* Adjust speed as desired */
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate; /* Makes the animation go back and forth */
}

img.buzz {
    padding: 0 12px;
}
#topHeader {
	max-height:0;
	min-height:0;
}

header {
    background: #334f63;
	max-height: 100px;
    
}
.row.dnnpane.col-md-6.socialcontact p {
    color: #fbb040;
}

.row.dnnpane.col-md-6.socialcontact a {
    color: #fff;
}
.row.dnnpane.col-md-6.socialcontact a:hover {
    color: #fbb040;
}


img#dnn_dnnLOGO_imgLogo {
    position: absolute;
    z-index: 888;
    width: 30vw;
    top: -30px;
	left: 250px;
	filter: drop-shadow(0px -26px 40px black);
}

.row.dnnpane.col-md-6.socialcontact {
    width: 100%;
}
.home h1 {
	font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: clamp(20px, 2.9vw, 80px);
    color: #fbb040;
}

.home p {
	font-weight:700;
    font-size: clamp(16px, 1.4vw, 30px);
	color:#334f63;
	line-height: 1.2em;
}

a.btn {
	font-family: "Poppins", sans-serif;
    border: 1px solid #334f63;
    padding: 12px 25px;
    border-radius: 15px;
    font-weight: 700;
	color:#334f63;
	transition: linear 0.5s;
}
.btn:hover, .btn:focus, .btn:focus {
    color: #fff;
    text-decoration: none;
    background-color: #334f63;
}

/*banner*/
section#MainBanner .nivo-caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    top: 0px;
    right: 0px;
    background: transparent;
    color: #fff;
    width: 100%;
    z-index: 8;
    padding: 13rem 0rem 0rem 8rem;
    opacity: 1;
    overflow: visible;
    max-width: 43%;
}

.nivo-caption h2 {
    font-size: clamp(20px, 5.2vw, 120px);
    line-height: 1em;
}
.nivo-caption h3 {
    font-size: clamp(20px, 2.5vw, 120px);
    line-height: 1.7em;
}
.nivo-caption h4 {
	color: #fbb040!Important;
	font-size: clamp(16px, 2.5vw, 80px);
    font-weight: 600;
}
.nivo-caption p {
	font-weight:700;
    font-size: clamp(16px, 1.4vw, 30px);
	color:#334f63!Important;
	line-height: 1.2em;
}

#M5560 .nivo-caption a.btn
 {
	color: #ffffff;
    border: 1px solid #fbb040;
    font-size: clamp(18px, 1.5vw, 80px);
    line-height: 1em;
    background-color: #fbb040;
}

#M5560 .nivo-caption a.btn:hover

 {
    color: #fff;
    border: 1px solid #334f63;
	background-color: #334f63;
}
.waves {
    background-image: url(Images/waves.png);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 90px;
    width: 100%;
    margin-top: -50px;
    z-index: 888;
    position: relative;
}
	
/* Graphic buttons-wrapper*/

.flex.gbs {
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
	margin-bottom: 150px;
	
}
.flex.gbs img {
    padding: 0 10px;
	width: 350px;
}

section.why {
    background-image: url(Images/why-bg.jpg);
    background-size: 71%;
    background-repeat: no-repeat;
    padding: 80px 0;
    background-position-x: right;
    background-position-y: bottom;
}

section.mission {
	background-color:#fbb040;
    background-image: url(Images/honey-comb.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 160px 0;
}

section.mission {
	text-align:center;
}

section.mission h3{
	color:#fff;
	text-decoration:underline;
}
section.mission p{
	padding: 30px;
}

section.two-five{
	background-image: url(Images/2-5-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 190px 0;
	border-bottom: solid 35px #fbb040;

}
h2 span {
    font-size: clamp(20px, 5.7vw, 120px);
}

section.one-two {
	background-image: url(Images/1-2-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 190px 0;
	border-bottom: solid 35px #fbb040;
}

section.gallery {
	overflow: hidden;
	    padding: 150px 0;
	
}

p+h2 {
    margin-top: -20px;
}

h2+h4 {
    color:#fbb040;
}
.inner-bee {
    position: absolute;
    right: 0;
    margin-top: -144px;
    width: 23vw;
}

.footer-above {
	background-color:#fbb040;
    background-image: url(Images/footer-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 120px 0;
}

.footer-above h3

 {
    color: #fff;
    margin-bottom: 17px;
}

.footer-above p {
    font-size: 19px;
	font-weight:400;
}
.footer-above strong {
    font-size: 19px;
	font-weight:600;
}
table.hours {
    width: 100%;
}

table.contact {
    width: 100%;
}
table.hours p {
    line-height: 0.5em;
}
.footer-above a:active, .footer-above a:link, .footer-above a:visited, .footer-above a:hover {
	color: #334f63;
}
.footer-above a:hover {
	font-weight:900;
}
img.footerlogo {
    margin: 15px 0;
}

/* Floating Bees */

.bee-one {
    position: absolute;
    right: 0;
    margin-top: -390px;
    width: 40vw;
}

.bee-two {
    position: absolute;
    left: 0;
    margin-top: -290px;
    width: 40vw;
}

/* Inner */

img.inner-banner-bee {
    max-width: 56vw;
    margin-top: 40px;
}

section#FullWidth {
    margin: 25px 90px 0;
}
h1 {
    font-size: clamp(25px, 4vw, 100px);
}

h1+p strong {
    font-weight: 700;
    font-size: clamp(16px, 1.4vw, 30px);
    color: #fbb040;
    line-height: 1.2em;
}

p{
    font-weight: 400;
    font-size: clamp(16px, 1.2vw, 30px);
    line-height: 1.2em;
	color:#334f63;
}


/* team gallery */
h1.edsgg_mainTitle, .edsgg_galleryDetails {display:none!important}
.eds_GravityGallery_Graviton .edsgg__itemsListContainer.edsgg__items .edsgg_thumbnailWrapper {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;

}
.eds_GravityGallery_Graviton .edsgg__itemsListContainer .edsgg__itemContainer {	width:100%;}
.eds_GravityGallery_Graviton .edsgg__itemsListContainer .edsgg_thumbnailWrapper .edsgg_description {
    font-size: 11px;
    line-height: 1.3;
    margin-bottom: 5px;
    padding: 3rem;
}
.eds_GravityGallery_Graviton .edsgg__itemsListContainer.edsgg__items .edsgg_thumbnailWrapper {
    border-width: 1px;
    border-color: #fff!important;
    background-color:#fbb040;
    background-image: url(Images/honey-comb.png);
	background-size: cover;
}
h3.edsgg_title {
    color: #ffffff;
    font-family: 'Utopia Std';
    font-size: 2.5rem;
}
.inner .eds_GravityGallery_Graviton .edsgg__itemsListContainer .edsgg_thumbnailWrapper .edsgg_thumbnailContainer .edsgg_image_thumbnail {
    position: relative;
    display: block;
    border: solid 0px #d6d6d6;
    padding: 0px;
    background-color: unset;
    max-width: 100%;
    line-height: 0;
    overflow: hidden;
    width: 100%;
    margin: -50px 0px -50px 0px;
    z-index: 9;
	/*
	-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  */
}

.inner .eds_GravityGallery_Graviton .edsgg__itemsListContainer {
    margin-bottom: 50px;
}
.inner .eds_GravityGallery_Graviton .edsgg__itemsListContainer.edsgg__items .edsgg_thumbnailWrapper p {
    
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
    font-size: clamp(16px, 1.2vw, 30px);
    line-height: 1.2em;
	}

.inner .eds_GravityGallery_Graviton .edsgg__itemsListContainer .edsgg__itemContainer:nth-of-type(odd) .edsgg_thumbnailContainer {
    order: 2;
}
.inner .eds_GravityGallery_Graviton .edsgg__itemsListContainer .edsgg__itemContainer:nth-of-type(odd)  .edsgg_description {text-align:right;}
.inner .eds_GravityGallery_Graviton .edsgg__itemsListContainer .edsgg_thumbnailWrapper .edsgg_thumbnailContainer {
    margin: 0 0px 5px -50px;
    filter: drop-shadow(3px 4px 12px #00000040);
    z-index: 9;
}

.inner .eds_GravityGallery_Graviton .edsgg__itemsListContainer .edsgg__itemContainer:nth-of-type(odd) .edsgg_thumbnailContainer {    margin: 0 -50px 5px 0px;}


.newspaper-col {
  column-count: 2;
  column-gap: 8em;
  
}



.bs-callout-primary {
    margin: 20px 0;
    border-left: 5px solid #337ab7;
    background-color: #dbe9f5
}

.bs-callout-primary h1, .bs-callout-primary h2, .bs-callout-primary h3, .bs-callout-primary h4, .bs-callout-primary h5, .bs-callout-primary h6 {
    margin-top: 0;
    color: #337ab7
}

.bs-callout-primary p:last-child {
    margin-bottom: 0
}

.bs-callout-primary .highlight, .bs-callout-primary code {
    background-color: #fff
}

.bs-callout-danger {
    margin: 20px 0;
    border-left: 5px solid #d9534f;
    background-color: #f4cecd
}

.bs-callout-danger h1, .bs-callout-danger h2, .bs-callout-danger h3, .bs-callout-danger h4, .bs-callout-danger h5, .bs-callout-danger h6 {
    margin-top: 0;
    color: #d9534f
}

.bs-callout-danger p:last-child {
    margin-bottom: 0
}

.bs-callout-danger .highlight, .bs-callout-danger code {
    background-color: #fff
}

.bs-callout-warning {
    margin: 20px 0;
    border-left: 5px solid #f0ad4e;
    background-color: #fceedb
}

.bs-callout-warning h1, .bs-callout-warning h2, .bs-callout-warning h3, .bs-callout-warning h4, .bs-callout-warning h5, .bs-callout-warning h6 {
    margin-top: 0;
    color: #f0ad4e
}

.bs-callout-warning p:last-child {
    margin-bottom: 0
}

.bs-callout-warning .highlight, .bs-callout-warning code {
    background-color: #fff
}

.bs-callout-info {
    margin: 20px 0;
    border-left: 5px solid #5bc0de;
    background-color: #daf1f8
}

.bs-callout-info h1, .bs-callout-info h2, .bs-callout-info h3, .bs-callout-info h4, .bs-callout-info h5, .bs-callout-info h6 {
    margin-top: 0;
    color: #5bc0de
}

.bs-callout-info p:last-child {
    margin-bottom: 0
}

.bs-callout-info .highlight, .bs-callout-info code {
    background-color: #fff
}

.bs-callout-success {
    margin: 20px 0;
    border-left: 5px solid #5cb85c;
    background-color: #c7e6c7
}

.bs-callout-success h1, .bs-callout-success h2, .bs-callout-success h3, .bs-callout-success h4, .bs-callout-success h5, .bs-callout-success h6 {
    margin-top: 0;
    color: #5cb85c
}

.bs-callout-success p:last-child {
    margin-bottom: 0
}

.bs-callout-success .highlight, .bs-callout-success code {
    background-color: #fff
}






h2 {
    font-size: clamp(25px, 3vw, 80px);
}


h3 {
    font-size: 1.375rem
}

h4 {
    font-size: 1.25rem
}

h5 {
    font-size: 1.125rem
}

h6 {
    font-size: 1rem
}

/** Header  **/
button.navbar-toggle {
    float: left;
}

.navbar.navbar-default {
    display: flex;
}

/*** back To Top ***/

#toTop {

    padding: 0px 13px 10px;

    background: #000;

    color: #fff;

    position: fixed;

    bottom: 0;

    font-size: 2.3rem;

    right: 15px;

    display: none;

    bottom: 50px;

    opacity: .4;

    border-radius: 50%;

    cursor: pointer;transition: all 0.7s ease 0s;

	z-index:999;

}

#toTop:hover {opacity: 1;transition: all 0.7s ease 0s;}

 body{font-family: "Open Sans", sans-serif; color:#4cb0d1;}




/*** Responsive ***/

@media screen and (min-width:500px) {
    html {
        font-size: 14px
    }
}

@media screen and (min-width:570px) {
    html {
        font-size: 15px
    }
}

@media screen and (min-width:620px) {
    html {
        font-size: 16px
    }
}

@media screen and (min-width:680px) {
    html {
        font-size: 17px
    }
}

@media screen and (min-width:720px) {
    html {
        font-size: 18px
    }
}

@media screen and (min-width:800px) {
    html {
        font-size: 19px
    }
}

@media screen and (min-width:860px) {
    html {
        font-size: 20px
    }
}

@media screen and (min-width:920px) {
    html {
        font-size: 21px
    }
}

@media screen and (min-width:1000px) {
    html {
        font-size: 22px
    }
}
@media screen and (min-width:1930px) {
   #mainHeader-inner {
    width: 2230px;
}


ul.nav.navbar-nav.topLevel.sm.sm-collapsible {
    position: absolute;
    width: 30vw;
    left: 250px;
    top: 310px;
    z-index: 9;
    min-height: 100vh;
    text-align: center;
    margin-left: 0;
}


}



.buttons-wrapper {
    text-align: center
}

a.cta-button-primary, button.cta-button-primary {
    background: #7ca0c0;
    border: 1px solid #7ca0c0;
    color: #fff;
    transition: background-color 300ms ease-out 0s
}

a.cta-button, a.cta-button-primary, button.cta-button, button.cta-button-primary {
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin: 0 5px 5px 0;
    min-width: 200px;
    padding: 10px 0;
    -webkit-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s
}

a.cta-button-primary:hover, button.cta-button-primary:hover {
    background: #91afca;
    border-color: #91afca
}

a.cta-button, button.cta-button {
    background: 0 0;
    border: 1px solid #7ca0c0;
    color: #7ca0c0;
    transition: background-color 300ms ease-out 0s
}

a.cta-button:hover, button.cta-button:hover {
    color: #fff;
    background: #7ca0c0;
    border-color: #91afca
}

.search {
    position: relative;
    min-width: 35px;
    width: 0;
    height: 34px;
    float: right;
    overflow: hidden;
    -webkit-transition: width .5s;
    -o-transition: width .5s;
    transition: width .5s
}

.search.search-open {
    width: 25%
}

.search.small-screens.search-open {
    width: 100%
}

.search.small-screens.search-open .searchInputContainer input {
    padding: 0 124px 0 20px
}

.searchInputContainer {
    display: block!important
}

.searchInputContainer input {
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    background: #dcddd8;
    width: auto;
    height: 34px;
    margin: 0;
    padding: 0 52px 0 20px;
    font-size: 15px
}

.searchInputContainer input::-webkit-input-placeholder {
    color: #818181
}

.searchInputContainer input:-moz-placeholder {
    color: #818181
}

.searchInputContainer input::-moz-placeholder {
    color: #818181
}

.searchInputContainer input:-ms-input-placeholder {
    color: #818181
}

.searchInputContainer a.dnnSearchBoxClearText {
    right: 45px!important
}

.searchInputContainer a.dnnSearchBoxClearText.dnnShow {
    bottom: 2px
}

#search-action, .SearchButton, .search-toggle-icon {
    background: url(images/search.png) center center no-repeat #c3c1c1;
    width: 35px;
    height: 34px;
    display: block;
    position: absolute;
    top: 0;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 22px;
    right: 0;
    padding: 0;
    margin: 0;
    outline: 0;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    color: #dcddd8;
    text-indent: -9999px
}

#search-top {
    clear: both;
    width: 100%;
    background: #7CA0C0;
    padding: 0;
    margin: 0;
    height: 0;
    overflow: hidden;
    transition: all .1s ease-in-out
}

#search-top.active {
    height: auto;
    padding: 15px 0;
    overflow:visible;
}

#search-top span {
    display: inline!important
}

#search-top input {
    background: #fff;
    border: none;
    font-size: 1.2em;
    height: 46px;
    margin: 0 0 0 15px;
    width: 70%
}

#search-top a.SearchButton {
    background: url(images/search.png) center center no-repeat #e0dfdf;
    height: 46px;
    position: relative;
    display: inline-block;
    text-indent: -9999px;
    width: 60px;
    padding: 0;
    top: 5px
}

#search-action {
    display: none;
    float: right;
    height: 34px;
    margin: 0;
    padding: 6px 12px
}

#login {
    padding-right: 10px
}

@media only screen and (max-width:768px) {
    #search-action {
        display: block
    }
    #login {
        padding-right: 21px
    }
}

@media only screen and (max-width: 1600px){


img#dnn_dnnLOGO_imgLogo {
   
    left: 150px;
	    top: -10px;
  
}

ul.nav.navbar-nav.topLevel.sm.sm-collapsible {
    
    left: 150px;
    
}
.footer-above {
   
    padding: 50px 0;
}


}


@media only screen and (max-width: 1440px){


ul.nav.navbar-nav.topLevel.sm.sm-collapsible {
   
    top: 131px;
   
}
    .footer-above {
        padding: 20px 0;
    }
	
	section#MainBanner .nivo-caption {
    
    padding: 11rem 0rem 0rem 8rem;
 
}
	
}

@media only screen and (max-width: 1024px){
.navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 18px;
}
li.menuItem span {
    color: #334f63;
    font-family: Utopia;
    font-size: 1.05rem;
}
    ul.nav.navbar-nav.topLevel.sm.sm-collapsible {
        top: 71px;
		left: 130px
	}
img#dnn_dnnLOGO_imgLogo {
   
    left: 130px;
}

	section#MainBanner .nivo-caption {
    
    padding: 7rem 0rem 0rem 2rem;
	max-width:54%;
 

}
.flex.gbs {
 
    flex-wrap: nowrap;
  
    margin-bottom: 75px;
}

section.mission {
   
    padding: 100px 0;
}
section.two-five {
   
    padding: 100px 0;
}
section.one-two {
   
    padding: 100px 0;
}
section.gallery {
   
    padding: 75px 0;
}

    .col-md-3 {
        width: 37%;
    }
	
	img.inner-banner-bee {
    max-width: 47vw;
    margin-top: 25px;
}

.inner-bee {
    position: absolute;
    right: 0;
    margin-top: -99px;
    width: 19vw;
}


}

@media only screen and (max-width: 768px){
	
	    ul.nav.navbar-nav.topLevel.sm.sm-collapsible {
        top: 31px;
		left: 90px
	}
img#dnn_dnnLOGO_imgLogo {
   
    left: 90px;

  
}
.col-md-5 {
    width: 57%;
}

section.one-two {
        padding: 100px 0;
        background-position-x: center;
    }
div#dnn_P5_25_2 {
    float: right;
}

    .col-md-3 {
        width: 68%;
    }
	
	.footer-above {
   
    background-size: contain;

    background-position-y: center;
}

.eds_GravityGallery_Graviton .edsgg__itemsListContainer .edsgg_thumbnailWrapper .edsgg_description
 {
    font-size: 11px;
    line-height: 1.3;
    margin-bottom: 5px;
    padding: 0rem;
}

.row.dnnpane .row.dnnpane {
    display: flex
;
    flex-direction: column-reverse;
}

	
}

@media only screen and (max-width: 500px){
    ul.searchSkinObjectPreview {
        width:auto;
        min-width:240px;
    }
	
	img.buzz {
    width: 55px;
    padding: 0 3px;
}
img#dnn_dnnLOGO_imgLogo {
    position: inherit;
}
.navbar.navbar-default {
    display: flex;
    flex-direction: row-reverse;
	        bottom: -43px;
}
header {
    max-height: 200px;
}
#logo {
    margin: auto;
    width: fit-content;
}
    img#dnn_dnnLOGO_imgLogo {
        position: relative;
        left: unset;
        top: 0;
    }
	
	.navbar-collapse.in {
    background: url(images/menu-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 127px;
    z-index: 9;
    min-height: 111vh;
    overflow: hidden;
}
.waves {
    display: none;
}

div#dnnMenu {
    margin: auto;
    width: 39vw;
}
ul.nav.navbar-nav.topLevel.sm.sm-collapsible {
    left: unset;
	 width: 39vw;
}

    section#MainBanner .nivo-caption {
      padding: 4.3rem 0rem 0rem 2rem;
        max-width: 78%;
    }
	
	#M5560 .nivo-caption a.btn {
    color: #ffffff;
    border: 1px solid #fbb040;
    font-size: clamp(13px, 1.2vw, 80px);
    line-height: 1em;
    background-color: #fbb040;
    padding: 10px 10px;
}

.nivo-caption p
Specificity: (0,1,1)
 {
    font-weight: 700;
    font-size: clamp(13px, 1.4vw, 30px);
    color: #334f63 ! Important;
    line-height: 1.2em;
}
.col-md-5 {
    width: 100%;
}
section.why {
    padding: 30px 0 190px;
    background-size: 80%;
}
section.two-five {
   
    background-size: 160%;
    padding: 150px 0 250px;
    border-bottom: solid 35px #fbb040;
    background-position: bottom;
}
    section.one-two {
        padding: 100px 0 200px;
        background-position: 150px bottom;
        background-size: 120%;
    }


    .col-md-3 {
        width: 100%;
    }
table.contact {
    width: 100%;
}
.footer-above {
        background-size: contain;
        background-position: 200px 191px;
    }	
	
	.newspaper-col {
    column-count: unset;
}
section#FullWidth{
    margin: 25px 50px 0;
}
.eds_GravityGallery_Graviton .edsgg__itemsListContainer .edsgg_thumbnailWrapper .edsgg_description {
    padding: 1rem!important;
    width: 100%!important;
    text-align: left!important;
}
.eds_GravityGallery_Graviton .edsgg__itemsListContainer .edsgg_thumbnailWrapper {
    list-style-type: none;
margin: 0 0px 30px!important;}
.Innerpage .eds_GravityGallery_Graviton .edsgg__itemsListContainer .edsgg_thumbnailWrapper .edsgg_thumbnailContainer .edsgg_image_thumbnail {

    width: 100%!important;
    margin: 0px!important;
    z-index: 9;
}
.eds_GravityGallery_Graviton .edsgg__itemsListContainer.edsgg__items .edsgg_thumbnailWrapper {
    display: flex;
    flex-direction: column!important;
    align-content: center;
    align-items: center;
}
.Innerpage .eds_GravityGallery_Graviton .edsgg__itemsListContainer .edsgg_thumbnailWrapper .edsgg_thumbnailContainer {
    margin: 0 0px 5px 0px!important;
    filter: drop-shadow(0px 0px 0px #00000040)!important;
    z-index: 9;
    order: 2;
}
.eds_GravityGallery_Graviton .edsgg_widthEnforcer {

    width: 100%!Important;
}
h3.edsgg_title {
    color: #ffffff;
    font-family: 'Utopia Std';
    font-size: 2.1rem!important;
}

div#mainContent-inner {
    padding: 0;
}
span.head-phone {
    display: none;
}
div#dnn_ctr5559_HtmlModule_lblContent p {
    text-align: left !important;
}

.inner .eds_GravityGallery_Graviton .edsgg__itemsListContainer .edsgg_thumbnailWrapper .edsgg_thumbnailContainer {
    margin: 0;
    filter: drop-shadow(3px 4px 12px #00000040);
    z-index: 9;
}
.inner .eds_GravityGallery_Graviton .edsgg__itemsListContainer .edsgg_thumbnailWrapper .edsgg_thumbnailContainer .edsgg_image_thumbnail {
    margin: 0;
}
.inner .eds_GravityGallery_Graviton .edsgg__itemsListContainer .edsgg__itemContainer:nth-of-type(odd) .edsgg_thumbnailContainer {
	margin:0;
}

.inner .eds_GravityGallery_Graviton .edsgg__itemsListContainer .edsgg__itemContainer:nth-of-type(odd) .edsgg_thumbnailContainer {
        order: unset;
}

.bee-one {
    position: absolute;
    right: 0;
    margin-top: -220px;
    width: 60vw;
}
.inner-bee {
    position: absolute;
    right: 0;
    margin-top: -38px;
    width: 26vw;
}

}

@media only screen and (max-width: 350px){
    ul.searchSkinObjectPreview {
        right:-30px;
    }
}

#login .loginGroup, #login .loginGroup *, #login .registerGroup, #login .registerGroup * {
    display: block
}

#login .loginGroup, #login .registerGroup {
    float: right;
    padding: 0;
    margin: 0
}

#login .loginGroup a, #login .registerGroup a {
    display: block;
    position: relative;
    height: 34px;
    min-width: 12px;
    padding: 7px 15px 0;
    color: #fff;
    font-size: 11px;
    vertical-align: middle
}

#login .loginGroup a:hover, #login .registerGroup a:hover {
    background: #d7d7d7;
    color: #333;
    text-decoration: none
}

#login .loginGroup a:active, #login .registerGroup a:active {
    color: #333
}

#login .loginGroup a strong, #login .registerGroup a strong {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    font-size: 11px;
    text-indent: -9999px
}

#login .registerGroup li {
    float: left;
    line-height: 1.2em
}

#login .registerGroup li:first-child:hover {
    border-left: #222
}

#login .registerGroup .buttonGroup {
    margin-right: 0
}

#login .registerGroup .userProfileImg a {
    min-width: 25px;
    min-height: 32px;
    padding: 0;
    background: 0 0
}

#login .registerGroup a span {
    display: inline-block;
    position: absolute;
    right: 2px;
    top: -9px;
    min-width: 7px;
    margin-right: 3px;
    background: #3b96b6;
    text-align: center;
    font-size: 11px;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #333;
    text-shadow: 0 1px 0 #333
}

#login .registerGroup a img {
    height: 32px;
    width: 32px;
    background: #333
}

#login .userNotifications {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc
}

#login .userNotifications strong {
    height: 100%;
    background: url(images/notification_icon.png) center center no-repeat
}

#login .userMessages strong {
    height: 100%;
    background: url(images/message_icon.png) center center no-repeat
}

#login .userMessages a, #login .userNotifications a {
    padding: 0 18px
}

#login .userMessages a span, #login .userNotifications a span {
    display: inline-block;
    margin-top: 9px;
    margin-right: 0;
    background-color: transparent;
    font-size: 10px
}

#topHeader {
  
}



#mainHeader-inner {
    padding: 30px 0
}

#mainHeader-border {
    background: #8fb299;
    height: 5px
}

#logo {
    padding-left: 15px
}

.navbar .brand {
    float: left;
    padding: 0!important;
    max-width: 120px
}

@media only screen and (max-width:768px) {
    .main-navigation {
        height: auto;
        width: 100%
    }
    nav {
        display: none
    }
    a.mobile-nav-btn {
        display: block;
        float: right;
        width: 50px;
        height: 46px;
        margin-top: 15px;
        text-align: center;
        color: #383838
    }
    a.mobile-nav-btn:hover {
        text-decoration: none
    }
    #navbar-top-wrapper {
        clear: both;
        position: relative
    }
    #navbar {
        float: none!important
    }
}

@media only screen and (min-width:767px) {
    #navbar {
        float: right
    }
}







main.no-bg {
    background: 0 0
}

#mainContent-inner {
    padding: 10px
}

@media screen and (min-width:680px) {
    
}

@media screen and (min-width:720px) {
    
}

@media screen and (min-width:800px) {
    
}

@media screen and (min-width:860px) {
   .container{
	width:920px;
		}
}

@media screen and (min-width:920px) {
   
}

@media screen and (min-width:1000px) {
   .container{
	width:960px;
}
}
@media screen and (min-width:1200px) {
    .container{
	width:1140px;
	}
}
    
@media screen and (min-width:1400px) {
    .container{
	width:1360px;
	}
	
}
@media screen and (min-width: 1600px) {
.container {
     width: 1260px;
}
}

@media screen and (min-width: 1900px) {
    .container {
        width: 1500px;
    }
}

.dnnpane>[class*=col-md], .dnnpane>[class^=col-md] {
    padding: 0 15px
}

.image-wrapper {
    position: relative
}

.image-wrapper img {
    display: block;
    max-width: 100%
}

.image-wrapper .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center
}

.grid, .grid figure, .grid figure img {
    position: relative
}

.image-wrapper .overlay h2 {
    color: #fff;
    font-weight: 700;
    margin-top: 8%;
    -webkit-text-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    text-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    text-transform: uppercase
}

.content-intro {
    padding-top: 30px;
    font-size: 26px;
    line-height: 30px
}

.content-intro p {
    font-size: 22px
}

.grid {
    clear: both;
    margin: 0 auto;
    max-width: 1000px;
    list-style: none;
    text-align: center
}

.grid figure {
    float: left;
    overflow: hidden;
    margin: 10px 0;
    max-height: 360px;
    width: 100%;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer
}

.grid figure img {
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: .8;
    width: 100%
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.grid figure figcaption .grid figure figcaption::after, .grid figure figcaption::before {
    pointer-events: none
}

.grid figure figcaption, .grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

figure.hover-effect {
    background: #333
}

figure.hover-effect h2, figure.hover-effect img {
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

figure.hover-effect img {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

figure.hover-effect h2 {
    font-size: 30px;
    color: #7ca0c0;
    -webkit-text-shadow: 0 2px 2px rgba(0, 0, 0, .4);
    -moz-text-shadow: 0 2px 2px rgba(0, 0, 0, .4);
    text-shadow: 0 2px 2px rgba(0, 0, 0, .4)
}

figure.hover-effect h2>span {
    color: #fff;
    font-weight: 700
}

figure.hover-effect h2, figure.hover-effect p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px;
    text-align: center;
    width: 100%
}

figure.hover-effect p {
    text-transform: none;
    font-size: 24px;
    opacity: 0;
    padding: 15px;
    -moz-transition: opacity .35s, -webkit-transform .35s;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    -o-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0)
}

figure.hover-effect:hover h2, figure.hover-effect:hover img {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0)
}

figure.hover-effect:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.content-block-news, .content-block-reg {
    margin-bottom: 20px
}

.content-block-news .article-layout .item {
    display: block;
    float: left;
    position: relative
}

.content-block-news .article-layout .item .item-image {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: -webkit-linear-gradient(bottom right, #c55f1e 0, #66d6ff 100%);
    background: -o-linear-gradient(bottom right, #c55f1e 0, #66d6ff 100%);
    background: linear-gradient(to top left, #c55f1e 0, #66d6ff 100%)
}

.content-block-news .article-layout .item .item-image img {
    max-width: 100%;
    width: 100%;
    height: auto;
    opacity: .7;
    filter: alpha(opacity=70);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.content-block-news .article-layout .item .item-image .item-header {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #fff;
    background: rgba(0, 0, 0, .1);
    -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, .4);
    -moz-text-shadow: 0 1px 0 rgba(0, 0, 0, .4);
    text-shadow: 0 1px 0 rgba(0, 0, 0, .4);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.content-block-news .article-layout .item .item-image .item-header strong {
    color: #fff;
    display: block;
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    font-size: 16px;
    line-height: 130%;
    font-weight: 500;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.content-block-news .article-layout .item .item-image .item-header .item-meta {
    display: block;
    color: #fff;
    padding: 10px 0 17px;
    font-size: 11px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -40px;
    border-top: 1px solid rgba(255, 255, 255, .3);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.content-block-news .article-layout .item .item-image .item-header .item-meta i.fa {
    padding-right: 7px
}

.content-block-news .article-layout .item .item-image .item-header .item-meta span {
    display: block;
    color: #fff
}

.content-block-news .article-layout .item .item-image .item-header .item-category {
    display: block;
    font-size: 18px;
    font-weight: lighter;
    left: 15px;
    position: absolute;
    right: 15px;
    text-transform: none;
    top: 15px
}

.content-block-news .article-layout .item .item-image .item-header .item-category span {
    border: 1px solid #fff;
    color: #000;
    font-size: 24px;
    display: inline-block;
    padding: 6px 10px 5px;
    line-height: 100%;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.content-block-news .article-layout .item .item-content {
    display: block;
    background: #f4f4f4;
    width: 100%;
    font-size: 14px;
    line-height: 150%;
    color: #737373;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.content-block-news .article-layout .item .item-content .item-text {
    display: block;
    padding: 15px
}

.content-block-news .article-layout .item .item-content .item-footer-more {
    display: block;
    padding: 15px 0;
    margin: 0 15px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    border-top: 1px solid rgba(0, 0, 0, .06);
    letter-spacing: .3px;
    color: #737373
}

.content-block-news .article-layout .item:hover .item-header .item-meta {
    bottom: 0;
    opacity: 1
}

.content-block-news .article-layout .item:hover .item-header .item-category span {
    background: #7ca0c0;
    border-color: transparent!important;
    color: #fff
}

.content-block-news .article-layout .item:hover .item-image img {
    opacity: 1
}

.content-block-news .article-layout .item:hover .item-image .item-header {
    background: rgba(81, 81, 81, .7)
}

.content-block-news .article-layout .item:hover .item-image .item-header strong {
    bottom: 50px
}

.content-block-news .article-layout .item:hover .item-content {
    background: #fff;
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, .03);
    -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, .03);
    box-shadow: 0 3px 0 rgba(0, 0, 0, .03)
}

.content-block-news .article-layout .item:hover .item-content .item-footer-more {
    color: inherit;
    font-weight: 700;
    letter-spacing: 0;
    padding-right: 1px
}

.content-block-news .item a:hover .item-content {
    background: rgba(37, 38, 41, .8)
}

.content-block-news .article-layout:after {
    display: block;
    clear: both;
    content: ''
}

.contact-form .form-control {
    border: 1px solid #e3e3e3;
    border-radius: 0;
    -webkit-box-shadow: initial;
    -moz-box-shadow: initial;
    box-shadow: initial;
    height: 50px;
    padding: 12px 15px 15px
}

.contact-form::-webkit-input-placeholder {
    color: #e3e3e3
}

.contact-form:-moz-placeholder {
    color: #e3e3e3
}

.contact-form::-moz-placeholder {
    color: #e3e3e3
}

.contact-form:-ms-input-placeholder {
    color: #e3e3e3
}



footer .footer-below, footer .terms-priv a:link, footer .terms-priv a:visited {
    color: #d2d2d2;
    font-size: 12px
}

.footer-below a:active, .footer-below a:link, .footer-below a:visited {

    text-decoration: none;

    color: #fff;

}
a.gfm {
    float: right;
}
#google-map {
    width  : 500px;
    height : 380px;
}

#google-map-overlay {
    width  : 500px;
    height : 380px;
    
    position: absolute;
    opacity: 0.5;
    top: 0px; 
    left: 0px; 
    z-index: 99;
}

footer .footer-col {
    margin-bottom: 25px
}

footer .footer-below {
            background-color: #334f63;
    padding: 15px 0
}

footer .copyright {
    float: left
}

footer .terms-priv {
    float: right
}

footer .copyright, footer .terms-priv {
    padding-left: 15px;
    padding-right: 15px
}

footer .links-list ul li {
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 1.5em
}

footer .links-list ul li a:active, footer .links-list ul li a:link, footer .links-list ul li a:visited {
    color: #fff
}

footer .links-list ul li a:hover {
    color: #f0f0f0
}

footer .links-list ul li a:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 3px solid #383838;
    position: relative;
    bottom: 1px;
    padding-right: 9px
}

.latest-articles {
    display: block
}

.latest-articles .item {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    padding-bottom: 20px;
    margin-bottom: 20px
}

.latest-articles .item-header {
    display: block;
    float: left;
    width: 60px
}

.latest-articles .item-header a {
    position: relative;
    display: block
}

.latest-articles .item-header span {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0
}

.latest-articles .item-header img {
    border: 2px solid #fff
}

.latest-articles .item-content {
    display: block;
    margin-left: 85px
}

.latest-articles .item-content p {
    font-size: 15px;
    margin-bottom: 15px
}

.latest-articles .item-content>strong {
    display: block;
    font-weight: 600;
    line-height: 11px;
    margin-bottom: 5px
}

.latest-articles .item-content a {
    color: #d3d3d3;
    font-weight: 700;
    font-size: 14px
}

.latest-articles .publish-date {
    color: #d3d3d3;
    font-weight: 400
}

.latest-articles .publish-date span {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase
}

.contactus ul {
    margin-left: 0
}

.contactus ul li {
    color: #fff;
    font-size: 15px;
    font-weight: 100;
    margin-bottom: 5px;
    list-style: none
}

.contactus ul li img {
    margin-right: 5px
}

.contactus a:link {
    color: #fff;
    text-decoration: none
}

.contactus a:active, .contactus a:hover {
    text-decoration: underline
}

.btn-social {
    background: url(/Portals/0/Images/social-sprite.png);
    display: inline-block;
    height: 34px;
    width: 34px
}

.btn-social.facebook {
    background-position: 0
}

.btn-social.twitter {
    background-position: -40px
}

.btn-social.googleplus {
    background-position: -80px
}

.btn-social.linkedin {
    background-position: -120px
}

.container-content {
    padding: 10px 15px 15px
}

.heading_wrapper {
    padding-left: 0;
    padding-right: 0
}

.DNNContainer_Title_h2 h2 .TitleH2, .DNNContainer_Title_h3 h3 .TitleH3, .DNNContainer_Title_h4 h4 .TitleH4 {
    display: block;
    margin-bottom: 5px
}

.DNNContainer_Title_h2 h2 .TitleH2.centered, .DNNContainer_Title_h3 h3 .TitleH3.centered, .DNNContainer_Title_h4 h4 .TitleH4.centered {
    text-align: center
}

.DNNContainer_Boxed h2 .TitleBoxed {
    display: block;
    margin-bottom: 5px;
    padding: 5px;
    border: 1px solid #7b7878
}

.lms_heading_1, .lms_heading_2, .lms_heading_3, .lms_heading_4, .lms_heading_5, .lms_heading_6 {
    text-align: center
}

.lms_heading_1 .lms_heading_title, .lms_heading_2 .lms_heading_title, .lms_heading_3 .lms_heading_title, .lms_heading_5 .lms_heading_title, .lms_heading_6 .lms_heading_title {
    border-bottom: 1px solid #7b7878;
    font-weight: 400;
    margin-bottom: 17px;
    margin-top: 17px;
    padding: 0 32px 28px;
    position: relative
}

.lms_heading_1 .lms_heading_title:after {
    content: "";
    position: absolute;
    top: 100%;
    margin: -10px 0 0 -5px;
    left: 50%;
    width: 10px;
    height: 20px;
    background: #fff;
    border-left: 2px solid #7b7878;
    border-right: 2px solid #7b7878;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg)
}

.lms_heading_4 .lms_heading_title {
    margin-bottom: 17px;
    margin-top: 17px;
    padding: 0 30px 10px
}

.subtle-line {
    display: block;
    border: none;
    color: #fff;
    height: 1px;
    width: 100%;
    background: -webkit-radial-gradient(#7b7878 1%, #bbb 30%, #ccc 40%, #fff 70%);
    background: -o-radial-gradient(#7b7878 1%, #bbb 30%, #ccc 40%, #fff 70%);
    background: -moz-radial-gradient(#7b7878 1%, #bbb 30%, #ccc 40%, #fff 70%);
    background: radial-gradient(#7b7878 1%, #bbb 30%, #ccc 40%, #fff 70%);
    margin-bottom: 32px
}

.hexagon {
    background-color: #fff;
    border-left: 3px solid #7b7878;
    border-right: 3px solid #7b7878;
    height: 20px;
    margin: 10.39px auto;
    position: relative;
    top: -27px;
    width: 36px;
    z-index: 10
}

.hexagon::after, .hexagon::before {
    background-color: inherit;
    content: "";
    height: 25.46px;
    left: 2.27px;
    position: absolute;
    -webkit-transform: scaleY(.5774) rotate(-45deg);
    -moz-transform: scaleY(.5774) rotate(-45deg);
    -ms-transform: scaleY(.5774) rotate(-45deg);
    -o-transform: scaleY(.5774) rotate(-45deg);
    transform: scaleY(.5774) rotate(-45deg);
    width: 25.46px;
    z-index: 1
}

.open_rectangle, .rectangle {
    margin: 10px auto;
    z-index: 10
}

.dots-wrapper, .open_rectangle, .rectangle {
    position: relative;
    background-color: #fff;
    width: 36px
}

.hexagon::before {
    border-right: 4.24px solid #7b7878;
    border-top: 4.24px solid #7b7878;
    top: -12.73px
}

.hexagon::after {
    border-bottom: 4.24px solid #7b7878;
    border-left: 4.24px solid #7b7878;
    bottom: -12.73px
}

.open_rectangle {
    border-left: 2px solid #7b7878;
    border-right: 2px solid #7b7878;
    height: 20px;
    top: -27px
}

.rectangle {
    border: 2px solid #7b7878;
    height: 13px;
    top: -24px;
    border-radius: 10px
}

.dots-wrapper {
    height: 10px;
    margin: 10.39px auto;
    top: -23px
}

.dots {
    width: 10px;
    height: 10px;
    border-radius: 50px;
    line-height: 100px;
    background: #7b7878;
    float: left;
    margin: 0 2px 0 0
}



.bs-example-modal .modal {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    display: block
}

#dnnMenu .menuItem {
    word-wrap: break-word;
}

@media (min-width: 768px) {
    #dnnMenu .menuItem {
        max-width: 720px;
    }
}

@media (min-width: 992px){
    #dnnMenu .menuItem {
        max-width: 940px;
    }
}

@media (min-width: 1200px) {
    #dnnMenu .menuItem {
        max-width: 1138px;
    }
}
/*------------------- Language --------------------------*/
.language {
    float: left;
    margin-top: 5px;
}

.language .language-object {
    float: right;
    display: block;
    margin: 0;
    padding: 0;
}

.language .language-object span {
    float: left;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    margin: 0;
}

.language .language-object span:first-child {
    padding-left: 8px;
}

.language .language-object span img {
    height: 12px;
    width: 17px;
    opacity: 0.3;
}

.language .language-object span:hover img {
    opacity: 1;
}

.language .language-object .Language.selected img {
    opacity: 1;
    border-color: #222;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
}

/*------------------- User Profile --------------------------*/
#UserProfileImg
{
	margin-bottom: 15px;
}
.UserProfileControls ul {
    margin-left: 0;
}
.UserProfileControls ul li {
    display: inline-block;
}
