@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://fonts.googleapis.com/css?family=Roboto);
@font-face {
  font-family: 'WhitneyMedium';
  /*a name to be used later*/
  src: url('../font/whitney-medium/Whitney-Medium.ttf');
  /*URL to font*/
}
body {
  font-family: 'Roboto', 'sans-serif';
  font-weight: 400;
  color: #777;
  min-width: 394px;
}
/*********** overide css ***********/
/* line 2, ../sass/style.scss */
.brand-logo {
  margin-top: 7px;
}
.brand-logo img {
  height: 50px;
}
/* line 6, ../sass/style.scss */
.collection-header {
  margin: 0;
}
/* line 10, ../sass/style.scss */
.field-type-text-long {
  margin-bottom: 1em;
}
/* line 14, ../sass/style.scss */
.btn {
  margin-right: 1em;
}
/************ css for sidebar regions ***********/
/* line 22, ../sass/style.scss */
.region-sidebar-first li,
.region-sidebar-last li,
.action-links li {
  list-style-type: none;
}
/* line 28, ../sass/style.scss */
.field-type-taxonomy-term-reference .field-item {
  display: inline-block;
  margin-right: 0.5rem;
}
/******** for comment form ***********/
/* line 37, ../sass/style.scss */
.comment-form .form-type-item label {
  position: inherit;
  display: block;
  margin-bottom: 12px;
}
/* line 42, ../sass/style.scss */
.comment-form .form-type-item span,
.comment-form .form-type-item .username {
  padding-left: 12px;
}
/* line 48, ../sass/style.scss */
.comment-form .filter-wrapper .form-type-select label {
  position: inherit;
  display: block;
  margin-bottom: 20px;
}
body {
  background-color: #FDFDFD;
}
@media (min-width: 768px) {
  .brand-logo {
    margin-left: 46px;
  }
  .jumbotron p strong {
    color: #BB2F18;
    display: block;
  }
  .jumbotron div {
    font-size: 0.9em;
    padding-right: 23px;
    line-height: 46%;
    margin-top: 16px;
  }
}
@media (max-width: 768px) {
  .brand-logo {
    margin-top: 6px;
  }
  .brand-logo > img {
    height: 45px;
  }
}
.readable-content {
  line-height: 1.55em;
}
#sidenav-overlay {
  z-index: 0 !important;
}
.navbar-fixed {
  z-index: 500 !important;
}
nav ul a {
  color: #424242 !important;
}
.button-collapse {
  color: #757575 !important;
}
.social-bar {
  padding: 2px;
  min-height: 30px;
  background-color: #BB2F18;
  color: #aaa;
  padding-right: 23px;
}
.social-bar a {
  color: #fff;
}
.social-bar .inline-list {
  margin-top: 3px;
  margin-bottom: 0;
}
.social-bar .inline-list > li {
  margin: 0 5px 0 5px;
}
.social-bar .inline-list > li:last-child {
  margin: 0 10px 0 10px;
}
#overlay {
  z-index: 1000 !important;
}
.inline-list > li {
  display: inline;
  margin: 0 15px 0 15px;
}
.dropdown-content li > a,
.dropdown-content li > span {
  font-size: 14px !important;
  color: #424242 !important;
}
div.slider > ul.indicators {
  bottom: 0px;
  z-index: 100;
  padding: 5px 0 5px 0;
}
.slider {
  height: 400px !important;
  margin-bottom: 46px;
}
.slider > .slides {
  height: 400px !important;
  box-shadow: 0 5px 20px 0 #888888 !important;
}
.slider .indicators {
  position: relative !important;
}
.slider .indicators .indicator-item.active {
  background-color: #b71c1c !important;
}
.slider .indicators .indicator-item {
  height: 10px !important;
  width: 10px !important;
  border: 2px solid #fff;
  box-shadow: 0 0 1px 0 #888888;
}
.slider .caption {
  margin-top: 30px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
}
.slider .caption h5 {
  font-weight: 450;
}
.slider .caption h3 {
  font-size: 2em !important;
  font-family: 'Oswald', sans-serif !important;
}
@media (min-width: 768px) {
  .slider .caption h3 {
    font-size: 4em !important;
  }
  .slider .slides li .caption {
    top: 15% !important;
    left: 10% !important;
    width: 80% !important;
  }
}
.navbar-fixed {
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.16), 0 1px 20px 0 rgba(0, 0, 0, 0.12) !important;
}
.container {
  margin: auto !important;
  max-width: 1280px !important;
  width: 90% !important;
}
.parallax-container {
  height: 250px !important;
  line-height: 0;
  color: rgba(255, 255, 255, 0.9);
}
.parallax-container .section {
  width: 100%;
}
.irg-section-header {
  color: #666666 !important;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Oswald', sans-serif !important;
}
.section-divider {
  border-top: 1px solid #f5f5f5;
  margin-top: 46px;
  margin-bottom: 46px;
}
.little-image {
  width: 100px;
}
/* Scrollbar decoration */
body {
  overflow-y: scroll;
  overflow-x: hidden;
}
/* Let's get this party started */
::-webkit-scrollbar {
  width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #eeeeee;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #888;
}
::-webkit-scrollbar-thumb:window-inactive {
  background: #ccc;
}
.carousel {
  margin-top: 0;
  margin-top: 46px;
  max-height: 200px;
}
h4.team-title {
  font-family: 'Oswald', sans-serif !important;
  color: #BB2F18;
  font-size: 1.75em;
}
.team-member-data h4 {
  color: #444;
  font-size: 1.4em;
  margin-bottom: 0px;
  font-weight: bold;
  text-align: center;
}
.team-member-data h5 {
  text-align: center;
  color: #888;
  font-size: 1.2em;
  margin-bottom: 23px;
  font-weight: bold;
}
.team-member-data p {
  overflow-y: scroll;
  max-height: 150px;
  text-align: justify;
  padding: 0 23px 0 23px;
}
.jumbotron {
  background-color: #F5F5F5;
  padding: 0px;
  padding-top: 5px;
  border-bottom: 2px solid #fff;
  font-size: 1.05em;
  color: #BB2F18;
  cursor: default;
}
.jumbotron p {
  font-weight: 500;
  font-size: 1.1em;
}
.jumbotron h1 {
  font-family: 'Oswald', sans-serif !important;
  font-size: 2.4rem;
  color: #ddd;
}
.horizontal-line {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
  width: 50px;
  margin: auto;
}
.line-dotted-right {
  border-right: 1px dashed rgba(255, 255, 255, 0.4);
  padding-right: 30px !important;
  padding-left: 30px !important;
  padding-top: 0px !important;
}
.line-dotted-right p,
.line-dotted-right h1 {
  margin-top: 12px;
  margin-bottom: 12px;
}
div .line-dotted-right:last-child {
  border-right: 0px;
  padding-top: 6px !important;
}
.rotate-90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.image-circled {
  width: 300px;
  height: 300px;
  border-radius: 50% !important;
  overflow: hidden;
  margin: auto;
  border: none;
}
.image-circled > img {
  height: 100%;
}
.irg-texts h3 {
  font-family: 'Oswald', sans-serif !important;
  color: #BB2F18;
  font-size: 2em;
}
.irg-texts h4 {
  font-family: 'Oswald', sans-serif !important;
  color: #888;
  font-size: 1.3em;
}
.irg-texts p {
  text-align: justify;
}
.brand-logo img {
  height: 50px;
}
@media (min-width: 1000px) {
  .brand-logo img {
    transition: width 500ms, height 500ms;
    height: 90px;
  }
  .navbar-fixed .brand-logo img {
    position: relative;
    height: 70px;
    margin-top: 9px;
  }
}
@media (max-width: 1000px) {
  .navbar-fixed nav {
    height: 65px !important;
  }
}
@media (min-width: 769px) {
  .margin-top-24 {
    margin-top: 24px;
  }
  .margin-top-100-desktop {
    margin-top: 100px;
  }
  .navbar-top,
  .navbar-fixed {
    height: 80px;
  }
  .navbar-fixed nav {
    background-color: rgba(245, 245, 245, 0.8) !important;
  }
  .navbar-top nav {
    background-color: #F5F5F5;
  }
  .navbar-top nav,
  .navbar-fixed nav {
    height: 100px;
  }
  .nav-wrapper {
    height: 100px;
  }
  .nav-wrapper .menu {
    margin-right: 23px;
  }
  .nav-wrapper .men u .leaf,
  .nav-wrapper .menu .leaf a {
    height: 100px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .nav-wrapper .menu .leaf a {
    padding-top: 21px;
  }
  .navbar-fixed .nav-wrapper .menu .leaf a {
    padding-top: 21px;
  }
  footer .col {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
  .jumbotron .col:last-child {
    padding-top: 0px;
  }
}
.hidden-desktop {
  display: none;
}
.hidden-mobile {
  display: block;
}
.logo-subtitle {
  color: #999;
  position: absolute;
  margin-left: 170px;
  font-weight: 300;
  font-family: WhitneyMedium;
  font-size: 1em;
  cursor: default;
}
.logo-subtitle > ul {
  list-style: none;
}
.logo-subtitle > ul > li {
  display: block;
  float: none;
  padding: 0px;
  margin: 0px;
  height: 23px;
}
.logo-subtitle > ul > li.main {
  color: #888;
  font-size: 1.2em;
}
.navbar-fixed .logo-subtitle {
  display: none;
}
@media (max-width: 1167px) {
  .logo-subtitle {
    display: none;
  }
}
@media (max-width: 768px) {
  div.credits--slider {
    font-size: 0.8em;
  }
  .jumbotron {
    padding: 0px;
  }
  .jumbotron p strong {
    color: #BB2F18;
    display: block;
  }
  .hidden-desktop {
    display: block;
  }
  .hidden-mobile {
    display: none;
  }
  .irg-section-header {
    padding-top: 20px;
    padding-bottom: 10px;
    font-family: 'Oswald', sans-serif !important;
  }
  .section-divider {
    margin-top: 23px;
    margin-bottom: 23px;
  }
  .line-dotted-bottom-mobile {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
  }
  .line-dotted-bottom-mobile:first-child {
    border-bottom: 0px;
  }
  .line-dotted-right {
    border-right: 0;
    min-height: 0px;
  }
  .text-center-mobile {
    text-align: center;
  }
  .slider .caption {
    margin-top: 0px !important;
  }
  .slider .indicators {
    display: none;
  }
  .slider {
    height: 300px !important;
  }
  .slider > .slides {
    height: 300px !important;
  }
  .navbar-top nav,
  .navbar-fixed nav {
    background-color: #F5F5F5 !important;
  }
}
hr.irg-hr {
  width: 50px;
  margin-left: auto;
  margin-top: auto;
  border: 2px solid #DB764C;
}
footer {
  margin-top: 46px !important;
}
footer a {
  color: #f5f5f5 !important;
  font-weight: bold;
  text-decoration: none;
}
.irg-hr {
  margin-bottom: 46px;
}
footer h5 {
  font-family: 'Oswald', sans-serif !important;
  font-size: 1.2em;
}
.scrollToTop {
  padding: 10px;
  text-align: center;
  background: whiteSmoke;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  position: fixed;
  bottom: 23px;
  right: 23px;
  display: none;
  z-index: 1000;
}
.scrollToTop:hover {
  text-decoration: none;
}
.text-center {
  text-align: center;
}
@media (min-width: 1000px) {
  ul.team-list {
    list-style: none;
    margin-bottom: 23px;
  }
  ul.team-list li {
    display: inline-block;
    text-align: center;
    width: 150px;
    margin: 12px;
    min-height: 170px;
    overflow: hidden;
  }
  ul.team-list li img {
    height: 100px;
    width: 100px;
    cursor: pointer;
  }
  div.team-title {
    font-family: 'Oswald', sans-serif !important;
    color: #BB2F18;
    font-size: 1.75em;
    padding-top: 60px !important;
    text-align: center;
  }
  ul.team-list .team-member-name {
    margin-top: 12px;
    font-size: 0.8em;
  }
  hr.team-list-separator {
    border: 1px dashed #eee;
  }
}
@media (max-width: 999px) {
  ul.team-list {
    list-style: none;
    margin-bottom: 23px;
  }
  ul.team-list li {
    display: inline-block;
    text-align: center;
    width: 150px;
    margin: 12px;
    min-height: 170px;
    overflow: hidden;
  }
  ul.team-list li img {
    height: 100px;
    width: 100px;
    cursor: pointer;
  }
  div.team-title {
    font-family: 'Oswald', sans-serif !important;
    color: #BB2F18;
    font-size: 1.75em;
    padding-top: 23px !important;
  }
  ul.team-list .team-member-name {
    margin-top: 12px;
  }
  hr.team-list-separator {
    border: 1px dashed #eee;
  }
}
.float-right {
  float: right;
  margin-left: 23px;
  margin-bottom: 23px;
}
.image-about-us {
  float: right;
  margin-left: 23px;
  margin-bottom: 23px;
}
@media (max-width: 500px) {
  .image-about-us {
    float: none;
    margin: 23px;
  }
}
.width-150x150 {
  width: 150px;
  height: 150px;
}
.social-bar li.welcome {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}
/* Image credits */
div.credits:not([class$="--slider"]) {
  text-align: center;
  margin-top: 12px;
  font-size: 0.8em;
  color: #888;
  font-style: italic;
}
div.credits a {
  color: #888;
}
div.credits--slider {
  color: rgba(255, 255, 255, 0.6);
  font-style: normal;
  position: absolute;
  bottom: 5px;
  right: 10%;
}
div.credits--slider a {
  color: rgba(255, 255, 255, 0.6);
}
div.credits--modal {
  text-align: left;
  font-weight: normal;
}
div.credits--modal #modalTeamAuthor {
  display: block;
}
.modal hr {
  border: 1px solid #ccc;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.modal-content .image-container {
  padding: 12px;
  text-align: center;
}
.modal-content .media-container {
  padding: 12px;
  text-align: center;
}
.modal-content .media-container img,
.modal-content .media-container iframe {
  max-height: 300px;
}
.activity-title {
  font-family: 'Oswald', sans-serif !important;
  color: #BB2F18;
  font-size: 1.45em;
  padding-top: 23px !important;
  text-align: center;
  text-transform: uppercase;
}
.activity-preview-body {
    width: 100%;
    height: 70px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 2;
}
ul.pagination {
  text-align: center !important;
}
.activity-list li {
  display: inline-block;
  margin: 0 0 5px 0;
  padding: 10px;
  width: 100%;
  cursor: pointer;
}
.activity-list li:last-child {
  border-bottom: none;
}
.activity-preview-media {
  text-align: center;
}
.activity-preview-video,
.activity-preview-image {
  display: inline-block;
  height: 100px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.modal-activity-title {
  font-size: 20px;
  font-weight: bold;
}
.modal-activity-image {
  float: left;
  width: 35%;
  border-radius: 10px;
  margin: 15px 20px 20px 0;
}
.modal-activity-video {
  margin-bottom: 20px;
}
.custom-breadcrumb {
  padding: 10px 0 5px 5%;
  color: #888;
}
.custom-breadcrumb > a {
  color: #888;
}
.custom-node-content .irg-section-header {
  color: #BB2F18 !important;
}
.custom-node-content {
  padding: 0 5% 0 5%;
}
.custom-node-content label,
.custom-node-content .field-label {
  position: initial !important;
  display: block !important;
  font-weight: bold !important;
}
.custom-node-content a {
  color: #BB2F18 !important;
}
.custom-node-content .submitted {
  color: #aaa;
  font-style: italic;
  margin-top: 0px;
}
.custom-node-content .media-container {
  position: relative;
  float: right;
  width: 650px;
  max-width: 100%;
  text-align: right;
}
.custom-node-content .activity-preview-video,
.custom-node-content .activity-preview-image {
  width: 95%;
  height: auto;
}
.latest-posts {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 400px;
    max-height: 390px;
    z-index: 9999;
    background: rgb(187,47,24);
    color: #fff;
    padding: 15px;
    -webkit-transition: max-height 1s; /* Safari */
    transition: max-height 1s;
}
@media (max-width: 480px) {
  .custom-node-content .activity-preview-video,
  .custom-node-content .activity-preview-image,
  .latest-posts {
    width: 100%;
  }
}
.latest-posts--collapsed {
    max-height: 48px;
}
.latest-posts__header--close-button,
.latest-posts__header--close-button:hover,
.latest-posts__header--close-button:active,
.latest-posts__header--close-button:focus {
    background: transparent;
    border: 0;
    float: right;
    margin-top: -42px;
    padding: 0;
    font-size: 1.6em;
}
.latest-posts__header--title {
    font-size: 1.4em;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-family: 'Oswald', sans-serif !important;
    letter-spacing: 0.065em;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 10px;
    max-width: 350px;
}
.latest-posts__header {
    margin-bottom: 20px;
}
.latest-posts__post {
    padding: 10px !important;
    margin-bottom: 15px;
    background: rgba(255,255,255,0.15);
}
.latest-posts__post--image {
    height: 92px;
    width: 35%;
    display: inline-block;
    vertical-align: top;
    background-size: cover;
    border-radius: 5px;
}
.latest-posts__post--info {
    display: inline-block;
    width: 57%;
    margin-left: 3%;
    vertical-align: middle;
    border-left: 5px solid;
    padding-left: 10px;
}
.latest-posts__post-block--info {
    margin-left: 0;
}
.latest-posts__post--info-date {
    font-size: 0.7em;
}
.latest-posts__post--info-title,
.latest-posts__post-block--info-title {
    margin: 5px 0 0 0;
    padding: 0 20px 0;
    font-size: 1.2em;
    font-family: 'Oswald', sans-serif !important;
    text-transform: uppercase;
    max-height: 75px;
    overflow: hidden;
}
.latest-posts__post--info-title a,
.latest-posts__post--info-title a:hover,
.latest-posts__post--info-title a:active,
.latest-posts__post--info-title a:visited {
  color: #fff;
}
.latest-posts__post-block--info-title a,
.latest-posts__post-block--info-title a:hover,
.latest-posts__post-block--info-title a:active,
.latest-posts__post-block--info-title a:visited {
  color: #BB2F18;
}
.view-student-reports > .view-header,
.view-Blog > .view-header {
  text-align: center;
  text-transform: uppercase;
  color: #666666 !important;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Oswald', sans-serif !important;
  font-size: 2em;
}
.view-student-reports > .view-header::after,
.view-Blog > .view-header::after {
  content: ' ';
  width: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  border: 2px solid #DB764C;
}

.views-row {
  margin-bottom: 30px;
  height: 230px;
  overflow: hidden;
}

.views-field.views-field-field-image {
    float: left;
}

.views-field.views-field-field-image img {
    border-radius: 5px;
    box-shadow: 0px 1px 5px #777;
    max-height: 140px;
}

.views-field.views-field-created::after {
  content: '';
  display: block;
  height: 3px;
}

.views-field.views-field-title a {
    font-family: 'Oswald', sans-serif !important;
    color: #BB2F18;
    font-size: 1.5em;
}

.node .card-title a {
  font-family: 'Oswald', sans-serif !important;
  color: #BB2F18;
  font-size: 1em;
}

.node p {
  text-align: justify;
}

.views-field.views-field-title::after {
  content: '';
  display: block;
}

.field-content {
    display: inline;
}

/*
.views-field-body > .field-content > p {
    padding-left: 240px;
    margin-top: -10px;
    text-align: justify;
}*/

.view-student-reports .views-field-body > .field-content > p {
    padding-left: 137px;
}

.views-field-comment-count {
    display: none;
}
.field-type-image .field-label {
    display: none !important;
}
ul.social-sharing {
    list-style: none;
    padding: 0;
    float: right;
    width: 10px;
    position: fixed;
    top: calc(40% + 50px);
    right: 55px;
}
ul.social-sharing > li {
    font-size: 3em;
}
ul.social-sharing > li > a,
ul.social-sharing > li > a:hover,
ul.social-sharing > li > a:active,
ul.social-sharing > li > a:visited, {
    text-decoration: none;
    background-color: rgba(255,255,255,0.8);
    display: inline-block;
    width: 60px;
    text-align: center;
    margin-top: 10px;
    border-radius: 5px;
    box-shadow: 0px 1px 2px #777;
}
fieldset.captcha.form-wrapper {
    margin-bottom: 20px;
}

.node-student-reports .media-container {
    float: left;
    text-align: left;
    width: 350px;
}

.node-student-reports .media-container img {
    width: 90%;
}

.inside-activity h3 {
    font-family: 'Oswald', sans-serif !important;
    text-transform: uppercase;
    color: #666;
    font-size: 1.8em;
    text-align: left;
    padding-top: 30px;
}

.inside-activity .irg-hr {
  margin-left: 0px;
  border-color: #eee;
}

.latest-student-reports__post {
  padding: 20px;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.latest-student-reports__post-title {
  display: block;
  margin: 30px 0;
  padding: 10px 0 10px 10px;
  font-size: 1.4em;
  color: #777;
  border-left: 1.4em solid #777;
  text-transform: uppercase;
}

.latest-student-reports__post-title-wrapper {
  height: 150px;
  margin-left: -20px;
  margin-bottom: 30px;
  overflow-y: hidden;
}

.latest-student-reports__post-footer {
  height: 1em;
}

.latest-student-reports__post-type {
  float: left;
  font-size: 1em;
  color: #777;
}

.latest-student-reports__post-more {
  float: right;
  font-size: 1em;
  color: #BB2F18;
}

@media (max-width: 600px) {
  .latest-student-reports__post .card-image {
    max-height: 25vw;
  }

  .latest-student-reports__post img {
    margin-top: -18vw;
  }
}

.node-student-reports .media-container {
  width: 100%;
  max-width: 650px;
}

.field.field-name-field-report-type.field-type-list-text.field-label-above {
  margin-bottom: 30px;
}

.view-student-reports .report-type-title {
    margin-top: 30px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.08em;
    padding-bottom: 10px;
    padding-left: 20px;
    font-family: 'Oswald', sans-serif !important;
    color: #232323;
    border-bottom: 1px solid #232323;
}

.view-student-reports div#report_list_F48C55 .report-type-title {
    color: #F48C55;
    border-bottom: 1px solid #F48C55;
}

.view-student-reports div#report_list_BB2F18 .report-type-title {
    color: #BB2F18;
    border-bottom: 1px solid #BB2F18;
}

.view-student-reports div#report_list_48788C .report-type-title {
    color: #48788C;
    border-bottom: 1px solid #48788C;
}

.view-student-reports img.report-img {
    float: left;
    margin-right: 15px;
    height: 300px;
}

.view-student-reports .report {
    overflow: auto;
}

.view-student-reports .report-title>a {
    font-family: 'Oswald', sans-serif !important;
    color: #bb2f18;
    font-size: 24px;
}

/*
Latest arrengements on blog
*/

.view-Blog span.views-field.views-field-field-image {
    display: inline-block;
    width: 30%;
    float: left;
}

.view-Blog .views-field.views-field-field-image img {
    width: 100%;
}

.view-Blog .views-field.views-field-created {
    width: 60%;
    display: inline-block;
    margin-left: 20px;
}

.view-Blog span.views-field.views-field-title {
    width: 60%;
    display: inline-block;
    margin-left: 20px;
    /* width: 100px; */
    /* display: block; */
    /* vertical-align: top; */
}

.view-Blog .views-field.views-field-body {
    width: 60%;
    display: inline-block;
    margin-left: 20px;
}

/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */
