/*
=================================================
                    Defaults
=================================================
*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*
=================================================
                    Defaults
=================================================
*/
.ipWidget:before,
.ipModuleForm .ipmField:before,
.clearfix:before,
.ipWidget:after,
.ipModuleForm .ipmField:after,
.clearfix:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.ipWidget:after,
.ipModuleForm .ipmField:after,
.clearfix:after {
  clear: both;
}
/*
=================================================
                TinyMCE library
=================================================
*/
.mceContentBody {
  color: #333;
  font-size: 14px;
}
.mceContentBody p,
.mceContentBody ul,
.mceContentBody ol,
.mceContentBody li,
.mceContentBody dl,
.mceContentBody dd,
.mceContentBody dt {
  border: none;
  margin: 0;
  padding: 0;
}
.mceContentBody a {
  text-decoration: none;
}
/*
=================================================
                   Search Module
=================================================
*/
header.main .ipModuleSearch {
  display: none;
  margin: 0;
  position: absolute;
  top: 166px;
  right: 25px;
}

header.main .ipModuleSearch .ipmField {
  float: left;
}

header.main .ipModuleSearch:before,
header.main .ipModuleSearch:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
header.main .ipModuleSearch:after {
  clear: both;
}
header.main .ipModuleSearch .ipmControlInput {
  display: block;
  background: transparent;
  border: none;
  border-bottom: 1px solid #7fc06b;
  padding: 3px 0px 3px 0px;
  max-width: 111px;
  min-width: 111px;
  font: 16px/20px "", arial, verdana, sans-serif; 
  color: #fff;
}
header.main .ipModuleSearch .ipmControlSubmit {
  background: url(../img/search_zoom.png) 0 0 no-repeat ;
  border: none;
  text-indent: -99999px;
  width: 22px;
  height: 18px;
  padding: 0;
  margin: 9px 0px 0px 0px;

}
@media only screen and (min-width: 1024px) {
  header.main .ipModuleSearch {
    display: block;
  }
}
.sidebar .ipModuleSearch {
  margin-bottom: 25px;
}
.sidebar .ipModuleSearch:before,
.sidebar .ipModuleSearch:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.sidebar .ipModuleSearch:after {
  clear: both;
}
.sidebar .ipModuleSearch .ipmFieldset {
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  width: 100%;
}
.sidebar .ipModuleSearch .ipmField {
  float: left;
  height: 40px;
}
.sidebar .ipModuleSearch .ipmControlInput {
  background: #f6f6f6;
  border: 1px solid #e3e3e3;
  padding: 10px 14% 11px 3%;
  width: 82.5%;
  font-size: 13px;
  color: #828282;
}
.sidebar .ipModuleSearch .ipmControlSubmit {
  background: url(../img/sidebar_search_icon.png) no-repeat center center;
  border: none;
  text-indent: -99999px;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 1px 0 -1px 0;
}
.sidebar .ipModuleSearch .ipmType-text {
  float: left;
  width: 100%;
}
.sidebar .ipModuleSearch .ipmType-submit {
  float: right;
  width: 40px;
  margin-left: -40px;
}
/*
=================================================
                  Form Module
=================================================
*/
.buttonStyle,
.button {
  background: url(../img/submit_button.png) no-repeat center center;
  display: inline-block;
  vertical-align: baseline;
  margin: 0 2px;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font: 13px/100% Arial, Helvetica, sans-serif;
  padding: 10px 30px 14px 30px;
  min-width: 134px;

  color: #ffffff;
}
.buttonStyle.button-home,
.button.button-home {
  min-width: 74px;
  margin: 20px 0 0 0;
  padding: 0 25px 0 0;
  background: url(../img/bg_listen.png) right 13px no-repeat;
   font: 40px/44px "malleable_grotesquebold", Helvetica, sans-serif; 
}
.buttonStyle:hover,
.button:hover {
  text-decoration: none;
}
.buttonStyle:active,
.button:active {
  position: relative;
  top: 1px;
}
.ipModuleForm .ipmField {
  margin-bottom: 25px;
  position: relative;
}
.ipModuleForm .ipmType-blank {
  margin: -16px 0 0;
  position: absolute;
}
.ipModuleForm .ipmField:last-child {
  margin-bottom: 0;
}
.ipModuleForm .textableInputs {
  background: #f8f8f8;
  border: 1px solid #e3e3e3;
  font-size: 15px;
  color: #828282;
  padding: 8px 13px 8px 8px;
}
.ipModuleForm .ipmLabel {
  display: block;
  float: left;
  min-height: 1px;
  width: 100%;
  max-width: 150px;
  padding-right: 30px;
  margin-top: 3px;
  color: #828282;
  font-size: 15px;
  text-align: right;
}
.ipModuleForm .ipmMarker {
  color: #ef0e0e;
}
.ipModuleForm .ipmControl {
  position: relative;
  float: left;
  width: 56%;
}
.ipModuleForm .ipmControlBlank {
  height: 0;
  margin: 0;
  padding: 0;
  visibility: hidden;
  width: 0;
}
.ipModuleForm .ipmControlInput {
  background: #f8f8f8;
  border: 1px solid #e3e3e3;
  font-size: 15px;
  color: #828282;
  padding: 8px 13px 8px 8px;
  max-width: 220px;
  width: 100%;
}
.ipModuleForm .ipmControlTextarea {
  background: #f8f8f8;
  border: 1px solid #e3e3e3;
  font-size: 15px;
  color: #828282;
  padding: 8px 13px 8px 8px;
  min-height: 120px;
  max-width: 620px;
  width: 100%;
  resize: vertical;
}
.ipModuleForm .ipmControlSubmit {
  background: url(../img/submit_button.png) no-repeat center center;
  display: inline-block;
  vertical-align: baseline;
  margin: 0 2px;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font: 13px/100% Arial, Helvetica, sans-serif;
  padding: 10px 30px 14px 30px;
  min-width: 134px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  color: #ffffff;
}
.ipModuleForm .ipmControlSubmit.button-home {
  min-width: 74px;
}
.ipModuleForm .ipmControlSubmit:hover {
  text-decoration: none;
}
.ipModuleForm .ipmControlSubmit:active {
  position: relative;
  top: 1px;
}
.ipModuleForm .ipmType-select {
  margin-bottom: 31px;
}
.ipModuleForm .ipmControlConfirmOptions {
  float: left;
  margin-left: 10px;
}
/*
    Form: Error
*/
.ipModuleForm .ipmError .ipmLabel {
  color: #e44445;
}
.ipModuleForm .ipmControlError {
  border-color: #e44445;
}
.ipmErrorMessage {
  color: #e72c2d;
  font-size: 11px;
  height: 11px;
}
.sidebar .ipModuleForm .ipmLabel {
  text-align: left;
}
/*
    Form: Success  
*/
.ipWidget-IpForm .ipwSuccess {
  display: none;
  padding: 20px 25px;
  font-size: 24px;
}
.ipWidget-IpForm .ipwSuccess p {
  color: #3db079;
}
.footer-container .ipModuleForm .ipmField {
  margin-bottom: 25px;
  position: relative;
}
.footer-container .ipModuleForm .ipmType-blank {
  margin: -16px 0 0;
  position: absolute;
}
.footer-container .ipModuleForm .ipmField:last-child {
  margin-bottom: 0;
}
.footer-container .ipModuleForm .textableInputs {
  background: #4a4a4a;
  border: 1px solid transparent;
  font-size: 15px;
  color: #828282;
  padding: 8px 13px 8px 8px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.footer-container .ipModuleForm .ipmLabel {
  display: block;
  float: left;
  min-height: 1px;
  width: 20%;
  max-width: 150px;
  padding-right: 30px;
  margin-top: 3px;
  color: #828282;
  font-size: 15px;
  text-align: left;
}
.footer-container .ipModuleForm .ipmMarker {
  color: #ef0e0e;
}
.footer-container .ipModuleForm .ipmControl {
  position: relative;
  float: left;
  width: 56%;
}
.footer-container .ipModuleForm .ipmControlBlank {
  height: 0;
  margin: 0;
  padding: 0;
  visibility: hidden;
  width: 0;
}
.footer-container .ipModuleForm .ipmControlInput {
  background: #4a4a4a;
  border: 1px solid transparent;
  font-size: 15px;
  color: #828282;
  padding: 8px 13px 8px 8px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  max-width: 220px;
  width: 100%;
}
.footer-container .ipModuleForm .ipmControlTextarea {
  background: #4a4a4a;
  border: 1px solid transparent;
  font-size: 15px;
  color: #828282;
  padding: 8px 13px 8px 8px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  min-height: 120px;
  max-width: 620px;
  width: 100%;
  resize: vertical;
}
.footer-container .ipModuleForm .ipmControlSubmit {
  background: url(../img/submit_button.png) no-repeat center center;
  display: inline-block;
  vertical-align: baseline;
  margin: 0 2px;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font: 13px/100% Arial, Helvetica, sans-serif;
  padding: 10px 30px 14px 30px;
  min-width: 134px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  color: #ffffff;
}
.footer-container .ipModuleForm .ipmControlSubmit.button-home {
  min-width: 74px;
}
.footer-container .ipModuleForm .ipmControlSubmit:hover {
  text-decoration: none;
}
.footer-container .ipModuleForm .ipmControlSubmit:active {
  position: relative;
  top: 1px;
}
.footer-container .ipModuleForm .ipmControlConfirmOptions {
  float: left;
  margin-left: 10px;
}
.sidebar .ipModuleForm .ipmLabel {
  text-align: left;
}
@media only screen and (max-width: 600px) {
  .ipModuleForm .ipmLabel {
    text-align: left;
  }
  .ipModuleForm .ipmControl {
    width: 87.5%;
  }
  .ipModuleForm .ipmControlInput {
    width: 100%;
  }
}
/*
=================================================
                    Widgets
=================================================
*/
.ipBlock.ipbEmpty {
  min-height: 30px;
  outline: #019bd4 dashed 1px;
}
.ipWidget {
  margin-bottom: 25px;
}
.site-content .ipWidget {
  margin-bottom: 0px;
}
.ipWidget:last-child {
  margin-bottom: 0;
}
.sidebar .ipWidget:last-child {
  margin-bottom: 25px;
}
.ipPreviewWidget p:last-child,
.ipPreviewWidget ul:last-child,
.ipPreviewWidget ol:last-child {
  margin-bottom: 0;
}
.ipPreviewWidget h1,
.ipPreviewWidget h2,
.ipPreviewWidget h3,
.ipPreviewWidget h1 a,
.ipPreviewWidget h2 a,
.ipPreviewWidget h3 a {
  margin: 5px 0 0 0;
  text-decoration: none;
  color: #739cb4;
  font-weight: normal;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.ipPreviewWidget .ipwTitle-white {
 margin: 35px 25px 30px 25px;
 color: #ffffff;
 font: 60px/64px 'semillaregular', arial, verdana, sans-serif;
}

.ipPreviewWidget .news-title{
 margin: 35px 25px 46px 25px;
 color: #ffffff;
   font: 44px/48px 'semillaregular', arial, verdana, sans-serif;  
}


.ipPreviewWidget h2 {
  margin-bottom: -15px;
  font-size: 18px;
  color: #616161;
}

.site-content .ipPreviewWidget h2,
.ipPreviewWidget .faq-list-main h2{
   padding: 4px 0 18px 0;
   margin: 0;
   color: #74ba44;
   font: 34px/38px 'semillaregular', arial, verdana, sans-serif;   
}


.ipPreviewWidget .faq-list-main h2{
   padding: 4px 0 8px 0;
}


.ipPreviewWidget .faq-list-main h2 a{
   font: 34px/38px 'semillaregular', arial, verdana, sans-serif;   
}

.ipPreviewWidget h3 {
  font-size: 16px;
  color: #616161;
  margin-bottom: -20px;
}

.site-content .ipPreviewWidget h3{
   padding: 0px 0 10px 0;
   margin: -2px 0 0 0;
   color: #74ba44;
   font: 26px/30px 'semillaregular', arial, verdana, sans-serif;   
}

.ipPreviewWidget p,
.mceContentBody p {
  color: #828282;
  line-height: 24px;
  font-size: 13px;
  margin: 0;
  margin-bottom: 20px;
}

.site-content .ipPreviewWidget p {
   padding: 0 0 22px 0;
   margin: 0;
   color: #000;
   font: 16px/22px 'avenir_lt_pro45_book', arial, verdana, sans-serif;   
}

.site-content  p.date-holder {
   padding: 0 0 22px 0;
    font: 16px/22px 'malleable_grotesquebold', arial, verdana, sans-serif;      
}


.site-content .ipPreviewWidget  a{
   color: #0078af;  
   text-decoration: underline;
}

.site-content .ipPreviewWidget  a:hover{
   color: #74ba44; 
   text-decoration: none;   
}

.site-content .ipPreviewWidget img {
   margin: 4px 20px 4px 0;
   padding: 1px;
   border: 2px solid #f2f2f2;
}

.ipPreviewWidget ul,
.mceContentBody ul {
  list-style-position: inside;
  list-style-type: square;
  margin: 0 0 20px -10px;
}

.site-content .ipPreviewWidget ul{
  list-style: none;
  margin: 0 0 18px 0px;
  padding:  0px;
}

.ipPreviewWidget ol,
.mceContentBody ol {
  list-style-position: inside;
  margin: 0 0 20px -10px;
}

.site-content .ipPreviewWidget ol{
  margin: 0 0 18px 0px;
  padding:  0px;
}

.ipPreviewWidget li,
.mceContentBody li {
  line-height: 24px;
  margin-bottom: 4px;
  color: #828282;
}

.site-content .ipPreviewWidget ul li{
  margin: 0 0 0 0px;
  color: #000;
  padding: 0 0 4px 25px;
  background: url(../img/bg_ul_li.gif) 0 8px no-repeat;
  font: 16px/22px 'avenir_lt_pro45_book', arial, verdana, sans-serif; 
}

.site-content .ipPreviewWidget ol li{
  margin: 0 0 0 0px;
  padding: 0 0 4px 0px;
  color: #74ba44;
  font: 16px/22px 'avenir_lt_pro45_book', arial, verdana, sans-serif; 
}

.site-content .ipPreviewWidget ol li span{
  color: #000;
}

.ipPreviewWidget ul ul,
.mceContentBody ul ul,
.ipPreviewWidget ol ol,
.mceContentBody ol ol,
.ipPreviewWidget ul ol,
.mceContentBody ul ol,
.ipPreviewWidget ol ul,
.mceContentBody ol ul {
  margin-bottom: 0;
}
.ipPreviewWidget p + ul,
.mceContentBody p + ul,
.ipPreviewWidget p + ol,
.mceContentBody p + ol {
  margin-top: -20px;
}
.ipPreviewWidget a,
.mceContentBody a {
  color: #575757;
  text-decoration: none;
}
.ipPreviewWidget a:hover,
.mceContentBody a:hover {
  text-decoration: underline;
}
.ipPreviewWidget .caption,
.mceContentBody .caption {
  font-weight: bold;
}
.ipPreviewWidget .signature,
.mceContentBody .signature {
  font-size: 16px;
  font-style: italic;
}
.ipPreviewWidget .note,
.mceContentBody .note {
  color: #000;
  display: block;
  font-size: 16px;
  font-style: italic;
  margin: 0 30px 25px;
}
.ipPreviewWidget table,
.mceContentBody table {
  border-collapse: collapse;
  color: #828282;
  font-size: 15px;
  width: 100% !important;
}
.ipPreviewWidget table p,
.mceContentBody table p {
  line-height: auto;
  margin: 0;
}
.ipPreviewWidget td,
.mceContentBody td {
  font-size: 15px;
  padding: 9px 17px;
  text-align: center;
}
.ipPreviewWidget tr:nth-child(odd),
.mceContentBody tr:nth-child(odd) {
  background: #f6f6f6;
}
.ipPreviewWidget th,
.mceContentBody th,
.ipPreviewWidget thead td,
.mceContentBody thead td,
.ipPreviewWidget tbody tr:first-child td,
.mceContentBody tbody tr:first-child td {
  background: #adadad;
  border: none;
  font-size: 15px;
  color: #fff;
  text-shadow: 1px 1px 1px #000000;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  filter: dropshadow(color=#000000, offx=1, offy=1);
}
.ipPreviewWidget thead + tbody tr:first-child td,
.mceContentBody thead + tbody tr:first-child td {
  background-color: transparent;
  border-bottom: 1px solid #b2b2b2;
  color: inherit;
  font-size: 12px;
  font-weight: normal;
}

.site-content .ipPreviewWidget table.table{
  margin: 0 0 22px -2px;
  width: auto!important;
}

.site-content .ipPreviewWidget table.table th,
.site-content .ipPreviewWidget table.table thead td{
    padding:  4px 20px 4px 20px;
	background: #74ba44;
	color: #fff;
	text-align: left;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
    font: 20px/24px "malleable_grotesquebold", arial, verdana, sans-serif;		
}

.site-content .ipPreviewWidget table.table td{
    padding:  2px 20px 2px 20px;
	background: #fbf5e7;
	color: #000;
	text-align: left;
	border: none;
	border-left: 2px solid #fff;	
   font: 16px/22px 'avenir_lt_pro45_book', arial, verdana, sans-serif;  	
}

.site-content .ipPreviewWidget table.table tbody tr:first-child td{
    padding:  12px 20px 2px 20px;
}

.site-content .ipPreviewWidget table.table tbody tr:last-child td{
    padding:  2px 20px 14px 20px;
}


.site-content .news-list .one-new{
	padding: 20px 0 20px 0;
	border-top: 2px solid #e3f1da;
}

.site-content .news-list .one-new:first-child{
	padding: 0px 0 20px 0;
	border-top: none;
}

.site-content .news-list .one-new .ipWidget:after{
	clear: none;
}

.site-content .news-list .one-new h2{
	font: 24px/28px "malleable_grotesquebold", arial, verdana, sans-serif;
	padding: 0px 0 2px 0;	
}

.site-content .news-list .one-new h2 a{
	font: 24px/28px "malleable_grotesquebold", arial, verdana, sans-serif;
}


.site-content .news-list .one-new h2 span{
	font-size: 14px;	
	white-space: nowrap;
}

.site-content .news-list .one-new p{
	padding: 0;
}

.site-content .news-list .one-new a.img{
	float: left;
	margin: 4px 15px 10px 0;	
}

.site-content .news-list .one-new a.img img{
	margin: 0;
}






















.footer-container .ipPreviewWidget p:last-child,
.footer-container .ipPreviewWidget ul:last-child,
.footer-container .ipPreviewWidget ol:last-child {
  margin-bottom: 0px;
}
.footer-container .ipPreviewWidget h1,
.footer-container .ipPreviewWidget h2,
.footer-container .ipPreviewWidget h3,
.footer-container .ipPreviewWidget h1 a,
.footer-container .ipPreviewWidget h2 a,
.footer-container .ipPreviewWidget h3 a {
  font-weight: normal !important;
  color: #7e7e7e;
  margin-top: 0;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.footer-container .ipPreviewWidget h1 {
  font-size: 18px;
}
.footer-container .ipPreviewWidget h2 {
  font-size: 16px;
}
.footer-container .ipPreviewWidget h3 {
  font-size: 14px;
}
.footer-container .ipPreviewWidget p {
  font-size: 13px;
  color: #878686 ;
}
.footer-container .ipPreviewWidget a {
  color: #bab7b7;
  text-decoration: none;
}
.footer-container .ipPreviewWidget a:hover {
  text-decoration: underline;
}
/*
    Responsive tables
*/
table th {
  font-weight: bold;
}
table td,
table th {
  padding: 9px 10px;
  text-align: left;
}
/* Mobile */
@media only screen and (max-width: 600px) {
  table.responsive {
    margin-bottom: 0;
  }
  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%;
  }
  .pinned table th,
  .pinned table td {
    white-space: nowrap;
  }
  .pinned td:last-child {
    border-bottom: 0;
  }
  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc;
  }
  div.table-wrapper div.scrollable table {
    margin-left: 35%;
  }
  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden;
  }
  table.responsive td,
  table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }
  table.responsive th:first-child,
  table.responsive td:first-child,
  table.responsive td:first-child,
  table.responsive.pinned td {
    display: none;
  }
}
/*
    Images gallery
*/
.ipWidget-IpImageGallery ul {
  list-style-type: none;
  margin: 0 0 0 -80px;
}
.ipWidget-IpImageGallery ul li {
  display: inline-block;
}
.ipWidget-IpImageGallery ul li a,
.ipWidget-IpImageGallery ul li img {
  display: inline-block;
}
.ipWidget-IpImageGallery ul li a {
  position: relative;
  z-index: 1;
}
.ipWidget-IpImageGallery ul li a .hover {
  background: url(../img/sidebar_search_icon.png) no-repeat center center;
  position: absolute;
  display: none;
  z-index: 2;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  text-align: left;
}
/* To fix conflict with ImpressPages images uploader */
.ipUploadImage {
  max-width: none;
}
.sidebar .ipWidget-IpImageGallery {
  margin-bottom: 5px;
}
.sidebar .ipWidget-IpImageGallery ul li {
  display: inline-block;
  padding: 0;
}
.sidebar .ipWidget-IpImageGallery ul li a {
  position: relative;
  z-index: 1;
}
.sidebar .ipWidget-IpImageGallery ul li a .hover strong {
  display: none;
}
/*
    Image gallery responsive styles
*/
@media only screen and (min-width: 1px) {
  .ipWidget-IpImageGallery ul {
    text-align: center;
  }
  .ipWidget-IpImageGallery ul li {
    margin: 0 0 40px 40px;
  }
  .sidebar .ipWidget-IpImageGallery ul {
    margin: 0 0 0 -10.95%;
  }
  .sidebar .ipWidget-IpImageGallery ul li {
    display: inline-block;
    width: 80%;
    margin: 0 5% 5% 0;
    padding: 0;
  }
}
@media only screen and (min-width: 500px) {
  .ipWidget-IpImageGallery ul li {
    margin: 0 0 45px 45px;
    width: 21%;
  }
}
@media only screen and (min-width: 994px) {
  .ipWidget-IpImageGallery {
    margin-top: 10px;
  }
  .ipWidget-IpImageGallery ul li {
    float: left;
  }
  .sidebar .ipWidget-IpImageGallery ul {
    margin: 0 -5% 0 -10.95%;
  }
  .sidebar .ipWidget-IpImageGallery ul li {
    display: inline-block;
    width: 45%;
    margin: 0 5% 5% 0;
    padding: 0;
  }
  .site-content.with-sidebar .ipWidget-IpImageGallery ul {
    margin: 0 -5% 0 -5%;
  }
  .site-content.with-sidebar .ipWidget-IpImageGallery ul li {
    width: 28.3%;
    margin: 0 5% 5% 0;
  }
}
@media only screen and (min-width: 1140px) {
  .ipWidget-IpImageGallery ul li {
    float: left;
  }
}
/*
    Newsletter widget
*/
/*

    display: none;
    margin: 0;
    position: absolute;
    top: 92px;
    right: 5px;

    .clearfix;

    .ipmControlInput{
        display: block;
        background: transparent;
        border: 1px solid #c7c7c7;
        padding: 6px 30px 3px 10px;
        max-width: 200px;
        min-width: 200px;
        font-size: 13px;
        color: #6c81a2;
        font-style: italic;
        .rounded(15px);
        .box-shadow(0px 1px 0px 0px rgba(0, 0, 0, 0.1));
    }

    .ipmControlSubmit{
        background: url(../img/search_zoom.png) no-repeat center center;
        position: absolute;
        border: none;
        text-indent: -99999px;
        width: 24px;
        height: 24px;
        padding: 0;
        margin: 2px 0px 0px -2px;
        top: 0;
        right: 2px;
    }


*/
.footer-container .ipWidget-IpNewsletter .ipModuleForm {
  margin: 0;
  position: absolute;
  margin-bottom: 10px;
}
.footer-container .ipWidget-IpNewsletter .ipModuleForm:before,
.footer-container .ipWidget-IpNewsletter .ipModuleForm:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.footer-container .ipWidget-IpNewsletter .ipModuleForm:after {
  clear: both;
}
.footer-container .ipWidget-IpNewsletter .ipModuleForm .ipmField {
  margin-bottom: 0;
}
.footer-container .ipWidget-IpNewsletter .ipModuleForm .ipmControl {
  width: 100%;
  float: left;
}
.footer-container .ipWidget-IpNewsletter .ipModuleForm .ipmControlInput {
  display: block;
  background: transparent;
  border: 1px solid #c7c7c7;
  padding: 6px 30px 3px 10px;
  margin-top: 20px;
  max-width: 190px;
  min-width: 190px;
  font-size: 13px;
  color: #6c81a2;
  font-style: italic;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
}
.footer-container .ipWidget-IpNewsletter .ipModuleForm .ipmType-email {
  width: 82%;
  float: left;
}
.footer-container .ipWidget-IpNewsletter .ipModuleForm .ipmType-submit {
  float: left;
  width: 10%;
}
.footer-container .ipWidget-IpNewsletter .ipModuleForm .ipmControlSubmit {
  background: url(../img/mail_icon.png) no-repeat center center;
  border: none;
  width: 100%;
  color: #828282;
  text-shadow: none;
  text-indent: -9999px;
  padding: 6px 39px 0 0;
  margin-top: 25px;
}
.footer-container .ipWidget-IpNewsletter .ipModuleForm .ipmControlSubmit:active {
  top: 0;
}
.footer-container .ipWidget-IpNewsletter .ipModuleForm .ipmLabel {
  display: none;
}
@media only screen and (min-width: 600px) {
  .footer-container .ipWidget-IpNewsletter {
    width: 200px;
  }
  .footer-container .ipWidget-IpNewsletter .ipModuleForm .ipmType-email {
    width: 38%;
    float: left;
  }
}
@media only screen and (min-width: 1140px) {
  .footer-container .ipWidget-IpNewsletter .ipModuleForm {
    top: 91px;
    left: 0;
  }
  .footer-container .ipWidget-IpNewsletter .ipModuleForm .ipmType-email {
    width: 57%;
    float: left;
  }
}
.sidebar .ipWidget-IpNewsletter .ipModuleForm {
  margin-bottom: 0;
}
.sidebar .ipWidget-IpNewsletter .ipModuleForm:before,
.sidebar .ipWidget-IpNewsletter .ipModuleForm:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.sidebar .ipWidget-IpNewsletter .ipModuleForm:after {
  clear: both;
}
.sidebar .ipWidget-IpNewsletter .ipModuleForm .ipmFieldset {
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  width: 100%;
}
.sidebar .ipWidget-IpNewsletter .ipModuleForm .ipmField {
  float: left;
  height: 40px;
  margin-bottom: 0;
}
.sidebar .ipWidget-IpNewsletter .ipModuleForm .ipmControl {
  width: auto;
  position: static;
  float: none;
}
.sidebar .ipWidget-IpNewsletter .ipModuleForm .ipmControlInput {
  background: #fbf5e7;
  border: 1px solid #74ba44;
  padding: 8px 17% 9px 3%;
  width: 80%;
  color: #000;
  max-width: none;
 font: 16px/22px 'avenir_lt_pro45_book',arial,verdana,sans-serif; 
}
.sidebar .ipWidget-IpNewsletter .ipModuleForm .ipmControlSubmit {
  background: url(../img/newsletter_submit.png) 0 0 no-repeat;
  border: none;
  text-indent: -99999px;
  width: 41px;
  height: 41px;
  padding: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.sidebar .ipWidget-IpNewsletter .ipModuleForm .ipmControlSubmit:active {
  top: 0;
}
.sidebar .ipWidget-IpNewsletter .ipModuleForm .ipmLabel {
  display: none;
}
.sidebar .ipWidget-IpNewsletter .ipModuleForm .ipmType-email {
  float: left;
  width: 100%;
}
.sidebar .ipWidget-IpNewsletter .ipModuleForm .ipmType-submit {
  float: right;
  width: 44px;
  margin-left: -48px;
}
/*
    Logo gallery
*/
.ipWidget-IpLogoGallery {
  margin-bottom: 40px;
}
.ipWidget-IpLogoGallery ul {
  list-style-type: none;
  margin: 0 0 0 -80px;
}
.ipWidget-IpLogoGallery ul li {
  display: inline-block;
}
.ipWidget-IpLogoGallery ul li a,
.ipWidget-IpLogoGallery ul li img {
  display: block;
}
@media only screen and (min-width: 1px) {
  .ipWidget-IpLogoGallery ul {
    text-align: center;
  }
  .ipWidget-IpLogoGallery ul li {
    margin: 0 0 20px 40px;
  }
}
@media only screen and (min-width: 992px) {
  .ipWidget-IpLogoGallery ul {
    text-align: left;
  }
}
@media only screen and (min-width: 1140px) {
  .ipWidget-IpLogoGallery ul {
    text-align: center;
  }
  .ipWidget-IpLogoGallery ul li {
    float: left;
    margin: 0 0 20px 40px;
  }
}
/*
    Image widget
*/
.ipWidget-IpImage img {
  display: block;
}
/*
    Text + Image widget
*/
.ipWidget-IpTextImage .ipwImage {
  float: left;
  width: 48%;
}
.ipWidget-IpTextImage .ipwText {
  float: right;
  width: 48%;
  max-width: 520px;
}
.ipWidget-IpTextImage.ipLayout-right .ipwImage {
  float: right;
}
.ipWidget-IpTextImage.ipLayout-right .ipwText {
  float: left;
}
@media only screen and (max-width: 768px) {
  .ipWidget-IpTextImage .ipwImage {
    float: left;
    width: 100%;
    max-width: 100%;
  }
  .ipWidget-IpTextImage .ipwText {
    float: right;
    width: 100%;
  }
  .ipWidget-IpTextImage.ipLayout-right .ipwImage {
    float: right;
  }
  .ipWidget-IpTextImage.ipLayout-right .ipwText {
    float: left;
  }
}
/*
    Files widget
*/
.ipWidget-IpFile ul {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
}
.ipWidget-IpFile ul li {
  margin-bottom: 4px;
  margin: 0;
  padding: 0;
}
.ipWidget-IpFile ul li a {
  font-weight: bold;
  font-size: 14px;
  font-style: italic;
  word-wrap: break-word;
  text-decoration: none;
}
.ipWidget-IpFile ul li a:hover {
  text-decoration: underline;
}
/*
    Seperator widget
*/
.ipWidget-IpSeparator {
  overflow: hidden;
  width: 100%;
  border-bottom: 1px dashed #bababa;
}
.ipWidget-IpSeparator.ipLayout-default {
  height: 0;
}
.ipWidget-IpSeparator.ipLayout-space {
  height: 25px;
}
/*
    HTML code widget
*/
/*
    FAQ widget
*/
.ipWidget-IpFaq {
  padding-left: 50px;
  margin-top: 25px;
  margin-bottom: 16px;
  position: relative;
}
.ipWidget-IpFaq .ipwContainer {
  margin: 0;
}
.ipWidget-IpFaq .ipwQuestion {
  cursor: pointer;
  text-decoration: none;
  font-size: 15px;
  color: #828282;
}
.ipWidget-IpFaq .ipwQuestion:hover {
  color: #c9b7e5;
}
.ipWidget-IpFaq .ipwQuestion:hover:before {
  background-color: #c9b7e5;
}
.ipWidget-IpFaq .ipwQuestion:before {
  background: #dbd9d9;
  font-size: 23px;
  line-height: 15px;
  font-weight: bold;
  color: #ffffff;
  content: '?';
  display: block;
  margin: -6px 0 0 -50px;
  padding: 11px 12px 11px 13px;
  position: absolute;
}
.ipWidget-IpFaq .ipwAnswer {
  margin: 5px 0 0 0;
  font-size: 13px;
  color: #828282;
}
.ipWidget-IpFaq .ipwCollapsed .ipwAnswer {
  display: none;
}
.ipWidget-IpTitle + .ipWidget-IpFaq {
  margin-top: 35px;
}
/* FAQ widget in footer */
.footer-container .ipWidget-IpFaq .ipwQuestion {
  color: #878686;
}
.footer-container .ipWidget-IpFaq .ipwQuestion:hover {
  color: #BAB7B7;
}
.footer-container .ipWidget-IpFaq .ipwQuestion:hover:before {
  background-color: #BAB7B7;
}
.footer-container .ipWidget-IpFaq .ipwQuestion:before {
  background: #828282;
  color: #ffffff;
}
.footer-container .ipWidget-IpFaq .ipwAnswer {
  color: #878686;
}
.footer-container .ipWidget-IpFaq .ipwExpanded .ipwQuestion,
.footer-container .ipWidget-IpFaq .ipwDisabled .ipwQuestion {
  color: #878686;
}
.footer-container .ipWidget-IpFaq .ipwExpanded .ipwQuestion:before,
.footer-container .ipWidget-IpFaq .ipwDisabled .ipwQuestion:before {
  background: #BAB7B7;
}
/*
    News plugin support
    see: http://www.impresspages.org/extensions/plugins-2.x/news-blog2/
*/
.ipWidget-IpNewsBlog .ipWidget-IpText {
  margin-bottom: 0px;
}
.ipWidget-IpNewsBlog .ipWidget-IpText .ipmNewsBlogPage {
  text-decoration: none;
  margin-right: 5px;
}
.ipWidget-IpNewsBlog .ipWidget-IpText .ipmNewsBlogPage:hover {
  text-decoration: none;
}
.ipWidget-IpNewsBlog .ipWidget-IpText:first-child {
  margin-bottom: 0;
}
.ipWidget-IpNewsBlog .ipWidget-IpText:last-child {
  margin-top: 41px;
}
.ipWidget-IpNewsBlog .ipWidget-IpTitle {
 
}
.ipWidget-IpNewsBlog .ipWidget-IpTitle:first-child {
  margin-top: 0 !important;
}
.ipWidget-IpNewsBlog .ipWidget-IpTitle:before,
.ipWidget-IpNewsBlog .ipWidget-IpTitle:after {
  display: none;
}
/* 
    Inline Management 
*/
.ipModuleInlineManagement.ipmEmpty {
  outline: #019bd4 dashed 1px;
}
