/* Copyright 2011-2014 Haver Nieuwe Media.
 * No parts of this code or its results can be used, reused or modified without
 * explicit written consent of Haver Nieuwe Media.
 */

/* 
    Created on : 1-dec-2014, 9:21:23
    Author     : Harmen
*/
a *
{
  border: 0;
}
p
{
  margin: 0 0 2% 0;
}
p.margintop
{
  margin-top: 2%;
}

p:last-child
{
  margin-bottom: 0;
}
img.fullwidth
{
  box-sizing: border-box;
  
  width: 100% !important;
  height: auto !important;
}
img.pct25
{
  box-sizing: border-box;
  
  width: 25% !important;
  height: auto !important;
}
img.pct33
{
  box-sizing: border-box;
  
  width: 33% !important;
  height: auto !important;
}
img.pct50
{
  box-sizing: border-box;
  
  width: 50% !important;
  height: auto !important;
}
img.pct67
{
  box-sizing: border-box;
  
  width: 67% !important;
  height: auto !important;
}
img.pct75
{
  box-sizing: border-box;
  
  width: 75% !important;
  height: auto !important;
}
img.fullwidth.blackborder
{
  border: 1px solid black;
}
img.bottom
{
  float: right;
  
  position: absolute;
  
  bottom: 0;
}
img.left
{
  float: left;
  
  margin-right: 2% !important;
  margin-bottom: 2% !important;
}
img.right
{
  float: right;
  
  margin-left: 2% !important;
  margin-bottom: 2% !important;
}
table
{
  border-collapse: separate;
}
section
{
  box-sizing: border-box;
  position: relative;
    
  width: 100%;
  min-width: 920px;
}
section::after
{
  clear: both;
}
section.flex
{
  display: flexbox;
  display: flex;
}
section.bgcover
{
  background-size: cover;
  background-repeat: no-repeat;
}
section.parallax
{
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateZ(0);
}
section.bg-bottom-right
{
  background-position: bottom right;
  background-attachment: scroll;
}
section.bgcentercenter
{
  background-position: center center;
}
section.fullwidth
{
  padding: 0 0 0 0;
}
section.overflowhidden
{
  overflow: hidden;
}
section.fullwidth
{
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.aspect-16-9
{
  padding-bottom: 56.25% !important;
}
.aspect-20-10
{
  padding-bottom: 50% !important; /* (10/20)*100 */
}
.aspect-25-10
{
  padding-bottom: 40% !important; /* (10/20)*100 */
}
.aspect-30-10
{
  padding-bottom: 33.33333% !important; /* (10/20)*100 */
}
.aspect-40-10
{
  padding-bottom: 25% !important; /* (10/20)*100 */
}
.aspect-60-10
{
  padding-bottom: 16.66667% !important; /* (10/20)*100 */
}
.cols1, .cols2, .cols3
{
  box-sizing: border-box;
  
  display: block;
  
  overflow: visible;
  
  margin: 0 0 0 0;
}

.cols1
{
  clear: both;
  
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
}
.cols2
{
  float: left;
  width: 50%;

  padding-left: 2%;
  padding-right: 2%;

}
.cols3
{
  float: left;
  width: 32.32%;
  
  padding-left: 2%;
  padding-right: 2%;
}
.colsautofill
{
  overflow: auto !important;
  
  padding-left: 0.1px !important; /* without this padding, the element completely disappears. Weird. */
  padding-right: 0.1px !important; /* without this padding, the element completely disappears. Weird. */
}
section.flex .marginleft
{
  margin-left: 2%;
}
section.flex .marginright
{
  margin-right: 2%;
}

.cols2.marginleft
{
  margin-left: 2%;
  
  width: 48%;
}
.cols2.marginright
{
  margin-right: 2%;
  
  width: 48%;
}
.cols3.marginleft
{
  margin-left: 2%;
  
  width: 31.33%;
}
.cols3.marginright
{
  margin-right: 2%;
  
  width: 31.33%;
}
.cols3.margincenter
{
  margin-left: 1%;
  margin-right: 1%;
  
  width: 31.33%;
}
.colsautofill.marginleft
{
  margin-left: 2%;
}
.colsautofill.marginright
{
  margin-right: 2%;
}
.cols1.padding, .cols2.padding, .cols3.padding, colsautofill.padding
{
  padding: 1% 1% 1% 1%;
}
.flexsub .cols2, .flexsub .cols3
{
  /* flex container will take care of spacing, so don't overdo with margins */

  float: none;

  margin-left: auto;
  margin-right: auto;
}
.flexsub .cols2
{
  width: 48%;
  min-width: 48%;
  max-width: 48%;
}
.flexsub .cols3
{
  width: 31.33%;
  min-width: 31.33%;
  max-width: 31.33%;
}
.fullheight
{
  height: 100% !important;
}

.sticktobottom
{
  position: absolute;
  
  bottom: 0;
  left: 0;
}
.sticktobottom-margin
{
  position: absolute;
  
  bottom: 4%;
  left: 4%;

  padding: 4px;
}
.displaynone
{
  display: none;
}
.bgbottomright
{
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 20%;
}
.bgcentercenter
{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 35%;
}
.centered50pct
{
  width: 50%;
  left: 50%;
  margin-left: -25%;
}
.nomargin
{
  margin: 0 0 0 0 !important;
}
.nopadding
{
  padding: 0 0 0 0 !important;
}
img.center
{
  position: relative;
  
  width: 35%;
  
  top: 50%;
  left: 50%;
  
  margin-left: -17.5%;
  margin-top: -17.5%;
}
body[data-hnm-editable-mode="edit"] img.center
,body[data-hnm-editable-mode="sort"] img.center
{
  position: initial;
  margin: initial;
  top: initial;
  left: initial;
}

body[data-hnm-editable-mode="edit"] .never
,body[data-hnm-editable-mode="sort"] .never
{
  display: block !important;
}
body[data-hnm-editable-mode="edit"] .never-inline
,body[data-hnm-editable-mode="sort"] .never-inline
{
  display: inline-block !important;
}
body[data-hnm-editable-mode="edit"] .displaynone
,body[data-hnm-editable-mode="sort"] .displaynone
{
  display: block !important;
}
body[data-hnm-editable-mode="edit"] tr.displaynone
,body[data-hnm-editable-mode="sort"] tr.displaynone
{
  display: table-row !important;
}
body[data-hnm-editable-mode="edit"] [data-hnm-editable-hide="true"]
,body[data-hnm-editable-mode="sort"] [data-hnm-editable-hide="true"]
{
  display: none !important;
}
.flexsub
{
  display: flex;
}
.flexsub.multiplerows
{
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  align-content: space-between;
}
.clear
{
  clear: both;
}

/* CONTROL PANELS + BUTTONS */
div.hnm-sortable-controlpanel-element, div.hnm-sortable-controlpanel-slide, div.hnm-sortable-controlpanel-composition
{
  display: none;
  position: absolute;
  
  z-index: 999999;
  
  height: 40px;
  width: 80px;  
  
  border: 1px solid grey;
  
  overflow: visible;
}
div.hnm-sortable-controlpanel-element
{
  background-color: rgba(255,0,0,0.8);
  
  width: 120px;
}
div.hnm-sortable-controlpanel-slide
{
  background-color: rgba(0,0,255,0.8);
}
div.hnm-sortable-controlpanel-composition
{
  display: block;
  
  position: fixed;
  
  top: 20px;
  left: 50%;
  
  width: 243px;
  
  margin-left: -101px;
  
  background-color: rgba(0,255,0,0.8);
}

div.hnm-sortable-controlpanel-element span, div.hnm-sortable-controlpanel-slide span, div.hnm-sortable-controlpanel-composition span, div.hnm-sortable-controlpanel-responsive-mode span
{
  float: left;
  
  height: 40px;
  width: 40px;
  
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  
  cursor: pointer;
}
div.hnm-sortable-controlpanel-element span:hover, div.hnm-sortable-controlpanel-slide span:hover, div.hnm-sortable-controlpanel-composition span:hover
{
  background-color: rgba(128,128,128,0.25);
}
span.hnm-sortable-controlpanel-element-cloned
{
  background-image: url('images/editable/forbidden.png');
}
span.hnm-sortable-controlpanel-element-edit,
span.hnm-sortable-controlpanel-slide-edit,
span.hnm-sortable-controlpanel-composition-edit
{
  background-image: url('images/editable/settings1.png');
}
span.hnm-sortable-controlpanel-element-add,
span.hnm-sortable-controlpanel-slide-add
{
  background-image: url('images/editable/add186.png');
}
span.hnm-sortable-controlpanel-mode-edit
{
  background-image: url('images/editable/page14.png');
}
span.hnm-sortable-controlpanel-mode-structure
{
  background-image: url('images/editable/site.png');
}
span.hnm-sortable-controlpanel-admin-go
{
  background-image: url('images/editable/data45.png');
}
span.hnm-sortable-controlpanel-responsive-mode
{
  background-image: url('images/editable/iphone26.png');
}
span.hnm-sortable-controlpanel-seperator
{
  width: 1px !important;
 
  background-color: rgba(255,255,255,0.6) !important;
}
span.hnm-sortable-controlpanel-mode-active, body[data-hnm-responsive-mode="mobile"] span.hnm-sortable-controlpanel-responsive-mode
{
  background-color: rgba(128,128,128,0.6) !important;
}
span.hnm-sortable-controlpanel-order
{
  cursor: move;

  background-image: url('images/editable/move16.png');
}
.hnm-sortable-controlpanel-tooltips
{
  font-size: 0.8em;
}

#spinner
{
  z-index: 100000;
  
  position: fixed;
  
  width: 100px;
  height: 100px;
  
  top: 50%;
  left: 50%;
  
  padding: 20px;
  
  margin-left: -25px;
  margin-top: -25px;
}
#spinner div.bg
{
  z-index: 100000;
  
  position: absolute;
  top: 0;
  left: 0;
  
  width: 100%;
  height: 100%;
}
#spinner img 
{
  position: absolute;
  
  top: 0;
  left: 0;
  
  z-index: 100001;
  
  width: 100%;
  height: 100%;
    
  -webkit-animation:spin 2s linear infinite;
  -moz-animation:spin 2s linear infinite;
  animation:spin 2s linear infinite;
}
@-moz-keyframes spin 
{ 
  100% { -moz-transform:rotate(360deg)}
}
@-webkit-keyframes spin
{
  100% { -webkit-transform:rotate(360deg)}
}
@keyframes spin 
{ 
  100% { -webkit-transform:rotate(360deg); transform:rotate(360deg);}
}
/* EDIT DIALOG */
#hnm-sortable-controlpanel-dialog
{
  display: none;
  
  z-index: 9999;
  
  min-width: 400px;
  min-height: 700px;
}
#hnm-sortable-controlpanel-dialog *
{
  color: #000000 !important;
}

body[data-hnm-editable-mode="edit"] .hnm-placeholder
{
  box-sizing: border-box;
  
  border: 1px dashed black;
  
  background-color: gray; 
  
  color: black !important;
}
body[data-hnm-editable-mode="edit"] .hnm-placeholder *
{
  color: black !important;
}

/*BXSlider*/
.bx-wrapper 
{
  position: relative;
  margin: 0 auto 0px;
  padding: 0;
  *zoom: 1;
}
.hnm-gallery-dialog *
{
  color: #000000 !important;
}
.ui-widget-overlay
{
  z-index: 1201 !important;
}
.hnm-gallery-dialog.ui-dialog
{
  position: absolute;
  
  width: 80% !important;
  height: 80% !important;
  
  min-width: 920px;
  min-height: 600px;
}
.hnm-gallery-dialog .ui-dialog-titlebar
{
  display: inline-block;
  
  z-index: 1202;
  
  position: absolute;

  right: 20px;
  
  background-image: none;
  background-color: transparent;
  border: 0px;

  width: 20px;
  height: 30px;
}
.hnm-gallery-dialog .ui-dialog-title
{
  display: none;
}
/*.ui-dialog-content
{
  position: absolute !important;
  
  box-sizing: border-box;
  
  width: 100% !important;
  height: 100% !important;
  
  overflow: auto !important;
} */
.stop-scrolling
{
  height: 100%;
  overflow-y: hidden;
}

/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 */

.ms-parent {
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.ms-choice {
    display: block;
    width: 100%;
    height: 26px;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #aaa;
    text-align: left;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
}

.ms-choice.disabled {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.ms-choice > span {
    position: absolute;
    top: 0;
    left: 0;
    right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-left: 8px;
}

.ms-choice > span.placeholder {
    color: #999;
}

.ms-choice > div {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 25px;
    background: url('lib/images/multiple-select.png') left top no-repeat;
}

.ms-choice > div.open {
    background: url('lib/images/multiple-select.png') right top no-repeat;
}

.ms-drop {
    width: 100%;
    overflow: hidden;
    display: none;
    margin-top: -1px;
    padding: 0;
    position: absolute;
    z-index: 1000;
    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.ms-drop.bottom {
    top: 100%;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.ms-drop.top {
    bottom: 100%;
    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.ms-search {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    min-height: 26px;
    padding: 4px;
    position: relative;
    white-space: nowrap;
    width: 100%;
    z-index: 10000;
}

.ms-search input {
    box-sizing: border-box;
    width: 100%;
    height: auto !important;
    min-height: 24px;
    padding: 0 20px 0 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid #aaa;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fff url('lib/images/multiple-select.png') no-repeat 100% -22px;
    background: url('lib/images/multiple-select.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
    background: url('lib/images/multiple-select.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('lib/images/multiple-select.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('lib/images/multiple-select.png') no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
    background: url('lib/images/multiple-select.png') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    background: url('lib/images/multiple-select.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}

.ms-search, .ms-search input {
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.ms-drop ul {
    overflow: auto;
    overflow-x: hidden;
    margin: 0;
    padding: 5px 8px;
}

.ms-drop ul > li {
    list-style: none;
    display: list-item;
    background-image: none;
    position: static;
}

.ms-drop ul > li .disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
}

.ms-drop ul > li.multiple {
    display: block;
    float: left;
}

.ms-drop ul > li.group {
    clear: both;
}

.ms-drop ul > li.multiple label {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ms-drop ul > li label {
    font-weight: normal;
    display: block;
    white-space: nowrap;
}

.ms-drop ul > li label.optgroup {
    font-weight: bold;
}

.ms-drop input[type="checkbox"] {
    vertical-align: middle;
    
    margin-right: 20px;
}

.ms-drop .ms-no-results {
    display: none;
}


.starrating {
  display: inline-block;
  
  font-family: FontAwesome;
    
  position: relative;
    
  vertical-align: 15%;
  
  font-weight: normal;
  font-size: 0.5em;
  
  overflow-y: hidden;
}
.starrating::before,
.starrating span::before{
  z-index: 1;

  content: "\f006\f006\f006\f006\f006";
   
  display: block;

}
.starrating span::before {
  z-index: 2;

  position: absolute;

  top: 0;
  left: 0;

  width: inherit;

  overflow: hidden;

  content: "\f005\f005\f005\f005\f005";
}

/* -----------------------------------------------------------------------*/
/* ------------------------------ RESPONSIVE -----------------------------*/
/* -----------------------------------------------------------------------*/
/* --- 768px --- */
@media screen and (max-width:980px) 
{
  .timelineFlat .timeline_line
  {
    width:680px;
  }
	
  .timelineFlat .t_line_view 
  {
    width:680px;
  }

  .timelineFlat .t_line_m 
  {
    width: 338px;
  }
  .timelineFlat .t_line_m.right 
  {
    left: 339px;
    width: 339px;
  }
}


/* --- 610px --- */
@media screen and (max-width:767px) 
{
  .timelineFlat .timeline_line 
  {
    width:530px;
  }

  .timelineFlat .t_line_view 
  {
    width:1060px;
  }

  .timelineFlat .t_line_m 
  {
    width: 528px;
  }
  .timelineFlat .t_line_m.right 
  {
    left: 530px;
    width: 528px;
  }
  .timelineFlat .t_line_m.right .t_node_desc 
  {
    right:auto;
    left:0;
  }
}

.hnm_youtube
{
  width: 100%;
  height: 100%;
  min-height: 100px;
  
  background-image: url('images/youtube-play.png');
  background-size: 20%;
  background-repeat: no-repeat;
  background-position: center center;

  transition: background 2.5s ease-in-out;
  
  cursor: pointer;
  cursor: hand;
}

.hnm_youtube:hover
{
  transition: background-image 2.5s ease-in-out;
  background-image: url('images/youtube-play-hover.png');
}

.hnm_video
{
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100px;
  
  background-size: cover;
}

.hnm_video.cover
{
  top: 50%; 
  left: 50%;
  
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  
  min-width: 100%; 
  min-height: 100%;
  
  width: auto; 
  height: auto;
  
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

input[type="text"],input[type="email"],input[type="password"],select,textarea
{
  box-sizing: border-box;
  
  width: 66%;
  
  padding: 6px;
  
  border: 1px solid #dcdcdc;

  color: black !important;
  
  transition: box-shadow 0.3s, border 0.3s;
}
select
{
  padding: 3px;
}
select,option
{
  color: #000000 !important;
}
input[type="text"]:focus,input[type="text"].focus,input[type="email"]:focus,input[type="email"].focus,input[type="password"]:focus,input[type="password"].focus,select,textarea
{
  border: solid 1px #707070;
  
  box-shadow: 0 0 5px 1px #969696;
}
input.error, select.error
{
  background-color: tomato;
}
label
{
  display: inline-block;
  
  min-width: 150px;
  width: 30%;
  height: 40px;
  
  font-weight: bold;
}
label.error
{
  display: none !important;
}

.hnm-readmore
{
  position: relative;
  
  overflow: hidden;
}

.hnm-readmore-overlay
{
  position: absolute;
  
  top: 30%;
  left: 0;
  
  width: 100%;
  height: 70%;
  
  font-weight: bold;
  
  cursor: pointer;
  cursor: hand;
  
  background-color: rgb(255,255,255);
  background: -webkit-linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1.0)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1.0)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1.0)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1.0)); /* Standard syntax */
}

.infobox
{
  box-sizing: border-box;
    
  width: 100%;

  padding: .4em .8em .4em .8em;
  
  overflow: auto;
}
.infobox, .infobox *
{
  color: white !important;
}
.infobox.warning
{
}
.infobox .fa
{
  float: left;
  
  font-size: 1em;
  
  margin: .3em .4em 0 0;
}
ul.hnm-tabs
{
  float: left;
    
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
ul.hnm-tabs.moodboard
{
  width: 20%;
}
ul.hnm-tabs li
{
  margin-bottom: 5px;
  padding: 3px 50px 3px 5px;
  
  list-style: none;
  
  background-color: rgb(0,88,163);
  background-image: url('images/hnm-tabs-white.png');
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  
  color: rgb(255,255,255);
  
  cursor: pointer;
  cursor: hand;  
}
ul.hnm-tabs.moodboard li
{
  float: left;
  
  padding: 0px;

  box-sizing: border-box;

  width: 45%;

  margin-right: 5%;
  margin-bottom: 5%;
  
  padding-bottom: 32%;
  
  text-align: center;
  
  border: 3px solid transparent;

  background-color: transparent;
  background-image: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60%;

}
ul.hnm-tabs.moodboard li.hastext
{
  background-position: center 40px;
}
ul.hnm-tabs li *
{
  color: rgb(255,255,255);
}
ul.hnm-tabs li:hover
{
  background-color: rgb(128,88,163);
}
ul.hnm-tabs li.hnm-tabs-active, ul.hnm-tabs li.hnm-tabs-active:hover
{
  background-color: rgb(255,88,163);
}
ul.hnm-tabs.moodboard li, ul.hnm-tabs.moodboard li.hnm-tabs-active:hover
{
  background-color: rgb(228,6,35);
}
ul.hnm-tabs.moodboard li:hover,ul.hnm-tabs.moodboard li.hnm-tabs-active, ul.hnm-tabs.moodboard li.hnm-tabs-active:hover
{
  border: 3px solid rgb(0,88,163);
}


div.hnm-tabs
{
  box-sizing: border-box;
  
  display: none;
  
  overflow: auto; /* makes it fit next to the UL */
  
  padding-left: 10px;
}

div.hnm-tabs.hnm-tabs-active, body[data-hnm-editable-mode="edit"] div.hnm-tabs
{
  display: block;
}

body[data-hnm-editable-mode="edit"] div.hnm-tabs
{
  box-sizing: border-box;
  
  border: 1px dashed black;
  
  background-color: gray;
  
  color: black !important;
}

.hnm-readmore-overlay span
{
  position: absolute;
  
  width: 100%;
  
  left: 0;
  bottom: 0;
  
  text-align: center;
}

.mobile
{
  display: none;
}
.no-mobile
{
  display: block;
}
.never, .never-inline
{
  display: none !important;
}

body[data-hnm-responsive-mode="mobile"] .mobile
{
  display: block !important;
}

body[data-hnm-responsive-mode="mobile"] .no-mobile
{
  display: none !important;
}


@media all and (max-width: 720px)
{
  section.flex:not(.keepflexonmobile)
  {
    display: block;    
  }
  .cols1, .cols2, .cols3, .colsautofill
  {
    width: 100% !important;
  }
  .flexsub .cols2, .flexsub .cols3
  {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
  .cols1:first-of-type, .cols2:first-of-type, .cols3:first-of-type, .colsautofill:first-of-type
  {
    margin-top: 0% !important;
  }
  
  .cols2.marginleft, .cols2.marginright, .cols3.marginleft, .cols3.marginright, .colsautofill.marginleft, .colsautofill.marginright, section.flex .marginleft, section.flex .marginright
  {
    margin-left: 0% !important;
    margin-right: 0% !important;
  }
  
  img.pct25:not(.keepsmallonmobile)
  {
    float: none !important;
    
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }
  img.pct33:not(.keepsmallonmobile)
  {
    float: none !important;
    
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }
  img.pct50:not(.keepsmallonmobile)
  {
    float: none !important;
    
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }
  img.pct67:not(.keepsmallonmobile)
  {
    float: none !important;
    
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }
  img.pct75:not(.keepsmallonmobile)
  {
    float: none !important;
    
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }
  img.pct50:not(.keepsmallonmobile)
  {
    float: none !important;
    
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }
  
  .centered50pct:not(.keepsmallonmobile)
  {
    left: initial;
    margin-left: auto;
    width: auto;
  }
  .mobile
  {
    display: initial !important;
  }
  
  .no-mobile
  {
    display: none !important;
  }
  
  .no-background-mobile
  {
    background-image: none !important;
  }
  
  p.smaller-on-mobile
  {
    font-size: .85em;
}
}

@media all and (min-width: 721px) and (max-width: 1024px)
{
  .no-background-tablet
  {
    background-image: none !important;
  }
}

@media all and (min-width: 1025px) and (max-width: 1440px)
{
  .no-background-smallscreen
  {
    background-image: none !important;
  }
  
  section.stack-on-smallscreen .cols1, section.stack-on-smallscreen .cols2, section.stack-on-smallscreen .cols3, section.stack-on-smallscreen .colsautofill
  {
    width: 100% !important;
  }
  
  section.stack-on-smallscreen .cols1:first-of-type, section.stack-on-smallscreen .cols2:first-of-type, section.stack-on-smallscreen .cols3:first-of-type, section.stack-on-smallscreen .colsautofill:first-of-type
  {
    margin-top: 0% !important;
  }
  
  section.stack-on-smallscreen .cols2.marginleft, section.stack-on-smallscreen .cols2.marginright, section.stack-on-smallscreen .cols3.marginleft, section.stack-on-smallscreen .cols3.marginright, section.stack-on-smallscreen .colsautofill.marginleft, section.stack-on-smallscreen .colsautofill.marginright, section.flex.stack-on-smallscreen  .marginleft, section.flex.stack-on-smallscreen .marginright
  {
    margin-left: 0% !important;
    margin-right: 0% !important;
  }
}