/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
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:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*here we go with Martin's*/

html {

text-rendering: optimizeLegibility !important;
font-size:100%;
-webkit-font-smoothing: antialiased !important;
height: 100%;
font-family: 'Oswald', sans-serif;
	scroll-behavior: smooth;
}

body{
    background-color:#fff;
    height: 100%;
}

header{
    position:fixed;
    width:100%;
    height:100px;
    background-color:#ffffff;
        box-shadow: 0 0 90px -11px rgba(210,210,210,0.5);
        z-index:1001;
}

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

video {
    max-width: 100%;
    height: auto;
}

a{
	
	color: #4ea952;	
	
}

/* unvisited link */
a:link {
    color: #4ea952;
}

/* visited link */
a:visited {
    color: #4ea952;
}

/* mouse over link */
a:hover {
    color: #AF3B72;
}

/* selected link */
a:active {
    color: #B2D235
}

.homepage_news a{
	
	color: #B2D235;	
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
	margin-top:1em;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.logo{
    position:relative;
    width:100px;
    height:auto;
    float:left;
}

.logo img{
    width:100px;
    height:auto;
}

.full_page_banner_image{
    height:100vh;
    /*background: url(/images/gavinWoods.jpg) no-repeat center center; */
	background: url(/media/1945/dji_0007.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: fixed;
}




.esgoil_tag_wrapper{
position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding-left:2em;
  
    }

.esgoil_tag{
    font-family: 'Oswald', sans-serif;
    font-size:6em;
    text-transform:uppercase;
    color:#ffffff;
    line-height:1.2;
}




@media only screen and (max-width: 550px){
    .esgoil_tag{
    font-family: 'Oswald', sans-serif;
    font-size:4em;
    text-transform:uppercase;
    color:#ffffff;
    line-height:1.2;
}
}

@media only screen and (max-width: 400px){
    .esgoil_tag{
    font-family: 'Oswald', sans-serif;
    font-size:3em;
    text-transform:uppercase;
    color:#ffffff;
    line-height:0.9;
}
}


.esgoil_tagline{
    margin-top:0.6em;
     font-family: 'Oswald', sans-serif;
    font-size:4em;
    color:#ffffff;
     line-height:1.2;
}

@media only screen and (max-height: 600px){
	
	.esgoil_tag_wrapper{
position: relative;
  top: 60%;
  transform: translateY(-50%);
  padding-left:2em;
  
    }
	
	 .esgoil_tag{
    font-family: 'Oswald', sans-serif;
    font-size:2.4em;
    text-transform:uppercase;
    color:#ffffff;
    line-height:1.2;
}
	
	
    .esgoil_tagline{
    margin-top:0.6em;
     font-family: 'Oswald', sans-serif;
    font-size:2em;
    color:#ffffff;
     line-height:1.2;
}
}

@media only screen and (max-width: 550px){
    .esgoil_tagline{
    margin-top:0.6em;
     font-family: 'Oswald', sans-serif;
    font-size:2em;
    color:#ffffff;
     line-height:1.2;
}
}


nav a {
    text-decoration:none;
    /*color:#B2D235;*/
    color:#000000;
    opacity:0.6;
    padding-right:0.6em;
}

nav a:link {
    text-decoration:none;
    /*color:#B2D235;*/
    color:#000000;
    opacity:0.6;
    padding-right:0.6em;
}



nav a:visited {
    text-decoration:none;
    /*color:#B2D235;*/
    color:#000000;
    opacity:0.6;
    padding-right:0.6em;
}

nav a:hover {
    text-decoration:none;
    /*color:#B2D235;*/
    color:#AF3B72;
    opacity:0.6;
    padding-right:0.6em;
}

nav{
    text-transform:uppercase;
    font-weight:bold;
    margin-left:2em;
    display:inline-block;
    font-family: 'Oswald', sans-serif;
    position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size:1.2em;
}



.mobile_menu
{
	display:none;
	color:
}

@media only screen and (max-width: 1370px){
    .mobile_menu
	{
		display:block;
	}
	
	nav{
		display:none;
	}
}

.cornerBox{
    float:right;
   background-color:#B2D235;
   height:100%;
   width:200px;
   font-family: 'Oswald', sans-serif;
    text-transform:uppercase;
    font-weight:bold;
}

.cornerBox a{
	color:#000;	
	font-size:1.1em;
}

.twitter_icon{
	float:right;
		font-size:3em;
	padding:22% 18% 0 0;
}



.contactDetails{
		line-height:1.4em;
		padding:0.6em;
	  font-size:1.2em;
	}

.contactDetails a{
		color:#000;
	}



@media only screen and (max-width: 1370px){
	
	.cornerBox{
		width:auto;
	}

	
   .contactDetails{
		display:none;
	}
	
	.twitter_a{
		display:none;
	}
}

h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 4em;
    text-transform: uppercase;
    color: #000;
     /*line-height: 0.85;*/
}


@media only screen and (max-width: 850px){
    h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 3.6em;
    text-transform: uppercase;
    color: #000;
    /*line-height: 0.85;*/
}
}

@media only screen and (max-width: 500px){
    h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 3em;
    text-transform: uppercase;
    color: #000;
    /*line-height: 0.85;*/
}
}


h2 {
    display: block;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 2.8em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

h3 { 
    display: block;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 2.2em;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

p {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    line-height:1.2em;
    font-size:2em;
}

section{
    width:90%;
    margin:2em auto 2em auto;
}

ul { 
    display: block;
    list-style-type: none;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-size:2em;
    
}

li {
    display: list-item;
    margin:0.4em 0 1.4em 0;
}



/* unvisited link */
.homepage_news a:link {
    color: #B2D235;
}

/* visited link */
.homepage_news a:visited {
    color: #B2D235;
}

/* mouse over link */
.homepage_news a:hover {
    color: #AF3B72;
}

/* selected link */
.homepage_news a:active {
    color: #B2D235
}

.main_story{
    position:relative;
    width:100%;
}

.main_story .title_holder{
    color:#fff;
    position:absolute;
    top:0;
    background-color:rgba(0,81,116, 0.6);
    width:100%;
}

.main_story .title_holder .title_text_wrapper{
    padding:1em 2em 1em 2em;
}

@media only screen and (max-width: 980px){
       .main_story .title_holder .title_text_wrapper{
    padding:0.8em 1.6em 0.8em 1.6em;
}
	
	.main_story .title_holder .title_text_wrapper h2 {
    display: block;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 2.6em;
    margin-top: 0.63em;
    margin-bottom: 0.63em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
}

.main_story .title_holder .title_text_wrapper p{
    font-size:1.4em;
}

.main_story img{
    max-width:100%;
}

.second_story{
    position:relative;
    width:100%;
}

.second_story .title_holder{
    color:#fff;
    position:absolute;
    top:0;
    background-color:rgba(0,81,116, 0.6);
    width:100%;
}

.second_story .title_holder .title_text_wrapper{
    padding:0.6em 2em 1em 2em;
}

.second_story .title_holder .title_text_wrapper p{
    font-size:1.4em;
}


@media only screen and (max-width: 1280px){
        .second_story .title_holder .title_text_wrapper h3{
        margin-top:0.4em;
			margin-bottom:0.4em;
        font-size: 2.2em;
       
    }
	
	.second_story .title_holder .title_text_wrapper{
		padding:0.6em 1em 1em 1em;
	}
        .second_story .title_holder .title_text_wrapper p{
        
        font-size: 1em;
       
    }
}




@media only screen and (max-width: 980px){
        .second_story .title_holder .title_text_wrapper h3{
        margin-top:0.4em;
			margin-bottom:0.4em;
        font-size: 2em;
       
    }

        .second_story .title_holder .title_text_wrapper p{
        
        font-size: 1em;
       
    }
}

@media only screen and (max-width: 940px){
        .second_story .title_holder .title_text_wrapper h3{
        margin-top:0.2em;
			margin-bottom:0;
        font-size: 1.6em;
       
    }

        .second_story .title_holder .title_text_wrapper p{
        margin-top: 0.6em;
    margin-bottom: 0.6em;
        font-size: 1em;
       
    }
}

@media only screen and (max-width: 400px){
        .second_story .title_holder .title_text_wrapper h3{
        margin-top:0.2em;
			margin-bottom:0;
        font-size: 1.2em;
       
    }

        .second_story .title_holder .title_text_wrapper p{
        margin-top: 0.6em;
    margin-bottom: 0.6em;
        font-size: 1em;
       
    }
}




.second_story img{
    max-width:100%;
}

footer{
    color:#fff;
    position:relative;
     width:100%;
    height:70vh;
    background: url(/images/esgoil_sign.jpg) no-repeat center center ; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: fixed;
}


/* ----------- iPad mini ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
	  
	.full_page_banner_image{	
		background-attachment: scroll;
	}
	  
	  footer{	
		background-attachment: scroll;
	}
}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
	  .full_page_banner_image{	
		background-attachment: scroll;
	}
	footer{	
		background-attachment: scroll;
	}
}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
	  .full_page_banner_image{	
		background-attachment: scroll;
	}
	footer{	
		background-attachment: scroll;
	}
}

/* ----------- iPad 1 and 2 ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
	  .full_page_banner_image{	
		background-attachment: scroll;
	}
	footer{	
		background-attachment: scroll;
	}
}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
	  .full_page_banner_image{	
		background-attachment: scroll;
	}
footer{	
		background-attachment: scroll;
	}
}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
	  .full_page_banner_image{	
		background-attachment: scroll;
	}
footer{	
		background-attachment: scroll;
	}
}

/* ----------- iPad 3 and 4 ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
	  .full_page_banner_image{	
		background-attachment: scroll;
	}
footer{	
		background-attachment: scroll;
	}
}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
	  .full_page_banner_image{	
		background-attachment: scroll;
	}
footer{	
		background-attachment: scroll;
	}
}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
	  .full_page_banner_image{	
		background-attachment: scroll;
	}
	  footer{	
		background-attachment: scroll;
	}
}

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
	  .full_page_banner_image{	
		background-attachment: scroll;
	}
footer{	
		background-attachment: scroll;
	}
}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
	  .full_page_banner_image{	
		background-attachment: scroll;
	}
	  footer{	
		background-attachment: scroll;
	}
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
	  .full_page_banner_image{	
		background-attachment: scroll;
	}
footer{	
		background-attachment: scroll;
	}
}

/* ----------- iPhone 5 and 5S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
	.full_page_banner_image{	
		background-attachment: scroll;
	}
	  footer{	
		background-attachment: scroll;
	}
}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
	  .full_page_banner_image{	
		background-attachment: scroll;
	}
	  footer{	
		background-attachment: scroll;
	}
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
.full_page_banner_image{	
		background-attachment: scroll;
	}
	  footer{	
		background-attachment: scroll;
	}
}

/* ----------- iPhone 6 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
	  .full_page_banner_image{	
		background-attachment: scroll;
	}
footer{	
		background-attachment: scroll;
	}
}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
	  .full_page_banner_image{	
		background-attachment: scroll;
	}
footer{	
		background-attachment: scroll;
	}
}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
	  .full_page_banner_image{	
		background-attachment: scroll;
	}
footer{	
		background-attachment: scroll;
	}
}

/* ----------- iPhone 6+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
	  .full_page_banner_image{	
		background-attachment: scroll;
	}
footer{	
		background-attachment: scroll;
	}
}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
	  .full_page_banner_image{	
		background-attachment: scroll;
	}
footer{	
		background-attachment: scroll;
	}
}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
	  .full_page_banner_image{	
		background-attachment: scroll;
	}
footer{	
		background-attachment: scroll;
	}
}


footer h1{
    color: #fff;
    font-size:2.6em;
}


@media only screen and (max-width: 600px) {
   footer h1{
		color: #fff;
		font-size:2em;
	}
}


footer p{
    color: #fff;
    font-size:1.4em;
    line-height:1.6;
}

.footer_content_wrapper{
    width:100%;
    height:50vh;
    position:absolute;
    bottom:0;
    background-color:rgba(0,81,116, 0.6);
}

@media only screen and (max-width: 400px) {
    .footer_content_wrapper{
    width:100%;
    height:100%;
    position:absolute;
    bottom:0;
    background-color:rgba(0,81,116, 0.6);
}
}

@media only screen and (max-height: 600px) {
    .footer_content_wrapper{
    width:100%;
    height:100%;
    position:absolute;
    bottom:0;
    background-color:rgba(0,81,116, 0.6);
}
	
	footer p{
    color: #fff;
    font-size:1.3em;
    line-height:1.2;
}
	
}

.footer_content{
    width:90%;
    margin:3em auto 0 auto;
     
}

@media only screen and (max-height: 600px) {
   .footer_content{
    width:90%;
    margin:1em auto 2em auto;
     
}
}


.footer_content img{
    
    max-width:280px;
}

@media only screen and (max-width: 980px) {
    .footer_content img{
    margin-top:2.6em;
    max-width:180px;
}
}

@media only screen and (max-width: 490px) {
    .footer_content img{
    display:none;
}
}


@media only screen and (max-width: 700px) {
    .twitter-feed{
    display:none;
}
	.footer_content img{
    display:none;
}
	
}

.mobile_menu_overlay{
	
	background:rgba(178,210,53, 0.9);
	height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    position: fixed;	
	display:none;
	overflow:auto;
}


.mobile_menu_wrapper
{
	position:relative;
	top:120px;
	width:90%;
	margin:0 auto 0 auto;
}


.mobile_menu_wrapper a
{
	color:#fff;
	text-decoration:none;
	font-size:1.4em;
}

.mobile_menu_wrapper ul
{
	
}

.clearBoth{
	clear:both;	
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 800px) {

    headmasters_welcome_group .col { 
		margin: 1% 0 1% 0%;
	}

	.homepage_news_group .col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 800px) {

    .headmasters_welcome_group .span_2_of_2, .headmasters_welcome_group .span_1_of_2 { width: 100%; }

	 .homepage_news_group .span_2_of_2, .homepage_news_group .span_1_of_2 { width: 100%; }
}

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	 .span_2_of_2, .span_1_of_2 { width: 100%; }
}

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 60px;
  height: 45px;
  position: relative;
  margin: 25px 2em;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: #000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 18px;
}

#nav-icon1 span:nth-child(3) {
  top: 36px;
}

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.condolences{
	width:90%;
	margin:0 auto 0 auto;
	background:rgba(255, 255, 255, 0.9);
	padding:0 1em 0 1em;
}

@media only screen and (max-width: 480px) {
	.condolences{
	font-size:0.6em;
	padding:0 0.4em 0 0.4em;
}
	
.esgoil_tag_wrapper{
	padding-left:0;
}
}

@media only screen and (max-width: 320px) {
	.condolences{
	font-size:0.5em;
	padding:0 0.4em 0 0.4em;
}
	
.esgoil_tag_wrapper{
	padding-left:0;
}
}

@media only screen 
and (max-device-width : 740px) 
and (orientation : landscape) { 
	.condolences{
	font-size:0.5em;
	padding:0 0.4em 0 0.4em;
}
	
.esgoil_tag_wrapper{
	padding-left:0;
}}

.contacts_group{
	font-size:0.9em;	
}

.esgoil_Contacts_Email_Address {
 /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

@media only screen and (max-width: 1400px) {
.esgoil_Contacts_Email_Address {
	font-size:0.9em;
}
} 

@media only screen and (max-width: 1200px) {
	.contacts_group{
	font-size:0.9em;	
}

} 

@media only screen and (max-width: 700px) {
	
	.contacts_group{
	font-size:1em;	
}
	
.esgoil_Contacts_Email_Address {
	font-size:1em;
}
	
} 



