html, body {
    font-family: lato, open sans, Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color: #444444;
    line-height: 1.5em;
}

.SkinHeader {
  position: relative;
  background: #2E3876;
}
.dnn-logo {
    float: left;
    margin: 7px -21px;
    padding: 0 0 0 0px;
}
.DNNStandard li a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-family: raleway;
    font-weight: 600;
    padding: 26px 0;
    margin: 0 20px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 1px;
}
.copyright {
    padding: 24px 0px 10px 0;
    color: #aaa;
    text-transform:none;
    font-weight: 400;
}
#dnn_dnnLOGO_imgLogo {
    border: 0;
    height: 85px;
}

.navbar .brand {
    float: left;
    padding: 0!important;
    max-width: 120px
}


 

.Normal {
  font-family: lato, open sans, Arial, Helvetica, sans-serif;
  font-size: 16px !important;
  color: #333333;
}

.DNNStandard li a, .dnntitle {
  font-family: lato, open sans, Arial, Helvetica, sans-serif;
}

.Container001 .contentpane {
  padding: 0px 0px 10px 0px;
}

.wrapper .TopBar {
    background: #2E3876;

}

.footer-bar {
    background: #202751;
}
.skin-footer {
    background: #2E3876;
}


.HomeServices .box {
    height:180px;
}
.home-banner .box {
    max-width: 500px;
    background: rgba(0,0,0,0.3);
    padding: 0px 0px;
}

.home-banner .text {
    color: #FFF;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 10px 30px 15px;
    left: -40%;
    right: 0px;
    text-align: center;
    max-width: 850px;
    margin: 0 auto;
}

.owl-button2 .owl-buttons {
    position: absolute;
    right: 15px;
    top: -46px;
    background-color: #2E3876;
}
.owl-button2 .owl-theme .owl-controls .owl-buttons div {
    background: none;
}
.owl-prev {
  border-right:1px solid white;
}

.owl-next {
  border-left:1px solid white;
}
.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    font-size: 0;
    filter: Alpha(Opacity=100);
    opacity: 1; 
    vertical-align: middle;
}

.FooterBoxes .link-more {
    border: 1px solid #fff;
    color: #fff;
    padding: 7px 10px;
    font-size: 14px;
    display: inline-block;
}


.box11 { background:#f7faf7;}
.box22 { background:#e6e8e6;}
.box33 { background:#f7faf7;}

.slider .box1 {
  background-color:white;
}

.home-banner .box-right {
    max-width: 500px;
    background: rgba(0,0,0,0.3);
    padding: 30px 30px;
    float: right;
}

@media print {
   #sticky-wrapper, div.LeftBar, div.skin-footer {
	 display: none;
   }
  .Container007 .dnntitle .title-bg:after {
	  content: '';
	  position: absolute;
	  border-left: none;
	  border-right: none;
	  bottom: 0;
	  left: 50%;
	  margin-left: 0px;
	  left: 100%;
	}
}

.DNNStandard .subLevel {
    width: 300px;
}
.DNNStandard .subLevelRight {
    left: 300px;
    width: 250px;
}

.resources .box {
    height:60px;
   display: inline-block;
}

.DNNStandard li a div {
    line-height: 20px;
}


.resources .box em {
    font-size: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
    color: #fff;
  background:#2E3876;
}
.resources .box h5 {
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
    font-size: 13px;
}

.resources .icon-right {
    margin: 0 0 0 10px;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 65px);
}
.LeftMenu .treeview, .LeftMenu .treeview ul {
  padding: 8px;
  margin: 0px;
  list-style: outside none none;
  display: block;
  position: relative;
  overflow: hidden;
  background: #2E3876;
  color: white;
}

.LeftMenu .treeview li a {
    font-family: lato, open sans, Arial, Helvetica, sans-serif;
    color: white;
}

li {
  list-style-type: disc;
}

td.cart-datagrid-header table tbody tr td div input[type=text] {
    padding: 0!important;
    margin-bottom: 0!important;
    color: black;
}




.btn-group button {
  background-color: #37c566; /* Green background */
  border: 1px solid green; /* Green border */
  color: white; /* White text */
  padding: 10px 24px; /* Some padding */
  cursor: pointer; /* Pointer/hand icon */
  float: left; /* Float the buttons side by side */
}

.btn-group button:not(:last-child) {
  border-right: none; /* Prevent double borders */
}

/* Clear floats (clearfix hack) */
.btn-group:after {
  content: "";
  clear: both;
  display: table;
}

/* Add a background color on hover */
.btn-group button:hover {
  background-color: #3e8e41;
}

.fa.fa-search.icon-search.tool-icon {
 background: rgba(0,0,0,0.4);
    font-size: 20px;
    border-radius: 50%;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    background: rgba(0,0,0,0.2);
    vertical-align: middle;
    margin-top: 35px;
}

.ToolBar .skin-search {
    display: none;
}

.skin-search {
    vertical-align: middle;
    text-align: center;
    position: relative;
    display: block;
}






















