@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);


a:hover{
  color:#D62C2C;
}


#articles-test h3{
  font-size:2.5rem;
  font-family: sans-serif;
  line-height: 1;
  font-weight:600;
  color:#3e3e3e !important;
}

#articles-test h3 a{
pointer-events:none;
  cursor:default;
}

@media only screen and (max-width: 768px) {
 #articles-test h3{
font-size:1.8rem;
}
}


#articles-test .g-array-item{
  border-bottom:7px double #cbcbcb;  
}


.articles-1 p{
  line-height: 1.2;
    font-size: 15px;
}

.articles-1{
  border-right:1px solid #cbcbcb;
}

 a{
color:#3e3e3e;
}

#logo-1 img{
  width:200px;
}

.header-1{
  border-bottom:3px solid #3c7ebe;
}



@media only screen and (max-width: 768px) {
.articles-1{
  border-right:none !important;
}
}

@media only screen and (min-width: 768px) {
#imagetopad-1{
 display:none !important;
}
}


@media only screen and (max-width: 768px) {
#stickycolumn{
 display:none !important;
}
}

@media only screen and (min-width: 768px) {
#bottomad-1{
 display:none !important;
}
}

@media only screen and (max-width: 768px) {
#stickycolumn{
 display:none !important;
}
}


@media only screen and (min-width: 768px) {
#top-article-images img{
 display:none !important;
}
}

#copyright-1 p{
      font-size: 15px;
    line-height: 1.2;
    color: #9E9E9E;
}

#heading-footer{
  font-size:1rem;
}

#paragraph-2 a{
  color:blue;
  text-decoration:underline;
}



// Gantry 5 custom CSS file

// import breakpoints
@import "dependencies";

// Typical values are the default breakpoints set in Gantry 5
// but these values are user definable in style settings
// so that is why the code below uses mixins to get the actual 
// values from Gantry 5 template.

// commonly used media queries

//  typically min 75rem 
@include breakpoint(large-desktop-range) {

}
// typically range 60rem to 74.938rem 
@include breakpoint(desktop-range) {

}

// typically 48rem to 59.938rem
@include breakpoint(tablet-range) {

}
// typically 30rem to 47.938rem
@include breakpoint(large-mobile-range) {

}
// typically max 30rem
@include breakpoint(small-mobile-range) {

}



