.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: 'asapbold';
  src: url('../fonts/asap-bold-webfont.eot');
  src: url('../fonts/asap-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/asap-bold-webfont.woff') format('woff'), url('../fonts/asap-bold-webfont.ttf') format('truetype'), url('../fonts/asap-bold-webfont.svg#asapbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'asapregular';
  src: url('../fonts/asap-regular-webfont.eot');
  src: url('../fonts/asap-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/asap-regular-webfont.woff') format('woff'), url('../fonts/asap-regular-webfont.ttf') format('truetype'), url('../fonts/asap-regular-webfont.svg#asapregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*======================= TYPOGRAPHY =======================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #f3d802;
}
h2,
h3 {
  font: 23px/28px asapregular;
  color: white;
  padding: 9px 0 0;
  margin-bottom: 25px;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 17px;
}
.icons-marker {
  font-size: 15.6px;
  line-height: 17px;
}
p.text {
  font: 13px/18px asapregular;
  text-transform: uppercase;
  color: white;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 13px;
  line-height: 17px;
  background: #ffffff;
  color: #606060;
  text-shadow: none;
  border: 1px solid #e6e6e6;
  border-bottom-color: #e6e6e6;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn:hover,
.btn:active,
.btn:focus {
  text-decoration: none;
  background: #e6e6e6;
  color: #000000;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn-primary {
  background: #f3d802;
  color: #000000;
  text-shadow: none;
  border: 1px solid #f3d802;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  outline: none;
  background: white;
  box-shadow: none;
}
.btn-primary.submitButton {
  float: right;
}
.mod-newsflash-adv_custom-link a,
.btn-info {
  background: none;
  border: none;
  color: white;
  padding: 0;
  text-transform: lowercase;
}
.mod-newsflash-adv_custom-link a:hover,
.btn-info:hover,
.mod-newsflash-adv_custom-link a:active,
.btn-info:active,
.mod-newsflash-adv_custom-link a:focus,
.btn-info:focus {
  background: none;
  color: #f3d802;
  box-shadow: none;
  outline: none;
}
/*Lists*/
ul.item_list,
.categories-module,
.archive-module,
.unstyled,
.item-list {
  margin: 0;
}
ul.item_list li,
.categories-module li,
.archive-module li,
.unstyled li,
.item-list li {
  background: url(../images/template/marker.gif) 0 6px no-repeat;
  list-style: none;
  padding: 0 0 11px 14px;
}
ul.item_list li a,
.categories-module li a,
.archive-module li a,
.unstyled li a,
.item-list li a {
  color: #606060;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
ul.item_list li a:hover,
.categories-module li a:hover,
.archive-module li a:hover,
.unstyled li a:hover,
.item-list li a:hover {
  color: #f3d802;
}
ul.categories-module h5 {
  font-size: 1em;
  line-height: inherit;
  font-weight: normal;
  margin: 0;
}
/*Pagination*/
.pagination {
  height: auto;
  margin: 0;
  padding: 0 0 50px;
}
.pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0 auto;
  width: 100%;
}
.pagination ul li {
  display: inline-block;
  padding-right: 7px;
}
.pagination ul li .pagenav {
  font: 13px/18px asapregular;
  text-transform: none;
  color: white;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  background: none;
  padding: 0;
}
.pagination ul li span.pagenav {
  color: #f3d802;
}
.pagination ul li a.pagenav {
  color: white;
}
.pagination ul li a.pagenav:hover {
  color: #f3d802;
}
.pagination ul li.num span.pagenav {
  color: #f3d802;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: 3px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin: 4px 0 20px;
}
.img-intro__left,
.img-full__left {
  float: left;
  margin: 4px 20px 9px 0;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 4px 20px 9px 0;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #000;
  border: 1px solid #212121;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well .hero-unit {
  background: grey;
}
.well form {
  display: inline-block;
}
/*======================= TOP =======================*/
/*======================= HEADER =======================*/
/*======================= NAVIGATION =======================*/
.select-menu {
  display: none;
}
.navigation ul.sf-menu {
  position: relative;
  float: right;
  /*SubMenu Styles*/

}
.navigation ul.sf-menu > li {
  padding: 0;
  margin: 0 0 0 1px;
}
.navigation ul.sf-menu > li.active > a,
.navigation ul.sf-menu > li.sfHover > a,
.navigation ul.sf-menu > li.current > a,
.navigation ul.sf-menu > li.active > span,
.navigation ul.sf-menu > li.sfHover > span,
.navigation ul.sf-menu > li.current > span {
  background: #f3d802;
  color: black;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font: 13px/36px asapregular;
  color: white;
  display: block;
  padding: 0 12px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: uppercase;
  padding: 68px 15px 1px 15px;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  background: #f3d802;
  color: black;
}
.navigation ul.sf-menu li:hover > ul,
.navigation ul.sf-menu li.sfHover > ul {
  top: 106px;
}
.navigation ul.sf-menu ul {
  width: 100px;
}
.navigation ul.sf-menu li li:hover ul,
.navigation ul.sf-menu li li.sfHover ul {
  top: -12px;
  left: 111px;
}
.navigation ul.sf-menu li li li:hover ul,
.navigation ul.sf-menu li li li.sfHover ul {
  top: -12px;
  left: 111px;
}
.navigation ul.sf-menu ul {
  background: #555555;
  padding: 12px 10px;
}
.navigation ul.sf-menu ul li {
  margin: 0 0 1px 0;
}
.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span {
  line-height: 28px;
  display: block;
  padding: 0 12px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navigation ul.sf-menu ul li a:hover,
.navigation ul.sf-menu ul li span:hover {
  background: #262626;
  color: white;
}
.navigation ul.sf-menu ul li.active > a,
.navigation ul.sf-menu ul li.sfHover > a,
.navigation ul.sf-menu ul li.active > span,
.navigation ul.sf-menu ul li.sfHover > span {
  background: #262626;
  color: white;
}
.navigation ul.sf-menu.sf-vertical {
  width: 100px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-vertical li {
  width: 100px;
  margin-bottom: 1px;
}
.navigation ul.sf-menu.sf-vertical li:hover > ul,
.navigation ul.sf-menu.sf-vertical li.sfHover > ul {
  top: -13px;
}
.navigation ul.sf-menu.sf-vertical ul {
  left: 102px;
}
.navigation ul.sf-menu.sf-vertical ul li a,
.navigation ul.sf-menu.sf-vertical ul li span {
  padding: 9px 12px;
}
.navigation ul.sf-menu.sf-navbar {
  height: 34px;
  padding-bottom: 34px;
  margin-bottom: 2px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-navbar li:hover > ul,
.navigation ul.sf-menu.sf-navbar li.sfHover > ul {
  top: 36px;
  left: 0;
}
.navigation ul.sf-menu.sf-navbar li ul {
  width: auto;
  padding: 2px 0;
}
.navigation ul.sf-menu.sf-navbar li ul ul.sub-menu {
  width: 100px;
  top: 34px;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
/*======================= SHOWCASE =======================*/
#showcase-row .row-container .moduletable {
  margin-bottom: 30px;
}
.mod-newsflash-adv .isotope {
  margin: 0 -1.5%;
}
.mod-newsflash-adv .isotope-item {
  padding: 0 1.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  float: left;
}
.mod-newsflash-adv .isotope-item.straightDown {
  text-align: center;
}
/*======================= FEATURE =======================*/
/*======================= MAINTOP =======================*/
/*======================= CONTENT TOP =======================*/
#content-row .row-container #content-bottom-row {
  background: url(../images/template/divider.gif) 729px 0 repeat-y;
}
#content-row .row-container #content-bottom-row .moduletable {
  border-top: 1px solid #232323;
  margin-top: 20px;
  padding-top: 40px;
}
#aside-right .moduletable,
#aside-left .moduletable {
  margin-bottom: 40px;
}
#aside-right .moduletable.border,
#aside-left .moduletable.border {
  border-bottom: 1px solid #232323;
  margin-bottom: 30px;
  padding-bottom: 34px;
}
/*======================= CONTENT =======================*/
#component {
  min-height: 0;
}
.container-fluid {
  padding: 0 !important;
}
.item {
  margin-bottom: 32px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  margin: 0 0 17px;
}
.item_info_dl dd {
  margin: 0;
  display: inline;
}
.item_info_dl dd > * {
  display: inline;
}
.item_icons.btn-group.pull-right {
  margin: 0 0 10px 10px;
}
/*===== Home Page ======*/
.textContent h1.title {
  font: 35px/40px asapregular;
  color: white;
}
.textContent h1.title span {
  color: #858585;
  text-transform: uppercase;
}
.textContent h1.title i {
  font-style: normal;
  color: #f3d802;
  text-transform: uppercase;
}
.textContent p {
  font: 26px/30px asapregular;
  color: #858585;
  margin: 0 auto;
  max-width: 85%;
}
.page-category.page-category__homepage {
  border-left: 1px solid #2C2C2C;
  border-right: 1px solid #2C2C2C;
  margin: 0 38px;
  padding: 0 57px;
}
.page-category.page-category__homepage .item_title {
  font: 13px/18px asapregular;
  color: white;
  margin: 0 0 33px !important;
  text-transform: uppercase;
}
.page-item__homepage {
  border-left: 1px solid #2C2C2C;
  border-right: 1px solid #2C2C2C;
  margin: 0 38px;
  padding: 0 57px;
}
div.images {
  margin-bottom: 19px;
  overflow: hidden;
}
div.images img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 20px;
}
div.images img:first-child {
  margin-left: 0;
}
.mod-newsflash-adv__photostream .pretext {
  padding-bottom: 23px;
}
.mod-newsflash-adv__photostream .item {
  margin-bottom: 20px;
}
.mod-newsflash-adv__photostream .item_img a.zoom {
  display: block;
  position: relative;
}
.mod-newsflash-adv__photostream .item_img a.zoom .photostream_icon {
  background: #ffffff url(../images/template/photostream_icon.gif) center center no-repeat;
  position: absolute;
  width: 11px;
  height: 11px;
  padding: 7px 7px 6px 9px;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.mod-newsflash-adv__photostream .item_img a.zoom:hover .photostream_icon {
  width: 100%;
  height: 100%;
  padding: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/*===== About Page ======*/
.mod-newsflash-adv__team a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mod-newsflash-adv.profile .item_published {
  float: left;
  width: 50px;
  font: 17px/20px asapregular;
  color: #f3d802;
  text-transform: lowercase;
}
.mod-newsflash-adv.profile .item_published span {
  font: 30px/30px asapbold;
  display: block;
}
.mod-newsflash-adv.profile .item_content {
  overflow: hidden;
}
.mod-newsflash-adv.profile .item {
  background: url(../images/template/border_dotted.png) 0 0 repeat-x;
  margin: 26px 0 0;
  padding: 28px 0 0;
}
.mod-newsflash-adv.profile .item:first-child {
  background: none;
  margin-top: 0;
  padding-top: 0;
}
.mod-article-single .item-title {
  font: 13px/18px asapregular;
  color: white;
  margin-bottom: 23px;
  text-transform: uppercase;
}
.mod-article-single .item-title a {
  color: white;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.mod-article-single .item-title a:hover {
  color: #f3d802;
}
ul.icons {
  margin: 0 0 17px;
  text-indent: 0;
}
ul.icons li {
  overflow: hidden;
  margin: 10px 0 0;
}
ul.icons li img {
  float: left;
  margin: 0 20px 0 0;
}
ul.icons li p {
  font: 13px/18px asapregular;
  text-transform: uppercase;
  color: #606060;
  overflow: hidden;
  padding-bottom: 20px;
}
/*===== Services Page ======*/
.mod-newsflash-adv .item_title {
  font: 13px/18px asapregular;
  color: white;
  margin-bottom: 9px;
  text-transform: uppercase;
}
.mod-newsflash-adv .item_title a {
  color: white;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.mod-newsflash-adv .item_title a:hover {
  color: #f3d802;
}
/*===== Blog Page ======*/
.span8 .page-category,
.span8 .page-archive,
.span8 .page-item__blog,
.span8 .page-blog {
  background: url(../images/template/divider.gif) 709px 0 repeat-y;
  padding-right: 96px;
}
.span8 .page-category .item,
.span8 .page-archive .item,
.span8 .page-item__blog .item,
.span8 .page-blog .item {
  background: url(../images/template/border_dotted.png) 0 bottom repeat-x;
  margin-bottom: 28px;
  padding-bottom: 24px;
}
.span8 .page-category .item_published,
.span8 .page-archive .item_published,
.span8 .page-item__blog .item_published,
.span8 .page-blog .item_published {
  float: left;
  width: 50px;
  font: 17px/20px asapregular;
  color: #f3d802;
  text-transform: lowercase;
}
.span8 .page-category .item_published span,
.span8 .page-archive .item_published span,
.span8 .page-item__blog .item_published span,
.span8 .page-blog .item_published span {
  font: 30px/30px asapbold;
  display: block;
}
.span8 .page-category .item_title,
.span8 .page-archive .item_title,
.span8 .page-item__blog .item_title,
.span8 .page-blog .item_title {
  font: 13px/18px asapregular;
  color: white;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.span8 .page-category .item_title a,
.span8 .page-archive .item_title a,
.span8 .page-item__blog .item_title a,
.span8 .page-blog .item_title a {
  color: white;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.span8 .page-category .item_title a:hover,
.span8 .page-archive .item_title a:hover,
.span8 .page-item__blog .item_title a:hover,
.span8 .page-blog .item_title a:hover {
  color: #f3d802;
}
.span8 .page-category .item_info,
.span8 .page-archive .item_info,
.span8 .page-item__blog .item_info,
.span8 .page-blog .item_info {
  overflow: hidden;
}
.span8 .page-category .item_info .item_info_dl,
.span8 .page-archive .item_info .item_info_dl,
.span8 .page-item__blog .item_info .item_info_dl,
.span8 .page-blog .item_info .item_info_dl {
  margin-bottom: 27px;
}
.span8 .page-category .item_info .item_info_dl dd,
.span8 .page-archive .item_info .item_info_dl dd,
.span8 .page-item__blog .item_info .item_info_dl dd,
.span8 .page-blog .item_info .item_info_dl dd {
  margin-right: 30px;
}
.span8 .page-category .item_info .item_info_dl dd .item_category-name a,
.span8 .page-archive .item_info .item_info_dl dd .item_category-name a,
.span8 .page-item__blog .item_info .item_info_dl dd .item_category-name a,
.span8 .page-blog .item_info .item_info_dl dd .item_category-name a,
.span8 .page-category .item_info .item_info_dl dd .item_createdby a,
.span8 .page-archive .item_info .item_info_dl dd .item_createdby a,
.span8 .page-item__blog .item_info .item_info_dl dd .item_createdby a,
.span8 .page-blog .item_info .item_info_dl dd .item_createdby a,
.span8 .page-category .item_info .item_info_dl dd .item_hits a,
.span8 .page-archive .item_info .item_info_dl dd .item_hits a,
.span8 .page-item__blog .item_info .item_info_dl dd .item_hits a,
.span8 .page-blog .item_info .item_info_dl dd .item_hits a {
  color: #606060;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.span8 .page-category .item_info .item_info_dl dd .item_category-name a:hover,
.span8 .page-archive .item_info .item_info_dl dd .item_category-name a:hover,
.span8 .page-item__blog .item_info .item_info_dl dd .item_category-name a:hover,
.span8 .page-blog .item_info .item_info_dl dd .item_category-name a:hover,
.span8 .page-category .item_info .item_info_dl dd .item_createdby a:hover,
.span8 .page-archive .item_info .item_info_dl dd .item_createdby a:hover,
.span8 .page-item__blog .item_info .item_info_dl dd .item_createdby a:hover,
.span8 .page-blog .item_info .item_info_dl dd .item_createdby a:hover,
.span8 .page-category .item_info .item_info_dl dd .item_hits a:hover,
.span8 .page-archive .item_info .item_info_dl dd .item_hits a:hover,
.span8 .page-item__blog .item_info .item_info_dl dd .item_hits a:hover,
.span8 .page-blog .item_info .item_info_dl dd .item_hits a:hover {
  color: white;
}
.span8 .page-category .item {
  background: none;
  margin-bottom: 28px;
  padding-bottom: 0;
}
.page-category__team .item_title {
  font: 13px/18px asapregular;
  color: white;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.page-category__team .item_title a {
  color: white;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.page-category__team .item_title a:hover {
  color: #f3d802;
}
/*===== Gallery Page ======*/
ul.gallery {
  margin: 0 0 0 -20px;
}
ul.gallery .gallery-item {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  float: left;
  list-style: none;
  margin-bottom: 40px;
}
ul.gallery .gallery-item .item_img {
  margin-right: 0;
  float: none;
  margin-bottom: 25px;
}
ul.gallery .gallery-item .item_title {
  font: 13px/18px asapregular;
  color: white;
  margin-bottom: 10px;
  text-transform: uppercase;
}
ul.gallery .gallery-item .item_title a {
  color: white;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
ul.gallery .gallery-item .item_title a:hover {
  color: #f3d802;
}
ul.gallery .gallery-item.straightDown {
  float: none;
}
ul.gallery .gallery-item.straightDown .item_img {
  float: left;
  margin: 0 17px 17px 0 !important;
}
/*===== Testimonials Page ======*/
.page-category__testimonials .item {
  margin-bottom: 30px;
}
.mod-newsflash-adv__monials .item {
  padding-right: 96px;
  margin-bottom: 23px;
}
blockquote {
  background: url(../images/template/blockquote.png) 0 4px no-repeat;
  padding: 0 0 0 37px;
  margin: 0;
  border-left: none;
}
blockquote p {
  margin-bottom: 0;
  padding: 0 0 9px;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
}
blockquote small {
  font: 13px/18px asapregular;
  text-transform: uppercase;
  color: white;
}
blockquote small:before {
  content: '';
}
blockquote small:after {
  content: '';
}
/*===== Team Page ======*/
.page-category__team .item_introtext {
  overflow: hidden;
}
.addthis_toolbox {
  padding-top: 13px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= ASIDE RIGHT =======================*/
.archive-module li a,
.categories-module li a,
.mod-menu .nav.menu li a,
.list1 ul li a {
  display: inline;
}
.archive-module li a:hover,
.categories-module li a:hover,
.mod-menu .nav.menu li a:hover,
.list1 ul li a:hover {
  background: none;
}
/*======================= MAINBOTTOM =======================*/
#mainbottom-row .row-container .container {
  border-top: 1px solid #232323;
  margin-top: 25px;
  padding-top: 29px;
}
/*======================= BOTTOM =======================*/
/*======================= FOOTER =======================*/
#copyright-row .row-container {
  font: 11px/18px arial;
  color: #545454;
  padding-top: 47px;
}
#copyright-row .row-container a {
  color: #545454;
}
#copyright-row .row-container a:hover {
  color: white;
}
#copyright-row .row-container .moduletable {
  margin-bottom: 30px;
  overflow: hidden;
}
#copyright {
  margin-bottom: 30px;
}
#copyright .siteName {
  display: none;
}
ul.footer {
  float: right;
  overflow: hidden;
  margin-right: 2px;
}
ul.footer li {
  float: left;
  background: url(../images/template/footer_separator.png) 0 6px no-repeat;
  padding-left: 10px;
  margin-left: 7px;
}
ul.footer li:first-child {
  background: none;
  padding-left: 0;
  margin-left: 0;
}
ul.footer li a {
  text-transform: uppercase;
}
ul.footer li.active a {
  color: white !important;
}
/*===== Social Media ======*/
.mod-menu__social .social {
  float: right;
  margin: 0;
  overflow: hidden;
}
.mod-menu__social .social li {
  float: left;
  margin: 0 0 0 6px;
  list-style: none;
}
.mod-menu__social .social li a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  filter: alpha(opacity=100);
}
.mod-menu__social .social li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.nav-tabs > li > a:hover {
  background-color: #FFFFFF;
  border: 1px solid #ddd;
  color: #555555;
}
#jform_images_image_intro,
#jform_images_image_fulltext {
  height: 27px;
}
