
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*****************************************************************************
    HTML elements
 *****************************************************************************/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
/*****************************************************************************
    GENERAL STYLE
 *****************************************************************************/
body {
  color: #000000;
  font-size: 19px;
  font-weight: 300;
  letter-spacing:1px;
  line-height: 1.42857;
  font-family: "Jost", sans-serif;
  text-shadow: 0px 0px 0px #000000;
  margin:0px;
  background: #ffffff;
  overflow-x:hidden;
}

#toolbar-administration{
  position:fixed;
  top:0px;
  z-index:99;
}
.container {
  padding-left: 5px;
  padding-right: 5px;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
[role="button"] {
  cursor: pointer;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.1;
  color: #2c2c2c;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 20px;
}

a{
  color: #0054a6;
  text-decoration: none;
}
a:hover, a:focus{
  color: #00a652;
  text-decoration:none;
}

a,
a:hover, a:focus{
    -webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
    -ms-transition:all 0.4s ease 0s;
    -o-transition:all 0.4s ease 0s;
    transition:all 0.4s ease 0s;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #2c2c2c;
}
b,
strong {
  font-weight: 500;
}
.table th{
  font-weight: 500;
}

section {
    float: left;
    width: 100%;
    position:relative;
}

blockquote {
    padding: 15px 0 20px;
    margin: 0 30px 20px;
    font-size: 25px;
    text-align: center;
    position: relative;
    border: none;
    font-style: italic;
}
blockquote:before {
    position: absolute;
    top: 0;
    content: "";
    left: 35%;
    width: 30%;
    border-bottom: 5px solid #252525;
}
blockquote:after {
    position: absolute;
    bottom: 0;
    content: "";
    left: 35%;
    width: 30%;
    border-bottom: 5px solid #252525;
}

.contextual {
    z-index: 55;
}
.clearfix{
  clear:both;
}

img{
  max-width:100%;
}

/* desktop resolution */
@media (min-width: 768px) {
  .mobile{
    display:none;
  }
  .desktop{

  }

}
/* mobile resolution */
@media (max-width: 767px) {
  .mobile{

  }
  .desktop{
    display:none;
  }
}

/*********************************************************************************************************
    Alter bootstarp structure.
 *********************************************************************************************************/
.main-container{
  padding-top:50px;
  padding-bottom:50px;
}
.main-container > div.row > section.col-sm-9{
  width:70%;
}
.main-container > div.row > aside.col-sm-3{
  width:30%;
}
@media (max-width: 992px) {
  .main-container > div.row > section.col-sm-9{
    width:100%;
  }
  .main-container > div.row > aside.col-sm-3{
    width:100%;
  }
}

@media (max-width: 767px) {
  .main-container > div.row > section.col-sm-9{
    padding-bottom:60px;
  }
  .main-container{
    padding-top:30px;
  }

}

body.path-frontpage .main-container{
  /*display:none;*/
}
body.page-node-46073 .main-container{
  display:none;
}


/*********************************************************************************************************
    Global field label design.
 *********************************************************************************************************/
.field--label {
  font-weight:500;
}


/*********************************************************************************************************
    Global body field link design.
 *********************************************************************************************************/
.full.node .field--name-body a {
    color: #2c2c2c;
    text-decoration: none;
    padding-bottom: 3px;
    box-shadow: inset 0 0 0 0 #fff, inset 0 -2px 0 0 #2c2c2c;
}
.full.node .field--name-body a:hover, .full.node .field--name-body a:focus{
    color: #00a652;
    box-shadow: inset 0 0 0 0 #fff, inset 0 -2px 0 0 #00a652;
}
.full.node .field--name-body h2{
  margin-bottom:15px;
  padding-bottom:8px;
  box-shadow: inset 0 0 0 0 #fff, inset 0 -2px 0 0 #2c2c2c;
}



/*********************************************************************************************************
    Global tags field design.
 *********************************************************************************************************/
.field--name-field-tags {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding: 5px 0 5px;
    margin: 50px 0 20px;
    overflow: hidden;
}
.field--name-field-tags .field--label {
    float: left;
    position: absolute;
}
.field--name-field-tags .field--items {
    float: left;
}
.field--name-field-tags .field--item:first-child {
    padding-left: 60px;
}

.field--name-field-tags .field--item {
    display: inline-block;
    padding-right: 10px;
}
.field--name-field-tags .field--item:after {
    content: ",";
    position: absolute;
}
.field--name-field-tags .field--item:last-child:after {
    content: "";
}



/*********************************************************************************************************
    Global user profile.
 *********************************************************************************************************/
body.user-logged-in.path-user .field{
  clear:both;
  margin-bottom:7px;
  padding-bottom:7px;
  border-bottom:1px dotted gray;
  overflow:hidden;
}
body.user-logged-in.path-user .field--label{
    position:relative;
  float:left;
  min-width:200px;
  font-weight:300;
}
body.user-logged-in.path-user .field--item{
    position:relative;
    padding-left:15px;
  overflow:hidden;
}
body.user-logged-in.path-user .field--item::before{
    position:absolute;
    content:':';
    top:0px;
    left:0px;
    font-weight:500;
}
body.user-logged-in.path-user .profile .panel-right img.file-icon{
  display:none;
}



/*****************************************************************************
    Global Pager
 *****************************************************************************/
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #0054a5;
    border-color: #0054a5;
}
.pagination > li > a, .pagination > li > span {
    font-size:19px;
    color: #0054a5;
    font-family:Georgia,"PT Serif Web Regular","Helvetica Neue",Helvetica,Arial,sans-serif;
}


/*****************************************************************************
    Global Buttons
 *****************************************************************************/
.tabs .nav-tabs{
  margin-bottom:15px;
}

.btn{
    font-weight:300;
    font-size:18px;
    letter-spacing:1px;
}
.btn-primary {
    color: #fff;
    background-color: #2c2c2c;
    border-color: #2c2c2c;
}
.btn-primary {
    color: #fff;
    background-color: #00a652;
    border-color: #00a652;
}
.btn-primary:hover{
    color: #fff;
    background-color: #0054a5;
    border-color: #0054a5;
}
.form-control{
  height:auto;
  font-size:18px;
}
.select-wrapper select{
  line-height:inherit;
}
body.path-frontpage .btn-primary {
    color: #fff;
    border-radius:20px;
    background-color: #2c2c2c;
    border-color: #2c2c2c;
}
body.path-frontpage .btn-primary:hover{
    outline: 0;
    border-color: #0054a6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 84, 166, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 84, 166, 0.6);
}

#search-block-form .btn-primary,
#search-block-form  .form-search.form-control{
  border-radius:0px;
}












