/* ==========================================================================
   #RESET
========================================================================== */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0;margin:0 0 1em}


/* ==========================================================================
   #TOOLS
========================================================================== */
html { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*, *:before, *:after { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; }


/* ==========================================================================
   #GENERAL
========================================================================== */
* {
  font-family: inherit;
  line-height: inherit;
  color: inherit;
}

html {
	min-height: 100%;
   font-size: 16px;
   font-size: 62.5%;
}



body {
	font-family: 'Roboto',Helvetica, Arial, sans-serif;
	font-size: 20px; font-size: 2rem;
	line-height: 1.4;
   	min-height: 100%;
}

html,body {
	margin:0;
   position:relative;
	padding:0;
	/* height:100%; */
}

/* ==========================================================================
   #TYPOGRAPHY
========================================================================== */
h1, h2, h3, h4, h5, h6 {
   margin-top: 0;
}

h1 {
}

h2 {}

h3 {}


p {
   margin-bottom: 14px;
   margin-bottom: 1.4rem;
	font-size: 14px; font-size: 1.4rem;
	line-height: 1.6;
}

strong {
   font-weight: 700;
}

em, i {
   font-style: italic;
}

.ul {
	margin-bottom: 18px;
	padding-left: 30px;
	list-style: disc;
}

/* ==========================================================================
   #ELEMENTS
========================================================================== */
img {
  max-width: 100%;
  font-style: italic;
  vertical-align: middle;
}

img[width],
img[height] {
  max-width: none;
}

/* ==========================================================================
   #FORM STYLING
========================================================================== */
.form__section {
   margin-bottom: 20px;
}


/* Labels */
.form__label {
   display: block;
   margin-bottom: 4px;
   margin-right: 0;
   font-weight: 700;
}


/* Multiple lables (in case of checkboxes and radio inputs) */
label + label {
   margin-right: 20px;
}


/* Default */
select,
input {
   font-size: 16px; font-size: 1.6rem;
}

select,
textarea,
input:focus {
   outline: none;
}


/* Radio input */
input[type="radio"] {
   margin-right: 8px;
}

.form-control{
   height: auto;
}
/* General text inputs */
textarea,
select,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="number"] {
   display: block;
   padding: 10px;
   /* min-width: 280px; */

   font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 18px; font-size: 1.8rem;
	line-height: 1.6;

   border-radius: 0;
   background-color: #e1e1e1;
   color: #000;
   border: none;
   box-shadow: inset 0 0 0 0 #3fa492;
   border-radius: 0;

   transition: box-shadow 150ms ease-in-out;
}

textarea:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus {
   box-shadow: inset 0 -2px 0 0 #bdbdbd;
}


/* Textarea */
textarea {
   min-height: 140px;
   width: 100%;
}


/* Select input */
select {
   height: 42px!important;
   width: 100%;
   font-size: 18px!important;
   font-size: 1.8rem!important;
   border-radius:0!important;
   border: none!important;
   /* background-color: #f3f3f3; */


   cursor: pointer;
}


/* Error input */
textarea.error,
input[type="text"].error,
input[type="tel"].error,
input[type="email"].error,
input[type="password"].error,
input[type="number"].error {
   box-shadow: inset 0 -2px 0 0 #e23c3c;
}


/* Messages */
.message--error,
.error {
   color: #e23c3c;
}

label.message--error,
label.error {
   display: block;
   margin-top: 10px;

   font-style: italic;
   font-size: 14px; font-size: 1.4rem;
   font-weight: bold;
}


/* ==========================================================================
   #UTILITIES
========================================================================== */
.hide {
   display: none;
}

.center {
   text-align: center;
}


/* Put this on the wrapping div you want to clear */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}


/*
 * Style tweaks
 * --------------------------------------------------
 */


.list-group {
  margin-bottom: 0;
}

.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (min-width: 768px) {
  .js-hiraku-offcanvas {
    display: block;
    position: static;
    background: none;
  }

  .js-hiraku-offcanvas .js-hiraku-offcanvas-sidebar {
    position: static;
    margin-right: 0;
    width:auto;
  }
}

.tleft{
   text-align:left;
}
.fleft{
   float:left;
}

.tright{
   text-align:right;
}
.fright{
   float:right;
}
.no-padding{
   padding:0!important;
}

.equal{
     display: flex;

    @media (max-width: 767px) {
     flex-wrap: wrap;
   }
}


.equal{
   display: flex;
   flex-wrap: wrap;
}

.equal:after, .equal:before{
  display: none;
}

/* .equal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.equal > [class*='col-'] {
  display: flex;
  flex-direction: column;
  border: 2px solid black;
} */



 /* .equal {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}
.equal  > [class*='col-'] {
   display: flex;
   flex-direction: column;
   margin-right: -1px;
} */



.Aligner {
    display: flex;
    align-items: center;
    justify-content: left;
}

.p10{
   padding: 10px;
}
.ellipsis{
   white-space: no-wrap;
   overflow: ellipsis;
}

/* Sticky footer styles
-------------------------------------------------- */
.wrapper{
	position:relative; /* needed for footer positioning*/
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
   padding-bottom: 220px;
}


.font{

   display: block;
   font-size: 20px;
}

.XLt{
   font-family: 'ITC Avant Garde Std XLt';
}
.Bk{
   font-family: 'ITC Avant Garde Std Bk';
}
.Md{
   font-family: 'ITC Avant Garde Std Md';
}
.Demi{
   font-family: 'ITC Avant Garde Std Demi';
}

/* // YOUTUBE RESPONSIVE */
.embed-container {
   position: relative;
   padding-bottom: 56.25%;
   height: 0;
   /* overflow: hidden; */
   max-width: 100%;
   /* margin-bottom: 30px; */


}
.embed-container img{
   border-radius: 10px!important;
}



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

/* Fix wrongly sized YouTube iframe */
.embed-container iframe
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
}

hr{
/* margin-bottom: 40px; */
 border: 0; height: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
