/* Generated by Font Squirrel (http://www.fontsquirrel.com) on October 20, 2015 */
@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-bold-webfont.woff2') format('woff2'), url('../fonts/opensans-bold-webfont.woff') format('woff'), url('../fonts/opensans-bold-webfont.ttf') format('truetype'), url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold_italic';
    src: url('../opensans-bolditalic-webfont.eot');
    src: url('../opensans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('../opensans-bolditalic-webfont.woff2') format('woff2'), url('../opensans-bolditalic-webfont.woff') format('woff'), url('../opensans-bolditalic-webfont.ttf') format('truetype'), url('../opensans-bolditalic-webfont.svg#open_sansbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-regular-webfont.woff2') format('woff2'), url('../fonts/opensans-regular-webfont.woff') format('woff'), url('../fonts/opensans-regular-webfont.ttf') format('truetype'), url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansitalic';
    src: url('../fonts/opensans-italic-webfont.eot');
    src: url('../fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-italic-webfont.woff2') format('woff2'), url('../fonts/opensans-italic-webfont.woff') format('woff'), url('../fonts/opensans-italic-webfont.ttf') format('truetype'), url('../fonts/opensans-italic-webfont.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-semibold-webfont.woff2') format('woff2'), url('../fonts/opensans-semibold-webfont.woff') format('woff'), url('../fonts/opensans-semibold-webfont.ttf') format('truetype'), url('../fonts/opensans-semibold-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibolditalic';
    src: url('../fonts/opensans-semiboditalic-webfont.eot');
    src: url('../fonts/opensans-semiboditalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-semiboditalic-webfont.woff2') format('woff2'), url('../fonts/opensans-semiboditalic-webfont.woff') format('woff'), url('../fonts/opensans-semiboditalic-webfont.ttf') format('truetype'), url('../fonts/opensans-semiboditalic-webfont.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-calendar:before {
    content: "\e109";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: 'Montserrat';
}

section h2 {
    font-size: 3rem;
    line-height: 2.5rem;
}

img {
    width: 100%;
    height: auto;
}

section a {
    color: #754A41;
}

footer a {
    color: #fff;
    text-decoration: underline;
}

a:hover {
    color: #f00;
}

.typography {
    display: inline-block;
}

/* WYSIWYG EDITOR ALIGNMENT CLASSES-------------------------------------------- */
.typography .left {
    text-align: left
}

.typography .center {
    text-align: center
}

.typography .right {
    text-align: right
}

/* IMAGES-------------------------------------------- */
.typography img {
    border: 1px solid #d7d7d7;
    height: auto;
    /* resets the image height so that it maintains its aspect ratio when width is set */
    background: transparent url(../images/ajax-loader.gif) no-repeat center center;
}

.typography img.left {
    float: left;
    max-width: 50%;
    margin: 5px 20px 10px 0;
}

.typography img.right {
    float: right;
    max-width: 50%;
    /* Responsive width */
    margin: 5px 0 10px 20px;
}

.typography img.leftAlone {
    float: left;
    margin-right: 100%;
    margin-bottom: 10px;
    clear: both;
}

.typography img.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;
    clear: both;
}

/* TABLE STYLES-------------------------------------------- */
.typography table {
    border-collapse: collapse;
    /* borders are collapsed into a single border when possible */
    border: 1px solid #d4d4d4;
    border-spacing: 0;
    /* The border-spacing property sets the distance between the borders of adjacent cells - acts as a backup to border-collapse: collapse */
    margin: 0 0 10px;
    text-align: left;
}

.typography table tr:nth-child(even) {
    background-color: #ededed
}

.typography table tr.even,
.typography table th,
.typography thead td {
    background-color: #ededed
}

.typography table td,
.typography table th {
    padding: 2px 5px;
    border: 1px solid #d4d4d4;
    vertical-align: top;
}

.typography table th {
    font-weight: bold;
}
.arrowda {

}
.arrowra {

}
.arrow {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  margin: 0 12px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.paus {
    border:transparent;
}
.chk {
   transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}