html {
    border:0;
    margin:0 auto;
    padding:0;
    height: 100%;
    -webkit-font-smoothing: antialiased;
}
 h1, h2, h3, h4, h5 {
     font-family: Roboto, Arial;
     font-weight:700;
     line-height: 1.2em;
     letter-spacing: .01em;
     color: #000000;
 }
 h3 {
     font-family: Roboto, Arial;
     font-size:2em;
     letter-spacing: .01em;
 }

p {
    font-size:1.3em;
}


body {
    font-size: 160%;
    font-family: Roboto, Arial;
    line-height: 1.5em;
    color:#4E3026;
    margin:0 auto;
    padding-top:70;
    background-color: #e8dfb9;
}



#maincontainer {
  /*  width:1000px; */

    margin-top:40px;
    padding: 0 0 0 0;
    position:relative;
    background-color:#e8dfb9;
}

#title {
 /*   background: #e53319;
    background: -moz-linear-gradient(top, #e53319 0%, #c6252a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e53319), color-stop(100%,#c6252a));
    background: -o-linear-gradient(top, #e53319 0%,#c6252a 100%);
    background: -ms-linear-gradient(top, #e53319 0%,#c6252a 100%);
    background: linear-gradient(to bottom, #e53319 0%,#c6252a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e53319', endColorstr='#c6252a',GradientType=0 );
*/
    font: bold 2.0em Cachet-Medium, Arial, Georgia, Verdana;
    color: #039FDC;
    padding:20px 0 5px 0;
    margin: 5px 0 5px -15px;
    text-align:left;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 0px solid black;
}

#datablock5 {
    padding: 5px;
    font-size:14px;
    line-height:1.0em;
    font-family:arial;
    text-align:left;
    margin-top:0;
    background-color:#e8dfb9;/*#F0F0F0;*/
}

#datablock5 img {
margin-bottom:5px;}

#block1ban img {width:200px;}
#block5ban img {width:200px;}

/* ################# LINKS ################ */
.articlebackground-00 {
  background-color:#e8dfb9; /*### White Background ###*/
  color:#111111;
}

.articlebackground-02 {
  /*background-color: #3B8EAC; /*### Blue Background ###*/
  /*color:#FFFFFF; */

  background-color: #dadbdc; /*### Gray Background ###*/
  color:#666666;


}
.articlebackground-03 {
  background-color: #7bc454; /*### Green Background ###*/

  color:#FFFFFF;
}
.articlebackground-04 {
  background-color: #d8852c; /*### Orange Background ###*/

  color:#FFFFFF;


}

.articlebackground-05 {
  background-color:#a15cd2; /*### Purple Background ###*/

  color:#FFFFFF;
}
#articlebackground2 {
    background-color: #cccccc;
}



/* ################ FOOTER ############### */

#footer-wrap {
    position: relative;
    bottom: 0;
    left: 0;
    min-width: 100%;
    margin: 0 auto;
}

#footer-container {
    width: 100%;
    min-height: 130px;
    margin: 0 auto;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#545454+0,1e1e1e+100 */
background: #035f94; /* Old browsers */
/*background: -moz-linear-gradient(top, #545454 0%, #1e1e1e 100%);
background: -webkit-linear-gradient(top, #545454 0%,#1e1e1e 100%);
background: linear-gradient(to bottom, #545454 0%,#1e1e1e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545454', endColorstr='#1e1e1e',GradientType=0 );*/ /* IE6-9 */
border-top: solid 5px #ff9600;
}
.footernav {
 /*  border-bottom:1px dashed #ccc; */
}
.footernav a:link {
    font-size:12px;
    padding: 0px 12px 0px 12px;
    font-weight:bold;
    color: #FFF;
    text-decoration: none;


}

.footernav a:visited {
    font-size:12px;
    padding: 0px 12px 0px 12px;
    font-weight:bold;
    color: #FFF;
    text-decoration: none;


}
.footernav a:hover{
    color: #000;
}

#footer {
    text-align:center;
    font-weight:bold;
    font-size:12px;
    /*color: #0085CF;*/
    min-height:130px;
    border-top: 1px dashed #0085CF;

}


/* ############# TPL BANNER ############# */

.tplban {
  background-color:#4E3026; /* For browsers that do not support gradients */
  background-image: linear-gradient(#4E3026, #634840, #4E3026);
    font-family: Roboto,arial;
    font-size: 1.5em;
    font-weight:400;
    letter-spacing:3px;
    color: #ffbf00;
   /* text-align:left; */
   /* border: 1px solid #2483B5;
    padding: 9px 9px 9px 20px; */
   /* height: 50px; */
    vertical-align: middle;
    border-radius:  7px;
    border-bottom: 1px solid #333;
    border-top: 1px solid #333;
    padding:12px 0 10px 0;
 /*  background-color:#4E3026; */
    }
@media only screen and (max-width: 768px) {
    .tplban {
        font-size: 1.2em;
    }
}



.ornament {
    background-image: url(/cms/assets/_core/images/ornament.png);
    width:36px;
    height:28px;
    position: relative;
    float:left;
    margin-right: 3px;
}
.number {
    position:relative;
    margin:2px 0 0 10px;
    float:left;
    font-size:14px;
    font-weight:800;
    color:#02bcff;
}
/*.olive {
    background-image: url(/cms/assets/_core/images/olive-header-back.jpg);
}
*/

.button {
    background:#057AB0;
    color:white;
    width:50%;
    font-size:12px;
    font-weight:800;
    padding:15px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; /* future proofing */
    -khtml-border-radius: 10px; /* for old Konqueror browsers */
}
.button a:link, a:visited {
    color:#4E3026;
    text-decoration: none;


}
.button:hover {
    color:#000;
    text-decoration: none;
}

.button300 {
  /*  background:#057AB0;
    color:white;
    width:85%px;
    font-size:14px;
    font-weight:800;
    padding-top:15px;
    padding-bottom:15px;
    padding-left:6px;
    margin-bottom:10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; /* future proofing */
    background: #009887; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA0NzVhZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMWExZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #009887 0%, #10B39F 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#009887), color-stop(100%,#10B39F)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #009887 0%,#10B39F 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #009887 0%,#10B39F 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #009887 0%,#10B39F 100%); /* IE10+ */
    background: linear-gradient(to right, #009887 0%,#10B39F 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009887', endColorstr='#10B39F',GradientType=1 ); /* IE6-8 */ /*background of tabs (default state)*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; /* future proofing */
    -khtml-border-radius: 10px; /* for old Konqueror browsers */
    font-weight:800;
    font-size:14px;
    padding-top:15px;
    padding-bottom:15px;
    padding-left:6px;
    margin-bottom:10px;
    border-bottom: 1px solid #000;
}
.button300 a:link, a:visited {
    color:#4E3026;
    text-decoration: none;
}
.button300:hover {
    background: #10B39F; /* Old browsers */
    background: -moz-linear-gradient(left, #10B39F 0%, #009887 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#10B39F), color-stop(100%,#009887)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #10B39F 0%,#009887 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #10B39F 0%,#009887 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #10B39F 0%,#009887 100%); /* IE10+ */
    background: linear-gradient(to right, #10B39F 0%,#009887 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10B39F', endColorstr='#009887',GradientType=1 ); /* IE6-9 */
    color: white;
}

a.btn-green {
  display:inline-block;
  padding:0.35em 1.25em;
  border:0.1em solid #000;
  margin:0 0.3em 0.3em 0;
  border-radius:12px;
  width:250px;
/*   box-sizing: border-box; */
  text-decoration:none;
  font-family:'Roboto',sans-serif;
  font-weight:700;
  color:#FFFFFF;
  text-align:center;
  transition: all 0.2s;
  background-color:#8CC740;
  }
a.btn-green:hover{
  color:#000000;
  background-color:#8CC740;
  }
  @media all and (max-width:30em){
  a.btn-green{
  display:block;
  margin:0.4em auto;
  }
  }

  a.btn-brown {
    display:inline-block;
    padding:0.35em 1.25em;
    border: 1px solid #000;
    margin:0 0.3em 0.3em 0;
    border-radius:12px;
    width:250px;
 /*   box-sizing: border-box; */
    text-decoration:none;
    font-family:'Roboto',sans-serif;
    font-weight:700;
    font-size:16px;
    color:#FFFFFF;
    text-align:center;
    transition: all 0.2s;
    background-color:#C27306;
    }
a.btn-brown:hover{
    color:#e8dfb9;
    background-color:#000;
    }
    @media all and (max-width:30em){
    a.btn-brown{
    display:block;
    margin:0.4em auto;
    }
    }

    a.btn-blue {
      display:inline-block;
      padding:0.35em 1.25em;
      border:1px solid #000;
      margin:0 0.3em 0.3em 0;
      border-radius:12px;
      width:250px;
   /*   box-sizing: border-box; */
      text-decoration:none;
      font-family:'Roboto',sans-serif;
      font-weight:700;
      font-size:18px;
      color:#FFFFFF;
      text-align:center;
      transition: all 0.2s;
      background-color:#5AB3C2;
      }
  a.btn-blue:hover{
      color:#fff;
      background-color:#000;
      }
      @media all and (max-width:30em){
      a.btn-blue{
      display:block;
      margin:0.4em auto;
      }
      }


/*  CSS Menu added here */

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  z-index:2;
  margin:0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float:right;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: 100%;

 /* background-image: url("/cms/assets/_core/image/bhso4-white.png");
  background-repeat: no-repeat;
  background-position: left 20px top 20px;
  background-size:30%;
  height:56px;
  margin:0 auto;
  padding-top:50%;*/
 /* padding-left:20%;
  padding-top:6px;
  padding-bottom:6px;
  */
 /* padding-left: 1.2%;
  padding-right: 1.2%; */
  z-index: 20;
  /* border-radius: 5px;
  font: 1.8em Roboto; */
  font:10px;
  color:#000;
  background-color: rgba(6, 114, 157, 0.8);
  background-color:#06729d opacity, 0.8;
  font-weight:700;
  margin-top:0;
  position:fixed;
/*  opacity: .7;
filter: alpha(opacity=80); */
/*padding:15px;*/
}

cssmenu {
  background-color:#06729d;
  opacity: 0.5;
}

#cssmenu.align-center > ul {
  font-size: 0;
  /*text-align: center; */
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-right > ul > li {
  float: left;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li > a {
  padding: 13px 12px 13px 12px;
  font-size: 10px;
  color: #fff;
  /*text-transform: uppercase;*/
  letter-spacing: 1px;
  /*text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  font-weight: 700; */
  text-decoration: none;
  text-transform: uppercase;
 /* opacity: 0.9;
filter: alpha(opacity=90); */
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;

}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover
 {
  color: #000;
  background-color:#ff9e00 ;
  padding-bottom:15px;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu ul > li.has-sub > a:after {
  content: '';
  position: absolute;
  right: 5px;
  top: 11.5px; /* this is the postioning of the button */
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 3px;

  background-size: 36px 36px;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#cssmenu ul > li.has-sub:hover > a:after {
  background-position: 0 -18px;

}
#cssmenu ul > li.has-sub > a:before {
  content: '';
  position: absolute;
  right: 11px;
  top: 16.5px; /* this is the postioning of the arrow */
  display: block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #ffffff;
  z-index: 99;


  background-size: 36px 36px;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;

}
#cssmenu ul > li.has-sub:hover > a:before {
  border-top-color: #fff;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  opacity: 0.3;
   /*  Set the "bottom" below to "top" to have menu slide up */
  -webkit-transition: bottom .2s ease, opacity .2s ease;
  -moz-transition: bottom .2s ease, opacity .2s ease;
  -ms-transition: bottom .2s ease, opacity .2s ease;
  -o-transition: bottom .2s ease, opacity .2s ease;
  transition: bottom .2s ease, opacity .2s ease;
}
#cssmenu > ul > li > ul {
  top: 91px;
  padding-top: 3px;
  border-radius: 5px;
}
#cssmenu > ul > li:hover > ul {
  left: auto;
  top: 37px;
  opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  top: 40px;
}
#cssmenu ul ul > li:hover > ul {
  top: 0;
  left: 178px;
  padding-left: 10px;
  opacity: 1;
}
#cssmenu.align-right ul ul > li:hover > ul {
  left: auto;
  right: 178px;
  padding-left: 0;
  padding-right: 10px;
  opacity: 1;
}
#cssmenu ul ul li a {
  width: 190px;
  padding: 12px 25px;
  font-size: 10px;   /* dropdown for mobile menu */
  letter-spacing: 1px;
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  color: #ffffff;
  text-decoration: none;
  background: #9BA3B6;
  border-bottom:1px solid #999;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li > a:hover,
#cssmenu ul ul li.active > a {
  color: #333;
  background-color:#AFDAE1 ;
}
#cssmenu ul ul li:first-child > a {

}
#cssmenu ul ul li:last-child > a {

}
#cssmenu ul ul > li.has-sub > a:after {
  right: 12px;
  top: 9.5px;
  background: #9BA3B6;

  background-size: 36px 36px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
#cssmenu.align-right ul ul > li.has-sub > a:after {
  right: auto;
  left: 12px;
}
#cssmenu ul ul > li.has-sub:hover > a:after {
  background-position: 0 -18px;
}
#cssmenu ul ul > li.has-sub > a:before {
  top: 15.5px;
  right: 16px;
  border-top-color: transparent;
  border-left-color: #ffffff;
}
#cssmenu.align-right ul ul > li.has-sub > a:before {
  top: 15.5px;
  right: auto;
  left: 16px;
  border-top-color: transparent;
  border-right-color: #ffffff;
  border-left-color: transparent;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  border-top-color: transparent;
  border-left-color: #1c89b5;
}
#cssmenu.align-right ul ul > li.has-sub:hover > a:before {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: #1c89b5;
}
@media all and (max-width: 770px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 770px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 770px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 770px), only screen and (min-device-pixel-ratio: 2) and (max-width: 770px), only screen and (min-resolution: 192dpi) and (max-width: 770px), only screen and (min-resolution: 2dpi) and (max-width: 770px) {
  #cssmenu {
    width: 100%;
    background-color: #06729d;
    margin-top:-15px;
    padding-left:3%;
    padding-top:13px;
    background-image: none !important;
    opacity: 0.8;
  }
  #cssmenu ul,
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu > ul,
  #cssmenu.align-center > ul,
  #cssmenu > ul > li > ul,
  #cssmenu > ul > li:hover > ul,
  #cssmenu ul ul li:hover > ul,
  #cssmenu ul ul ul li:hover > ul,
  #cssmenu.align-right ul ul,
  #cssmenu.align-right ul ul li:hover > ul,
  #cssmenu.align-right ul ul ul li:hover > ul {
    position: relative;
    left: 0;
    right: auto;
    top: 0;
    width: 100%;
    display: none;
    padding: 0;
    opacity: 8;

    text-align: left;
      }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
   /*  background-color:#fff; */
  }
  #cssmenu > ul > li > a,
  #cssmenu ul ul li a,
  #cssmenu ul ul li:first-child > a,
  #cssmenu ul ul li:last-child > a {
    width: 55%;
    border-radius: 0;
    box-shadow: none;
    background-color:#328AAE;

  /*  background: none; */
  }
  #cssmenu ul li a {
    padding-left: 12.5px;
  }
  #cssmenu ul ul li a {
    padding: 14px 25px 14px 27.5px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 42.5px;

  }
  #cssmenu ul ul ul ul li a {
    padding-left: 57.5px;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul li.has-sub > a:after,
  #cssmenu ul ul li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    position: relative;
    z-index: auto;
    display: block;
    padding: 0px; /*26px; */
    padding-left: 12.5px;
    cursor: pointer;
    font-size: 10px;
    color: #000;
       text-shadow: 1px 1px 1px #fff;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  #cssmenu .submenu-button {
    position: absolute;
    right: 0;
    top: -7px;
    display: block;
    width: 53px;
    height: 40px;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    z-index: 10;
    cursor: pointer;
  }
  #cssmenu ul ul .submenu-button {
    height: 41px;
  }
  #cssmenu ul .submenu-button:after,
  #cssmenu #menu-button:after {
    content: '';
    position: absolute;
    right: 12.5px;
    top: 12.5px;
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 5px;
    border-color: 000;
    background: #333333;
  }
  #cssmenu ul .submenu-button.submenu-opened:after,
  #cssmenu #menu-button.menu-opened:after {
    background-position: 0 -28px;
  }
  #cssmenu ul ul .submenu-button:after {
    top: 6.5px;
  }


  #cssmenu #menu-button:before,
  #cssmenu .submenu-button:before {
    content: '';
    position: absolute;
    right: 19.5px;
    top: 25.5px; /* changing this affects white arrow down on phones */
    display: block;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top-color: #ffffff;
    z-index: 99;
  }

  #cssmenu ul ul .submenu-button:before {
    top: 19.5px;
  }
  #cssmenu #menu-button.menu-opened:before,
  #cssmenu .submenu-button.submenu-opened:before {
    border-top-color: #FFF;  /* center Arrow on mobile hover) */
  }
}

 /* attempt to add Special Button attributes here */
 .cssmenu-addlink {
   background-color:#9C761C;
     border: 1px solid #000 !important ;
 }

.cssmenu-addlink a:hover
  {
   color: #fff;
   background-color:#715514 !important ;

 }

/* ##########################################################end of CSS Menu */



.bk-red {background:#EA1C01; color:#ffffff;}

#blockdata {
    /*padding:10px;*/
    font-size: 101.00%;
    font-family:  Cachet-Medium;
    line-height: 1.2em;
    color:#666;
    width:83%;
    margin:0 auto;
    padding:0;
    background-color: #ffffff;
}

#datablock5 {
    padding: 5px;
    font-size:100%;
     font-family:  Cachet-Medium;
     color:#666;
    text-align:left;
    margin-top:0;
    background-color:#FFF;
 /*   border-bottom: 1px solid #000; */
/*    border: 1px solid #000; */
}

#datablock5 img {
margin-bottom:5px;}

#block1ban img {width:200px;}
#block5ban img {width:200px;}

.copyright {
    margin:0 auto;
    padding-top: 10px;
    color:#FFF;
    font-size:12px;
    font-weight:800;
    text-align:center;


}
.tpl20 {
    margin-top:-10px;
    padding: 0 15px;
}

.tpl16 {
  font-family: 'Cachet-Bold';
}
tpl15 {
    margin: 0;
}


/*.titlebar {
margin-bottom: 10px;
-webkit-box-shadow: 0px 10px 3px 0px rgba(204,204,204,1);
-moz-box-shadow: 0px 10px 3px 0px rgba(204,204,204,1);
 box-shadow: 0px 5px 5px #888888;
   } */

.embed-container {
 position: relative; padding-bottom: 56.25%; padding-top: 35px; height:0; overflow:hidden;
}


.embed-container iframe, .embed-container object, .embed-container .embed {
  position: absolute; top: 0; left: 0%; width: 100%; height:100%;
 }

 .video {
    width: 100%;
    height: auto;
}

.blueaccentbar {
  width:100%;
  border-radius: 25px;
  height:8px;
  margin:12px 12px 15px 12px;
  background-color:#2F539D;
  box-shadow: 2px 11px 3px 0px #999;
}
/*
.fullscreen-bg div {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .fullscreen-bg div {
        background: url('http://dev2.slicejack.com/fullscreen-video-demo/img/videoframe.jpg') center center / cover no-repeat;
    }

    .fullscreen-bg__video div {
        display: none;
    }
}
*/
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-success {
  color: #FF9600;
  background-color: transparent;
  font-size: 18px;
/* border-color: #000; */
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #FF9600;
  background-color: transparent;
/*  border-color: #204d74; */
}
.btn-success:visited {
  color: #4E3026;
  text-decoration:none;
}



#check-website {
  display:none;
}

.dot {
  height: 10px;
  width: 10px;
  background-color: #9A791F;
  border-radius: 50%;
  display: inline-block;
  margin-left:-5px;
}
.fevents {

  padding:20px;
}
.feventsh3 > h3 {
  margin-left:-40px;
  padding:10px;
  background-color:#fff;

}
@media (max-width: 1310px) {
  .feventsh3 {
    padding:50px;
    margin-left:20px;
  }

}
.content-pad-25 {
  padding:25px;
}
.content-pad-12 {
  padding:12px;
}

.content-pad-6 {
  padding:25px;
}
.content-pad-15 {
  padding:12px;
}

.testimony {
  padding: 12px;
  line-height: 1.4;
  letter-spacing: -0.025em;
  color: #4E3026;
  background-color:#F5F1E0;
  border-radius:25px;
}